Skip to content
Snippets Groups Projects
Commit 6266d234 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Added dict key to fithesis.dtx

parent 8381ac0f
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
\usepackage{multicol} \usepackage{multicol}
\usepackage[acronym]{glossaries} \usepackage[acronym]{glossaries}
% Making paragraphs numbered % Making paragraphs numbered
\makeatletter \makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
...@@ -30,6 +31,13 @@ ...@@ -30,6 +31,13 @@
\setcounter{secnumdepth}{4} % how many sectioning levels to assign \setcounter{secnumdepth}{4} % how many sectioning levels to assign
\setcounter{tocdepth}{4} % how many sectioning levels to show \setcounter{tocdepth}{4} % how many sectioning levels to show
% Aligning page numbers of occurences of terms and abbreviation
% to the right
\makeatletter
\renewcommand*\glspostdescription{\hfill}
\makeatother
\makeglossaries
% ltxdoc class options % ltxdoc class options
\CodelineIndex \CodelineIndex
\MakeShortVerb{|} \MakeShortVerb{|}
...@@ -1277,6 +1285,22 @@ ...@@ -1277,6 +1285,22 @@
% When the |\thesis@bibFiles| macro is defined and non-empty, the % When the |\thesis@bibFiles| macro is defined and non-empty, the
% style files should take that as a cue that the user wishes to % style files should take that as a cue that the user wishes to
% typeset the bibliography. % typeset the bibliography.
% \changes{v1.0.0}{2021/03/22}{Added \texttt{dict} key for printing
% glossaries. [TV]}
% \begin{macro}{\thesis@dictFiles}
% \subsubsection{The \texttt{dict} key}
% The \marg{\texttt{dict}=list} pair sets the comma-delimited
% list of paths to the TeX files containing the Dictionary and
% List of Abbreviations databases to \textit{list}. The \textit{list}
% is stored within the |\thesis@dictFiles| macro.
% \begin{macrocode}
\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} % \begin{macro}{\ifthesis@auto}
% \subsubsection{The \texttt{autoLayout} key} % \subsubsection{The \texttt{autoLayout} key}
% The \marg{\texttt{autoLayout}=bool} pair either enables, % The \marg{\texttt{autoLayout}=bool} pair either enables,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment