mirror of
https://github.com/vale981/semi_mirror
synced 2025-03-05 09:21:40 -05:00
16 lines
391 B
Markdown
16 lines
391 B
Markdown
![]() |
### Wichtig ###
|
||
|
* Compiler --> XeLaTeX
|
||
|
* Compilierfolge: XeLaTeX --> Bib(la)tex --> XeLaTeX --> XeLaTeX
|
||
|
* An Main Datei nur Includierung ändern!
|
||
|
Dies Bitte beachten!
|
||
|
|
||
|
### Konventionen ###
|
||
|
Jedes Kapitel/Unterkapitel hat eine eigene Datei, welche der Ordner- und Dateistriktur: /Kaptitel/nnn/nn.tex folgt.
|
||
|
Eingebunden wird über
|
||
|
|
||
|
```
|
||
|
#!tex
|
||
|
|
||
|
\include{./Kaptitel/nnn/nn.tex}
|
||
|
```
|