pandoc_boilerplate/README.md

555 B

Pandoc boilerplate

Boilerplate to render scientific documents written in Markdown to LaTeX, using Pandoc.

Includes various Pandoc filters:

  • Automatically convert SVG files to PDF and rewrite the image link to include them in the document easily.

  • Include pandoc-crossref for easy numbering and referencing.

  • Include asciimath for easy math typing

TODO

  • anything else like this that could help writing more readable LaTeX code :)