Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-29T16:08:30.000Z (4 months ago)
- Last Synced: 2024-09-28T22:04:30.865Z (3 months ago)
- Topics: fontsize, latex, pandoc-filter, pypi, python
- Language: Python
- Homepage:
- Size: 434 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[![Python package](https://github.com/chdemko/pandoc-latex-fontsize/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-latex-fontsize/actions/workflows/python-package.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-latex-fontsize/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-latex-fontsize?branch=develop)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-latex-fontsize.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-fontsize/)
[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-latex-fontsize/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-latex-fontsize/)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-latex-fontsize/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-fontsize)
[![Codacy](https://img.shields.io/codacy/grade/19a716cec0934fd4be291455aef205d0.svg?logo=codacy)](https://app.codacy.com/gh/chdemko/pandoc-latex-fontsize/dashboard)
[![PyPI version](https://img.shields.io/pypi/v/pandoc-latex-fontsize.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-latex-fontsize/)
[![PyPI format](https://img.shields.io/pypi/format/pandoc-latex-fontsize.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-latex-fontsize/)
[![License](https://img.shields.io/pypi/l/pandoc-latex-fontsize.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-latex-fontsize/develop/LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/pandoc-latex-fontsize?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-latex-fontsize)
[![Development Status](https://img.shields.io/pypi/status/pandoc-latex-fontsize.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-latex-fontsize/)
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-latex-fontsize.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-latex-fontsize/)
[![Poetry version](https://img.shields.io/badge/poetry-1.2%20|%201.3%20|%201.4%20|%201.5%20|%201.6%20|%201.7%20|%201.8-blue.svg?logo=poetry)](https://python-poetry.org/)
[![Pandoc version](https://img.shields.io/badge/pandoc-2.11%20|%202.12%20|%202.13%20|%202.14%20|%202.15%20|%202.16%20|%202.17%20|%202.18%20|%202.19%20|%203.0%20|%203.1%20|%203.2%20|%203.3-blue.svg?logo=markdown)](https://pandoc.org/)
[![Latest release](https://img.shields.io/github/release-date/chdemko/pandoc-latex-fontsize.svg?logo=github)](https://github.com/chdemko/pandoc-latex-fontsize/releases)
[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-latex-fontsize/develop?logo=github)](https://github.com/chdemko/pandoc-latex-fontsize/commit/develop/)
[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-latex-fontsize.svg?logo=github)](http://pandoc-latex-fontsize.readthedocs.io/en/latest/)
[![Code Size](https://img.shields.io/github/languages/code-size/chdemko/pandoc-latex-fontsize.svg?logo=github)](http://pandoc-latex-fontsize.readthedocs.io/en/latest/)
[![Source Rank](https://img.shields.io/librariesio/sourcerank/pypi/pandoc-latex-fontsize.svg?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/pandoc-latex-fontsize)
[![Docs](https://img.shields.io/readthedocs/pandoc-latex-fontsize.svg?logo=read-the-docs&logoColor=white)](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