Skip to content
Snippets Groups Projects
Unverified Commit ad9ff2ba authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Hide links in the printed version

parent b0a823ca
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
% after \texttt{style/fithesis-base.sty}, regardless of the value % after \texttt{style/fithesis-base.sty}, regardless of the value
% of the |\thesis@style| macro. % of the |\thesis@style| macro.
% \begin{macrocode} % \begin{macrocode}
\ProvidesPackage{fithesis/style/mu/fithesis-base}[2018/06/15] \ProvidesPackage{fithesis/style/mu/fithesis-base}[2018/12/25]
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
% \end{macrocode} % \end{macrocode}
% The file recognizes the following options: \begin{itemize} % The file recognizes the following options: \begin{itemize}
...@@ -467,12 +467,20 @@ ...@@ -467,12 +467,20 @@
% \end{macrocode} % \end{macrocode}
% \end{macro} ^^A The nested \ifthesis@bibliography@included@ def % \end{macro} ^^A The nested \ifthesis@bibliography@included@ def
% \end{macro} ^^A The \thesis@bibliography@load macro definition % \end{macro} ^^A The \thesis@bibliography@load macro definition
% The \textsf{hyperref} package is configured to support both roman % In the digital version, the \textsf{hyperref} package is configured to
% and arabic page numbering in one document and to decorate % decorate hyperlinks with an underline instead of a rectangular box.
% 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} % \begin{macrocode}
\thesis@require{hyperref} \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} % \end{macrocode}
% Clubs and widows are set to be infinitely bad. % Clubs and widows are set to be infinitely bad.
% \begin{macrocode} % \begin{macrocode}
......
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