init
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user