No description
- Python 51.1%
- Makefile 32.9%
- TeX 16%
| filters | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| Makefile | ||
| notes.bib | ||
| notes.md | ||
| README.md | ||
Pandoc boilerplate
Boilerplate to render scientific documents written in Markdown to LaTeX, using Pandoc.
Includes various Pandoc filters:
-
Automatically convert
SVGfiles toPDFand 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.
-
Include pandoc-citeproc for bibliography management and citation. See this part of Pandoc README as well for more infos on this.
Dependencies
alexandhappy