2019-06-25 12:54:44 +02:00
|
|
|
# texmaster
|
|
|
|
|
2019-06-25 12:59:42 +02:00
|
|
|
Latex master template.
|
2019-06-25 13:02:16 +02:00
|
|
|
|
|
|
|
```sh
|
|
|
|
mkdir $report
|
|
|
|
cd $report
|
|
|
|
git clone https://willipink.eu/git/moritz/texmaster.git
|
|
|
|
cp texmaster/master.tex $report.tex
|
|
|
|
v report.tex
|
|
|
|
```
|