Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A pandoc filter for applying different color on specific elements

License

NotificationsYou must be signed in to change notification settings

chdemko/pandoc-latex-color

Repository files navigation

Python packageHatch projectpre-commitCode style: blackCoverallsScrutinizerCode ClimateCodeFactorCodacyPyPI versionPyPI formatLicenseDownloadsDevelopment StatusPython versionPandoc versionLatest releaseLast commitRepo SizeCode SizeSource RankDocs

pandoc-latex-color is apandoc filter for setting the color toSpanthat have speficied classes orlatex-color attribute.

Instructions

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.

Getting Help

If you have any difficulties withpandoc-latex-color,please feel welcome tofile an issue on github so that we can help.

Contribute

Instructions

Installhatch, then run

$ hatch run pip install pre-commit$ hatch run pre-commit install

to installpre-commit before working on your changes.

Tests

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.


[8]ページ先頭

©2009-2025 Movatter.jp