mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-21 20:08:11 +00:00
a0caf07dbe
* feat: Merge changes from pandoc 3.5 LaTeX template * feat: create single file templates (latex and beamer) * feat: use `sed` differently on macOS than on other systems * feat: update copyright year * feat: release compressed archives without version number * docs: explain versions of the template (the different files) * ci: build with pandoc 3.5 * chore: add changelog for version 3.0.0
2 lines
139 B
Bash
2 lines
139 B
Bash
pandoc "document.md" -o "document.pdf" --from markdown --template "../../dist/eisvogel.latex" --filter pandoc-latex-environment --listings
|