12 lines
177 B
Markdown
12 lines
177 B
Markdown
# texmaster
|
|
|
|
Latex master template.
|
|
|
|
```sh
|
|
mkdir $report
|
|
cd $report
|
|
git clone https://willipink.eu/git/moritz/texmaster.git
|
|
cp texmaster/master.tex $report.tex
|
|
v report.tex
|
|
```
|