## Requirements OS: Macos Software: - Tex Renderer - pandoc - make Tex Packages: - truncate - lastpage - fancyhdr - lm - microtype ## Installation ```sh 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` ```sh make help # see all commands make render FILE= # render specific file make # render all files ```