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/pypi
Getting 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "pandoc-latex-environment",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": "Christophe Demko <chdemko@gmail.com>",
"keywords": "environment, filters, latex, pandoc",
"author": null,
"author_email": "Christophe Demko <chdemko@gmail.com>",
"download_url": null,
"platform": null,
"description": "Installation\n============\n\n[](https://github.com/chdemko/pandoc-latex-environment/actions/workflows/python-package.yml)\n[](https://github.com/pypa/hatch)\n[](https://github.com/pre-commit/pre-commit)\n[](https://pypi.org/project/black/)\n[](https://coveralls.io/github/chdemko/pandoc-latex-environment?branch=develop)\n[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-environment/)\n[](https://codeclimate.com/github/chdemko/pandoc-latex-environment/)\n[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-environment)\n[](https://app.codacy.com/gh/chdemko/pandoc-latex-environment/dashboard)\n[](https://pypi.org/project/pandoc-latex-environment/)\n[](https://pypi.org/project/pandoc-latex-environment/)\n[](https://raw.githubusercontent.com/chdemko/pandoc-latex-environment/develop/LICENSE)\n[](https://pepy.tech/project/pandoc-latex-environment)\n[](https://pypi.org/project/pandoc-latex-environment/)\n[](https://pypi.org/project/pandoc-latex-environment/)\n[](https://pandoc.org/)\n[](https://github.com/chdemko/pandoc-latex-environment/releases)\n[](https://github.com/chdemko/pandoc-latex-environment/commit/develop/)\n[](http://pandoc-latex-environment.readthedocs.io/en/latest/)\n[](http://pandoc-latex-environment.readthedocs.io/en/latest/)\n[](https://libraries.io/pypi/pandoc-latex-environment)\n[](http://pandoc-latex-environment.readthedocs.io/en/latest/)\n\n*pandoc-latex-environment* is a [pandoc] filter for adding LaTeX environement\non specific pandoc `div`.\n\n[pandoc]: http://pandoc.org/\n\nInstructions\n------------\n\n*pandoc-latex-environment* requires [python], a programming language that\ncomes pre-installed on linux and Mac OS X, and which is easily installed\n[on Windows].\n\nInstall *pandoc-latex-environment* using the bash command\n\n~~~shell-session\n$ pipx install pandoc-latex-environment\n~~~\n\nTo upgrade to the most recent release, use\n\n~~~shell-session\n$ pipx upgrade pandoc-latex-environment\n~~~\n\n`pipx` is a script to install and run python applications in isolated\nenvironments from the Python Package Index, [PyPI]. It can be installed\nusing instructions given [here](https://pipx.pypa.io/stable/).\n\n[python]: https://www.python.org/\n[on Windows]: https://www.python.org/downloads/windows/\n[PyPI]: https://pypi.python.org/pypi\n\n\nGetting Help\n------------\n\nIf you have any difficulties with *pandoc-latex-environment*,\nplease feel welcome to [file an issue] on github so that we can help.\n\n[file an issue]: https://github.com/chdemko/pandoc-latex-environment/issues\n\nContribute\n==========\n\nInstructions\n------------\n\nInstall `hatch`, then run\n\n~~~shell-session\n$ hatch run pip install pre-commit\n$ hatch run pre-commit install\n~~~\n\nto install `pre-commit` before working on your changes.\n\nTests\n-----\n\nWhen your changes are ready, run\n\n~~~shell-session\n$ hatch test\n$ hatch fmt --check\n$ hatch run lint:check\n$ hatch run docs:build\n$ hatch build -t wheel\n~~~\n\nfor running the tests, checking the style, building the documentation\nand building the wheel.\n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A pandoc filter for adding LaTeX environement on specific div",
"version": "1.2.0.0",
"project_urls": {
"Documentation": "https://pandoc-latex-environment.readthedocs.io/",
"Homepage": "https://github.com/chdemko/pandoc-latex-environment",
"Issues": "https://github.com/chdemko/pandoc-latex-environment/issues",
"Repository": "https://github.com/chdemko/pandoc-latex-environment"
},
"split_keywords": [
"environment",
" filters",
" latex",
" pandoc"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "99670b2a1dee9441993abdb2e0cbc8312c48be51a570a56e25ff98163a970192",
"md5": "e22e458b157723bc63cc37236fd42ec8",
"sha256": "429d3a9f6e85c099c5dea0b184846f8151b043f89bb75c81dda215681360bd81"
},
"downloads": -1,
"filename": "pandoc_latex_environment-1.2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e22e458b157723bc63cc37236fd42ec8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.10",
"size": 5678,
"upload_time": "2024-12-17T11:57:25",
"upload_time_iso_8601": "2024-12-17T11:57:25.441045Z",
"url": "https://files.pythonhosted.org/packages/99/67/0b2a1dee9441993abdb2e0cbc8312c48be51a570a56e25ff98163a970192/pandoc_latex_environment-1.2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 11:57:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chdemko",
"github_project": "pandoc-latex-environment",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pandoc-latex-environment"
}