https://github.com/chdemko/pandoc-latex-newpage
A pandoc filter for converting horizontal rule to new page in LaTeX.
https://github.com/chdemko/pandoc-latex-newpage
latex newpage pandoc-filter pypi python
Last synced: 4 months ago
JSON representation
A pandoc filter for converting horizontal rule to new page in LaTeX.
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-latex-newpage
- Owner: chdemko
- License: bsd-3-clause
- Created: 2018-01-05T13:17:23.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T12:41:32.000Z (6 months ago)
- Last Synced: 2025-02-01T08:01:34.218Z (4 months ago)
- Topics: latex, newpage, pandoc-filter, pypi, python
- Language: Python
- Homepage: https://pandoc-latex-newpage.readthedocs.io/
- Size: 195 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[](https://github.com/chdemko/pandoc-latex-newpage/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-newpage?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-newpage/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-newpage/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-newpage)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-newpage/dashboard)
[](https://pypi.org/project/pandoc-latex-newpage/)
[](https://pypi.org/project/pandoc-latex-newpage/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-newpage/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-newpage)
[](https://pypi.org/project/pandoc-latex-newpage/)
[](https://pypi.org/project/pandoc-latex-newpage/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-newpage/releases)
[](https://github.com/chdemko/pandoc-latex-newpage/commit/develop/)
[](http://pandoc-latex-newpage.readthedocs.io/en/latest/)
[](http://pandoc-latex-newpage.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-newpage)
[](https://pandoc-latex-newpage.readthedocs.io)*pandoc-latex-newpage* is a [pandoc] filter for converting horizontal
rule to new page in *LaTeX*.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-latex-newpage* 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-newpage* using the bash command
~~~shell-session
$ pipx install pandoc-latex-newpage
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-newpage
~~~`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.orgGetting Help
------------If you have any difficulties with *pandoc-latex-newpage*, please feel
welcome to [file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-latex-newpage/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.