https://github.com/chdemko/pandoc-latex-fontsize
A pandoc filter for applying different font size on specific elements
https://github.com/chdemko/pandoc-latex-fontsize
fontsize latex pandoc-filter pypi python
Last synced: 4 months ago
JSON representation
A pandoc filter for applying different font size on specific elements
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-latex-fontsize
- Owner: chdemko
- License: bsd-3-clause
- Created: 2017-11-23T17:15:43.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T12:12:50.000Z (6 months ago)
- Last Synced: 2025-02-01T08:01:59.008Z (4 months ago)
- Topics: fontsize, latex, pandoc-filter, pypi, python
- Language: Python
- Homepage:
- Size: 284 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[](https://github.com/chdemko/pandoc-latex-fontsize/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-fontsize?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-fontsize/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-fontsize/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-fontsize)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-fontsize/dashboard)
[](https://pypi.org/project/pandoc-latex-fontsize/)
[](https://pypi.org/project/pandoc-latex-fontsize/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-fontsize/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-fontsize)
[](https://pypi.org/project/pandoc-latex-fontsize/)
[](https://pypi.org/project/pandoc-latex-fontsize/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-fontsize/releases)
[](https://github.com/chdemko/pandoc-latex-fontsize/commit/develop/)
[](http://pandoc-latex-fontsize.readthedocs.io/en/latest/)
[](http://pandoc-latex-fontsize.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-fontsize)
[](http://pandoc-latex-fontsize.readthedocs.io/en/latest/)*pandoc-latex-fontsize* is a [pandoc] filter for modifying font size to `Code`,
`CodeBlock`, `Span`, and `Div` that have speficied classes or `latex-fontsize`
attribute.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-latex-fontsize* 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-fontsize* using the bash command
~~~shell-session
$ pipx install pandoc-latex-fontsize
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-fontsize
~~~`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-fontsize*, please feel welcome
to [file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-latex-fontsize/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.