A pandoc filter to allow a markdown way of using notes for latex beamer presentations.
Project description
pandoc-beamer-notes
===================
Warning: This package only exists for legacy reasons, do not use it anymore!
Instead, use pandoc's built-in mechanism for note slides:
.. code-block:: markdown
# My frame
<div class="notes">
My **Notes**:
- Don't use any filters, unless they are useful!
- This is all still in *pandoc*
</div>
# My next Frame ...
And compile with
.. code-block:: shell
pandoc -t beamer -V classoption=notes ...
Thanks to `Norman Markgraf`_ to make me aware of this and providing the simple
example above.
For more information check out `shoeffner/pandoc-beamer-notes#3`_.
Legacy usage
------------
``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
.. _`Norman Markgraf`: https://github.com/NMarkgraf
.. _`shoeffner/pandoc-beamer-notes#3`: https://github.com/shoeffner/pandoc-beamer-notes/issues/3
===================
Warning: This package only exists for legacy reasons, do not use it anymore!
Instead, use pandoc's built-in mechanism for note slides:
.. code-block:: markdown
# My frame
<div class="notes">
My **Notes**:
- Don't use any filters, unless they are useful!
- This is all still in *pandoc*
</div>
# My next Frame ...
And compile with
.. code-block:: shell
pandoc -t beamer -V classoption=notes ...
Thanks to `Norman Markgraf`_ to make me aware of this and providing the simple
example above.
For more information check out `shoeffner/pandoc-beamer-notes#3`_.
Legacy usage
------------
``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
.. _`Norman Markgraf`: https://github.com/NMarkgraf
.. _`shoeffner/pandoc-beamer-notes#3`: https://github.com/shoeffner/pandoc-beamer-notes/issues/3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pandoc-beamer-notes-0.1.2.tar.gz (3.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pandoc-beamer-notes-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bb85c3ed8bc70a299460f331d059146e32700e6b31ff4d5ca6fb2b425d9809c |
|
MD5 | c5c8cd31855c4e4cf4fd00a01f6693f3 |
|
BLAKE2-256 | d7f3ca2116dc6e020e8bce21c77a43d5e4d1472b1aa24a833e0482d5cde26867 |