A pandoc filter for changing color in LaTeX
Project description
Build Status Coveralls Scrutinizer PyPI version PyPI format License Downloads Python version Development Status
pandoc-latex-color is a pandoc filter for setting the color to Span, and Div that have speficied classes or latex-color attribute.
Documentation
See the wiki pages.
Usage
To apply the filter, use the following option with pandoc:
--filter pandoc-latex-color
Installation
pandoc-latex-color requires python, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows. Either python 2.7 or 3.x will do.
Install pandoc-latex-color as root using the bash command
pip install pandoc-latex-color
To upgrade to the most recent release, use
pip install --upgrade pandoc-latex-color
To upgrade to the current code, use
pip install --upgrade --force git+https://github.com/chdemko/pandoc-latex-color
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
It uses the xcolor LaTeX package to handle correctly colors in spans and divs.
Getting Help
If you have any difficulties with pandoc-latex-color, 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-latex-color-0.0.4.tar.gz
.
File metadata
- Download URL: pandoc-latex-color-0.0.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 740415585dcd7eed7f1eb19821cd4483b34cf8a0792a712d7075eb5302a81d93 |
|
MD5 | 3dc118ba3238ffb2ede9b8a5d0aa23fd |
|
BLAKE2b-256 | e6a1ed63cc11e3d32f0d3592d95cd2dcf4ff5432dce177317a25167cb70f0519 |