Metadata-Version: 2.1
Name: pandoc-latex-fontsize
Version: 1.1.3
Summary: A pandoc filter for changing font size in LaTeX
Home-page: https://github.com/chdemko/pandoc-latex-fontsize
Author: Christophe Demko
Author-email: chdemko@gmail.com
Maintainer: Christophe Demko
Maintainer-email: chdemko@gmail.com
License: BSD-3-Clause
Download-URL: https://github.com/chdemko/pandoc-latex-fontsize/archive/develop.zip
Description: # pandoc-latex-fontsize
        ![Python package](https://github.com/chdemko/pandoc-latex-fontsize/workflows/Python%20package/badge.svg?branch=develop)
        [![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-latex-fontsize/1.1.3.svg)](https://coveralls.io/github/chdemko/pandoc-latex-fontsize?branch=1.1.3)
        [![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-latex-fontsize.svg)](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-fontsize/)
        [![PyPI version](https://img.shields.io/pypi/v/pandoc-latex-fontsize.svg)](https://pypi.org/project/pandoc-latex-fontsize/)
        [![PyPI format](https://img.shields.io/pypi/format/pandoc-latex-fontsize.svg)](https://pypi.org/project/pandoc-latex-fontsize/)
        [![License](https://img.shields.io/pypi/l/pandoc-latex-fontsize.svg)](https://raw.githubusercontent.com/chdemko/pandoc-latex-fontsize/1.1.3/LICENSE)
        [![Python version](https://img.shields.io/pypi/pyversions/pandoc-latex-fontsize.svg)](https://pypi.org/project/pandoc-latex-fontsize/)
        [![Development Status](https://img.shields.io/pypi/status/pandoc-latex-fontsize.svg)](https://pypi.org/project/pandoc-latex-fontsize/)
        
        *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/
        
        Documentation
        -------------
        
        See the [wiki pages](https://github.com/chdemko/pandoc-latex-fontsize/wiki).
        
        Usage
        -----
        
        To apply the filter, use the following option with pandoc:
        
            --filter pandoc-latex-fontsize
        
        Installation
        ------------
        
        *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]. Either python 2.7 or 3.x will do.
        
        Install *pandoc-latex-fontsize* as root using the bash command
        
            pip install pandoc-latex-fontsize
        
        To upgrade to the most recent release, use
        
            pip install --upgrade pandoc-latex-fontsize
        
        To upgrade to the current code, use
        
            pip install --upgrade --force git+https://github.com/chdemko/pandoc-latex-fontsize
        
        `pip` is a script that downloads and installs modules from the Python Package Index, [PyPI].  It should come installed with your python distribution. If you are running linux, `pip` may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using
        
            apt-get update
            apt-get install python-pip
        
        [python]: https://www.python.org
        [on Windows]: https://www.python.org/downloads/windows
        [PyPI]: https://pypi.org
        
        
        Getting 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
        
        
Keywords: pandoc filters latex fontsize
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Filters
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
