A pandoc filter for adding arrows in Beamer/LaTeX
Project description
pandoc-beamer-arrow is a pandoc filter for adding admonition to divs or codeblocks elements.
It uses the tcolorbox LaTeX package to generate admonitions and the footnote LaTeX package to handle correctly footnotes in admonition.
Documentation
See the Read the docs pages.
Usage
To apply the filter, use the following option with pandoc:
--filter pandoc-beamer-arrow
Installation
pandoc-beamer-arrow requires python 3.6, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows.
Install pandoc-beamer-arrow as root using the bash command
pip install pandoc-beamer-arrow
To upgrade to the most recent release, use
pip install --upgrade pandoc-beamer-arrow
To upgrade to the current code, use
pip install --upgrade --force git+https://github.com/chdemko/pandoc-beamer-arrow
pip is a script that downloads and installs modules from the Python Package Index, PyPI. It should come installed with your python distribution. If you are running linux, pip may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using
apt-get update apt-get install python-pip
Make sure you have the
xcolor
LaTeX packages. On linux you have to install some extra libraries before pandoc-beamer-arrow. On a Debian-based system (including Ubuntu), you can install it as root using
apt-get texlive-latex-extra
Getting Help
If you have any difficulties with pandoc-beamer-arrow, please feel welcome to file an issue on github so that we can help.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pandoc-beamer-arrow-0.1.0.tar.gz
.
File metadata
- Download URL: pandoc-beamer-arrow-0.1.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ad43b75c1ed7ad0ff68c7e4533f9bbd7bf61a87951fb1dd50c0dd25196cea79 |
|
MD5 | 2e5bdb300da9e91468047b53924e4961 |
|
BLAKE2b-256 | 882f22edffea4cc468bc924a93e4906079f826dfe9e997b9099ed32c012e49cd |