https://github.com/chdemko/pandoc-latex-french-spaces
A pandoc filter for dealing with french spacing rules for ponctuations in LaTeX
https://github.com/chdemko/pandoc-latex-french-spaces
french-language latex pandoc-filter
Last synced: 2 days ago
JSON representation
A pandoc filter for dealing with french spacing rules for ponctuations in LaTeX
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-latex-french-spaces
- Owner: chdemko
- License: bsd-3-clause
- Created: 2018-05-17T13:35:21.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T12:26:30.000Z (6 months ago)
- Last Synced: 2025-06-04T22:31:49.649Z (13 days ago)
- Topics: french-language, latex, pandoc-filter
- Language: Python
- Homepage: https://pandoc-latex-french-spaces.readthedocs.io
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[](https://github.com/chdemko/pandoc-latex-french-spaces/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-french-spaces?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-french-spaces/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-french-spaces/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-french-spaces)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-french-spaces/dashboard)
[](https://pypi.org/project/pandoc-latex-french-spaces/)
[](https://pypi.org/project/pandoc-latex-french-spaces/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-french-spaces/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-french-spaces)
[](https://pypi.org/project/pandoc-latex-french-spaces/)
[](https://pypi.org/project/pandoc-latex-french-spaces/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-french-spaces/releases)
[](https://github.com/chdemko/pandoc-latex-french-spaces/commit/develop/)
[](http://pandoc-latex-french-spaces.readthedocs.io/en/latest/)
[](http://pandoc-latex-french-spaces.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-french-spaces)
[](http://pandoc-latex-french-spaces.readthedocs.io/en/latest/)*pandoc-latex-french-spaces* is a [pandoc] filter for dealing with french
spacing rules for ponctuations in *LaTeX*.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-latex-french-spaces* 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-french-spaces* as using the bash command
~~~shell-session
$ pipx install pandoc-latex-french-spaces
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-french-spaces
~~~`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-french-spaces*, please feel
welcome to [file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-latex-french-spaces/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.