Skip to content

Commit e1b82cd

Browse files
committed
going back to germany commit. next: wholesale writing
1 parent 56d9f74 commit e1b82cd

File tree

10 files changed

+287
-212
lines changed

10 files changed

+287
-212
lines changed

src/body.tex

Lines changed: 273 additions & 208 deletions
Large diffs are not rendered by default.

src/compile.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
pdflatex -draftmode -shell-escape main.tex
3+
bibtex main.tex # or biber
4+
makeindex main.idx # if needed
5+
#makeindex -s style.gls ...# for glossary if needed
6+
pdflatex -draftmode -shell-escape main.tex
7+
pdflatex -shell-escape main.tex
8+
9+
#latexmk -shell-escape -bibtex main.tex

src/head.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
\usepackage[authoryear]{natbib}
1212
\usepackage{float}
1313
\usepackage{glossaries}
14-
\usepackage[hyphens]{url}
14+
%\usepackage[hyphens]{url}
1515
% \usepackage[german]{babel}
1616
\usepackage[british]{babel}
1717
\usepackage[utf8]{inputenc} %für Umlaute äüöß

src/img/UsageEstimator.png

636 KB
Loading

src/img/demand_7.png

53.1 KB
Loading

src/img/demand_baselines_2.png

150 KB
Loading

src/img/frosty_scaled.png

-37.5 KB
Loading

src/main.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentclass[12pt,a4paper,oneside]{report}
1+
\documentclass[12pt,a4paper,oneside,hyphens]{report}
22
\input{head.tex}
33
\input{glossary.tex}
44

@@ -7,7 +7,7 @@
77
\input{cover.tex}
88
\pagenumbering{Roman}
99
\input{abstract.tex}
10-
\printacronyms
10+
%\printacronyms
1111
\listoffigures
1212
\listoftables
1313
\listoflistings

thesis.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ab === %===================================================================
44

55

66
ab RL \ac{RL}
7+
ab JSON \ac{JSON}
78
ab ReLu \ac{ReLu}
89
ab GRPC \ac{GRPC}
910
ab UL \ac{UL}

watch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkill latexmk
55
./clean_tex.sh
66
makepdf() {
77
cd src/
8-
latexmk -pdf -shell-escape -bibtex main.tex
8+
./compile.sh
99
cd ../
1010
}
1111

0 commit comments

Comments
 (0)