Go to file
Kerl13 3891cf7123 add a .cabal file 2016-03-24 18:39:04 +01:00
filters Recognise usual functions even without the leading '\' 2016-03-24 09:27:55 +01:00
.gitignore First commit 2016-01-25 14:54:02 +01:00
LICENSE add a .cabal file 2016-03-24 18:39:04 +01:00
Makefile Recognise usual functions even without the leading '\' 2016-03-24 09:27:55 +01:00
README.md Recognise usual functions even without the leading '\' 2016-03-24 09:27:55 +01:00
notes.md First commit 2016-01-25 14:54:02 +01:00
pandoc-boilerplate.cabal add a .cabal file 2016-03-24 18:39:04 +01:00

README.md

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.

  • Convert simple fractions like "(n / k)" to LaTeX's "\frac{n}{k}" when n and k are integers in a math environment.

  • automatically convert function names (cos, sin, exp, log) to their LaTeX equivalent (\cos and so on) when in a mathematical environment, then taking out the useless leading \.

TODO

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