https://github.com/chdemko/pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
https://github.com/chdemko/pandoc-latex-environment
environment latex pandoc-filter pypi python
Last synced: 3 months ago
JSON representation
Pandoc filter for adding LaTeX environement on specific div
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-latex-environment
- Owner: chdemko
- License: bsd-3-clause
- Created: 2016-04-21T14:44:05.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T11:56:23.000Z (7 months ago)
- Last Synced: 2025-03-29T07:07:34.558Z (4 months ago)
- Topics: environment, latex, pandoc-filter, pypi, python
- Language: Python
- Homepage: https://pandoc-latex-environment.readthedocs.io/
- Size: 326 KB
- Stars: 36
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[](https://github.com/chdemko/pandoc-latex-environment/actions/workflows/python-package.yml)
[](https://github.com/pypa/hatch)
[](https://github.com/pre-commit/pre-commit)
[](https://pypi.org/project/black/)
[](https://coveralls.io/github/chdemko/pandoc-latex-environment?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-environment/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-environment/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-environment)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-environment/dashboard)
[](https://pypi.org/project/pandoc-latex-environment/)
[](https://pypi.org/project/pandoc-latex-environment/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-environment/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-environment)
[](https://pypi.org/project/pandoc-latex-environment/)
[](https://pypi.org/project/pandoc-latex-environment/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-environment/releases)
[](https://github.com/chdemko/pandoc-latex-environment/commit/develop/)
[](http://pandoc-latex-environment.readthedocs.io/en/latest/)
[](http://pandoc-latex-environment.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-environment)
[](http://pandoc-latex-environment.readthedocs.io/en/latest/)*pandoc-latex-environment* is a [pandoc] filter for adding LaTeX environement
on specific pandoc `div`.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-latex-environment* requires [python], a programming language that
comes pre-installed on linux and Mac OS X, and which is easily installed
[on Windows].Install *pandoc-latex-environment* using the bash command
~~~shell-session
$ pipx install pandoc-latex-environment
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-environment
~~~`pipx` is a script to install and run python applications in isolated
environments from the Python Package Index, [PyPI]. It can be installed
using instructions given [here](https://pipx.pypa.io/stable/).[python]: https://www.python.org/
[on Windows]: https://www.python.org/downloads/windows/
[PyPI]: https://pypi.python.org/pypiGetting Help
------------If you have any difficulties with *pandoc-latex-environment*,
please feel welcome to [file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-latex-environment/issues
Contribute
==========Instructions
------------Install `hatch`, then run
~~~shell-session
$ hatch run pip install pre-commit
$ hatch run pre-commit install
~~~to install `pre-commit` before working on your changes.
Tests
-----When your changes are ready, run
~~~shell-session
$ 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 documentation
and building the wheel.