Files
uni-sose26-sm/README.md
T
Jannik Meier a8017ffd24 init
2026-06-09 19:43:18 +02:00

35 lines
502 B
Markdown

## 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=<path-to-file> # render specific file
make # render all files
```