- Notifications
You must be signed in to change notification settings - Fork4
A pandoc filter for applying different color on specific elements
License
chdemko/pandoc-latex-color
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pandoc-latex-color is apandoc filter for setting the color toSpan
that have speficied classes orlatex-color
attribute.
pandoc-latex-color requirespython, a programming language that comespre-installed on linux and Mac OS X, and which is easily installedon Windows.
Installpandoc-latex-color using the bash command
$ pipx install pandoc-latex-color
To upgrade to the most recent release, use
$ pipx upgrade pandoc-latex-color
pipx
is a script to install and run python applications in isolatedenvironments from the Python Package Index,PyPI.It can be installed using instructions givenhere.
It uses thexcolor LaTeX package to handle correctly colors in spansand thesoulutf8 package for highlighing the text.
If you have any difficulties withpandoc-latex-color,please feel welcome tofile an issue on github so that we can help.
Installhatch
, then run
$ hatch run pip install pre-commit$ hatch run pre-commit install
to installpre-commit
before working on your changes.
When your changes are ready, run
$ hatch test$ hatch fmt --check$ hatch run lint:check$ hatch run docs:build$ hatch build -t wheel
for running the tests, checking the style, building the documentationand building the wheel.
About
A pandoc filter for applying different color on specific elements