2019-06-25 14:50:00 +02:00
|
|
|
Latex master template
|
2019-06-25 13:02:16 +02:00
|
|
|
|
2019-06-25 14:50:00 +02:00
|
|
|
# Setup
|
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
|
2019-06-25 14:50:00 +02:00
|
|
|
touch references.bib
|
|
|
|
vim $report.tex
|
|
|
|
```
|
|
|
|
|
|
|
|
# Folder structure
|
|
|
|
```
|
|
|
|
$report # <-- the folder of the $report
|
|
|
|
$report/$report.tex # <-- the actual .tex file
|
|
|
|
$report/references.bib # <-- bibliography file
|
|
|
|
$report/texmaster/ # <-- this is the git repo
|
2019-06-25 13:02:16 +02:00
|
|
|
```
|