Files
Jannik Meier a8017ffd24 init
2026-06-09 19:43:18 +02:00

502 B

Requirements

OS: Macos Software:

  • Tex Renderer
  • pandoc
  • make Tex Packages:
  • truncate
  • lastpage
  • fancyhdr
  • lm
  • microtype

Installation

brew install pandoc basictex

sudo tlmgr update --self
sudo tlmgr install lastpage fancyhdr lm microtype truncate

Usage

Create markdown Files with frontmatter (see example). Run make render FILE=abgaben/example.md

make help # see all commands

make render FILE=<path-to-file> # render specific file
make # render all files