diff --git a/chapters.tex b/chapters.tex index b8e6449..970e592 100644 --- a/chapters.tex +++ b/chapters.tex @@ -2,5 +2,5 @@ % Include all your chapters here % -\input{chapters/foobar} +\input{chapters/cheatsheet} \input{chapters/fazit} diff --git a/chapters/foobar.tex b/chapters/cheatsheet.tex similarity index 100% rename from chapters/foobar.tex rename to chapters/cheatsheet.tex diff --git a/abschlussarbeit_mit_latex.pdf b/goodies/abschlussarbeit_mit_latex.pdf similarity index 100% rename from abschlussarbeit_mit_latex.pdf rename to goodies/abschlussarbeit_mit_latex.pdf diff --git a/main.pdf b/main.pdf index 51288cd..1f53e3d 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/readme.md b/readme.md index 4a62fde..889cc08 100644 --- a/readme.md +++ b/readme.md @@ -17,9 +17,9 @@ See example files in these directories... Literature goes in `/dexes/literature.bib`. See examples in this file. ## LaTeX syntax -You'll find a basic LaTeX cheat sheet in`/chapters/foobar.tex`. +You'll find a basic LaTeX cheat sheet in`/chapters/cheatsheet.tex`. -A way more extensive (but also deviating from this workflow) paper is `/abschlussarbeit_mit_latex.pdf`, which is targetted towards writing german scientific papers with LaTeX, with some weird IDE on windblows OS. So take that with a grain of salt. +A way more extensive (but also deviating from this workflow) paper is `/goodies/abschlussarbeit_mit_latex.pdf`, which is targetted towards writing german scientific papers with LaTeX, with some weird IDE on windblows OS. So take that with a grain of salt. # Other stuff worth noting * All paths (like when referencing an image, or including a `.tex`) must always be relative to project root! (where the Makefile lies).