From 1fb143a5ecc19ccb90dcad6ab0bc33ae1c90d77c Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Mon, 22 Mar 2021 15:12:31 +0100 Subject: [PATCH] Tweaked dict key definition in fithesis.dtx --- fithesis.dtx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fithesis.dtx b/fithesis.dtx index 38bb3fc..a0a5114 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -1271,6 +1271,7 @@ % When the |\thesis@assignmentFiles| macro is defined and % non-empty, the style files should take that as a cue that the % user wishes to typeset the thesis assignment. + % \begin{macro}{\thesis@bibFiles} % \subsubsection{The \texttt{bib} key} % The \marg{\texttt{bib}=list} pair sets the comma-delimited @@ -1285,6 +1286,7 @@ % When the |\thesis@bibFiles| macro is defined and non-empty, the % style files should take that as a cue that the user wishes to % typeset the bibliography. + % \changes{v1.0.0}{2021/03/22}{Added \texttt{dict} key for printing % glossaries. [TV]} % \begin{macro}{\thesis@dictFiles} @@ -1294,13 +1296,14 @@ % List of Abbreviations databases to \textit{list}. The \textit{list} % is stored within the |\thesis@dictFiles| macro. % \begin{macrocode} -\define@key{thesis@dict}{% +\define@key{thesis}{dict}{% \def\thesis@dictFiles{#1}} % \end{macrocode} % \end{macro} % When the |\thesis@dictFiles| macro is defined and non-empty, the % style files should take that as a cue that the user wishes to % typeset the dictionary and list of abbreviations. + % \begin{macro}{\ifthesis@auto} % \subsubsection{The \texttt{autoLayout} key} % The \marg{\texttt{autoLayout}=bool} pair either enables, -- GitLab