Metadata-Version: 1.1
Name: pandoc-beamer-notes
Version: 0.1.0
Summary: A pandoc filter to allow a markdown way of using notes for latex beamer presentations.
Home-page: https://github.com/shoeffner/pandoc-beamer-notes
Author: Sebastian Höffner
Author-email: info@sebastian-hoeffner.de
License: MIT
Download-URL: https://github.com/shoeffner/pandoc-beamer-notes/tarball/0.1.0
Description: pandoc-beamer-notes
        ===================
        
        ``pandoc-beamer-notes`` is a `panflute`_ `pandoc`_ `filter`_.
        It allows to use markdown in LaTeX notes.
        
        Thus something like the following will be rendered nicely:
        
        .. code-block:: markdown
        
            \note{**this is bold**}
            \note{
            * a list
            * is also possible
            }
        
        See the `example <example>`_ for a simple presentation containing notes.
        
        Remember to compile your documents with the notes enabled for beamer:
        
        .. code-block:: shell
        
            pandoc -t beamer -V classoption=notes ...
        
        
        Installation
        ------------
        
        Just use pip to install it from `pypi`_.
        
        .. code-block:: shell
        
            pip install pandoc-beamer-notes
        
        
        .. _`filter`: https://pandoc.org/scripting.html
        .. _`pandoc`: https://pandoc.org/index.html
        .. _`panflute`: http://scorreia.com/software/panflute/index.html
        .. _`pypi`: https://pypi.python.org/pypi/pandoc-beamer-notes
        
Keywords: pandoc,beamer,notes,filter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Filters
