Go to file
Kerl13 f3735c4e47 Add a filter for simple fractions 2016-03-23 18:56:19 +01:00
filters Add a filter for simple fractions 2016-03-23 18:56:19 +01:00
.gitignore First commit 2016-01-25 14:54:02 +01:00
Makefile Add a filter for simple fractions 2016-03-23 18:56:19 +01:00
README.md Add a filter for simple fractions 2016-03-23 18:56:19 +01:00
notes.md First commit 2016-01-25 14:54:02 +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 fractions like "(n/k)" to "\frac{n}{k}" when n and k are integers in math environment.

TODO

  • 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 \.

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