From 587b094df49d092fc5d1989502b20e766a09069b Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Mon, 22 Mar 2021 15:36:14 +0100 Subject: [PATCH] Added runaway bracket --- example/mu/example.dtx | 3 +-- fithesis.dtx | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 3c672f2..ddf8fa1 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -247,10 +247,9 @@ % \end{macrocode} % \changes{v1.0.0}{2021/03/04}{Added elements that are used % by thesis@bibEntry and thesis@titlePage: field, fieldEn, -% department, departmentEn, titleEn, TeXtitleEn. [TV] +% department, departmentEn, titleEn, TeXtitleEn. [TV]} % \changes{v1.0.0}{2021/03/22}{Added key dict for printing % glossaries. [TV]} -} % \begin{macrocode} \thesissetup{ date = \the\year/\the\month/\the\day, diff --git a/fithesis.dtx b/fithesis.dtx index a0a5114..3ba97d4 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -1286,7 +1286,6 @@ % 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} @@ -1303,7 +1302,6 @@ % 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