Go to file
Martin Pépin 8035f98127 update submodule 2016-04-06 18:50:16 +02:00
asciimath@7de9230808 update submodule 2016-04-06 18:50:16 +02:00
filters Recognise usual functions even without the leading '\' 2016-03-24 09:27:55 +01:00
.gitignore Use pandoc's `--toc` option to generate TOC 2016-03-25 18:05:48 +01:00
.gitmodules added asciimath submodule 2016-04-05 21:13:22 +02:00
LICENSE add a .cabal file 2016-03-24 18:39:04 +01:00
Makefile update makefile to workwith asciimath, add example 2016-04-05 22:31:38 +02:00
README.md Update README.md 2016-04-05 22:34:59 +02:00
notes.md update makefile to workwith asciimath, add example 2016-04-05 22:31:38 +02: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.

  • Include asciimath for easy math typing

TODO

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