From 8c6ba2c6c54379428eb20a03e2d710fcc36fac83 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 21 Feb 2024 13:33:15 +0100 Subject: [PATCH] Lists of figures, tables, and abbreviations are optional by new rules --- thesis.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/thesis.tex b/thesis.tex index 817f21d..d652a25 100644 --- a/thesis.tex +++ b/thesis.tex @@ -86,16 +86,17 @@ %%% Figures used in the thesis (consider if this is needed) \listoffigures +\XXX{Optional.} %%% Tables used in the thesis (consider if this is needed) %%% In mathematical theses, it could be better to move the list of tables to the beginning of the thesis. \listoftables -\XXX{In mathematical theses, it could be better to move the list of tables to the beginning of the thesis.} +\XXX{Optional. In mathematical theses, it could be better to move the list of tables to the beginning of the thesis.} %%% Abbreviations used in the thesis, if any, including their explanation %%% In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis. \chapwithtoc{List of Abbreviations} -\XXX{In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis.} +\XXX{Optional. In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis.} %%% Doctoral theses must contain a list of author's publications \ifx\ThesisType\TypePhD -- 2.39.2