summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx39
1 files changed, 33 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx
index 2bf55b0e17d..3c34a6cb0ee 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx
@@ -7,7 +7,7 @@
% after \texttt{style/fithesis-base.sty}, regardless of the value
% of the |\thesis@style| macro.
% \begin{macrocode}
-\ProvidesPackage{fithesis/style/mu/fithesis-base}[2017/06/02]
+\ProvidesPackage{fithesis/style/mu/fithesis-base}[2018/12/25]
\NeedsTeXFormat{LaTeX2e}
% \end{macrocode}
% The file recognizes the following options: \begin{itemize}
@@ -361,7 +361,6 @@
\def\thesis@bibliography@setup#1{%
\setkeys{thesis@bibliography}{#1}}
% \end{macrocode}
-% \end{macro}
% The following key-value pairs are supported:
% \begin{enumerate}
% \item\marg{\texttt{style}=style} -- Stores \texttt{style} in
@@ -383,6 +382,26 @@
\def\thesis@bibliography@sorting{#1}%
\fi}
% \end{macrocode}
+% \changes{v0.3.51}{2018/06/15}{^^A
+% Added the \texttt{bibliography} extra field to the style files
+% of the Masaryk University in Brno, Czech Republic}
+% The following extra data field is defined for the macro:
+% \begin{itemize}
+% \item|bibliography| -- the comma-delimited list of key-value
+% pairs accepted by |\thesis@bibliography@setup|. If the data
+% field was specified, it is immediately passed to
+% |\thesis@bibliography@setup| and it overrides any defaults
+% specified in faculty style files.
+% \end{itemize}
+% \begin{macrocode}
+\thesis@def@extra[]{bibliography}
+\ifx\thesis@extra@bibliography
+ \thesis@placeholder@extra@bibliography\else
+ \expandafter\thesis@bibliography@setup\expandafter{%
+ \thesis@extra@bibliography}%
+\fi
+% \end{macrocode}
+% \end{macro}
% \begin{macro}{\thesis@bibliography@load}
% When |\ifthesis@bibliography@| is true and
% |\ifthesis@bibliography@loaded@| is false, the
@@ -448,12 +467,20 @@
% \end{macrocode}
% \end{macro} ^^A The nested \ifthesis@bibliography@included@ def
% \end{macro} ^^A The \thesis@bibliography@load macro definition
-% The \textsf{hyperref} package is configured to support both roman
-% and arabic page numbering in one document and to decorate
-% hyperlinks with an underline instead of a rectangular box.
+% In the digital version, the \textsf{hyperref} package is configured to
+% decorate hyperlinks with an underline instead of a rectangular box.
+% In the printed version, the \textsf{hyperref} package is configured to
+% hide links.
+% \changes{v0.3.51}{2018/12/25}{^^A
+% In the printed version, the \textsf{hyperref} package is configured to
+% hide links. [VN]}
% \begin{macrocode}
\thesis@require{hyperref}
-\hypersetup{pdfborderstyle={/S/U/W 1}} % Less obtrusive borders
+\ifthesis@digital@
+ \hypersetup{pdfborderstyle={/S/U/W 1}}
+\else
+ \hypersetup{hidelinks}
+\fi
% \end{macrocode}
% Clubs and widows are set to be infinitely bad.
% \begin{macrocode}