From 3b511e43331ecbb7a756dcdfe81e2a8cd3127851 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 5 Aug 2022 21:38:04 +0200 Subject: [PATCH] better filenames --- chapters.tex | 2 +- chapters/{foobar.tex => cheatsheet.tex} | 0 .../abschlussarbeit_mit_latex.pdf | Bin main.pdf | Bin 513680 -> 513680 bytes readme.md | 4 ++-- 5 files changed, 3 insertions(+), 3 deletions(-) rename chapters/{foobar.tex => cheatsheet.tex} (100%) rename abschlussarbeit_mit_latex.pdf => goodies/abschlussarbeit_mit_latex.pdf (100%) 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 51288cd1f9541ad56beaba39e19f0c31e4219bef..1f53e3ddba17cb5c024fc8c23813267ac2dcf08a 100644 GIT binary patch delta 115 zcmbQRR(`@-`Gyw87N!>F7M2#)7Pc+yyALs&8W>F9cZgj9#Mu7u5c^L7Cs%W0S93!P pQ*$FrBR3-#V;479Hy2|!3u7a5H&ZhgI|Um{0!p^aTwyO^0stVsApHOU delta 115 zcmbQRR(`@-`Gyw87N!>F7M2#)7Pc+yyALrN8Cy=@cZgj9#Mu7u5c^L7CkrPhCrcwY pOCu9=10ypNGc!js15;yHV`E1bBPTZ_I|Um{0!p^aTwyO^0ss}1Advt7 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).