From 898d305725f9eeef3a848cebecb7ff645457abe0 Mon Sep 17 00:00:00 2001 From: Ola Leifler <ola.leifler@liu.se> Date: Mon, 29 Aug 2022 13:50:08 +0000 Subject: [PATCH] Updated README with FAQ entry --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8146076..e41b483 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ specific issue, though, and be generally applicable to all theses at LiU. Merge Requests will be reviewed and approved by main developers, currently Ola Leifler. +## FAQ + +- Q: How do I modify the introductory pages to include/exclude a dictionary, list of algorithms, list of tables, list of figures, ...? +- A: The template does not include explicit options for enabling or disabling all possible combinations of preamble material because there are any ideas about exactly what should change and how. Therefore, the easiest solution is simply to look at the section called [`AtEndPreamble`](https://gitlab.liu.se/olale55/liuthesis/-/blob/master/liuthesis.cls#L1139) where preamble material is included and make your modifications to those three-four lines of code that are relevant. + ## Where to download The latest version can always be found on GitLab. `liuthesis` is constantly -- GitLab