From bc414eb5a778ba626de31bb09fea8ec0417a71ec Mon Sep 17 00:00:00 2001 From: JamesOwers Date: Sat, 16 Jan 2021 14:32:15 +0000 Subject: [PATCH] Add note about latex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 710604c7..f611b8ee 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Put simply, `pandoc` uses the latex template provided to create a `.tex` file, t ## What else do I need to know? Some useful points, in a random order: +- if you only care about generating `theis.pdf` you can always fall back on writing LaTeX within the markdown files (but note that `theis.html` and other outputs will not be able to render this) - the markdown files you write (i.e. your chapters) will be compiled in alphabetical order, so keep the filenames sorted in the order you want them to appear e.g. `01_chapter_1.md`, `02_chapter_2.md`, etc. This is required because of the way we have written `make pdf`. You can change this behaviour by writing a custom `pandoc` command instead of using `make pdf`. - each chapter must finish with at least one blank line, otherwise the header of the following chapter may not be picked up. - add two spaces at the end of a line to force a line break.