From 967fad5c46a4fab8ed3c34ec07b448a1a5ac8933 Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Mon, 9 May 2022 20:24:29 +0200 Subject: [PATCH] Update 'readme.md' --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 685f710..e688e5a 100644 --- a/readme.md +++ b/readme.md @@ -13,10 +13,13 @@ See example files in these directories... ## Literature Literature goes in `/dexes/literature.bib`. See examples in this file. -## Literature +## LaTeX syntax +You'll find a basic LaTeX cheat sheet in`/chapters/foobar.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. # Other stuff worth noting -* All paths must always be relative to project root! (where the Makefile lies). +* All paths (like when referencing an image, or including a `.tex`) must always be relative to project root! (where the Makefile lies). * Configure your projects base informations such as title, author, year, etc in `/config.tex`. * When creating new chapters (files in `/chapters/`), you have to include them in `/chapters.tex`. * When creating new appendix entries (files in `/appendix/`), you have to include them in `/appendix.tex`.