ma/doc/expose/README.md
2023-07-10 09:54:25 +02:00

20 lines
201 B
Markdown

## Building `expose.pdf`
```
latexmk
```
## Cleaning up intermediate files
```
latexmk -c
```
## With preview
Uses `evince` by default (you can change this in `.latexmkrc`).
```
latexmk -pvc
```