doc/RK/preamble.tex
changeset 5238 d9f9cfd09b0f
parent 3679 0088a28b6e40
     1.1 --- a/doc/RK/preamble.tex	Wed Dec 19 13:19:34 2018 +0100
     1.2 +++ b/doc/RK/preamble.tex	Tue Sep 22 14:33:32 2020 +0200
     1.3 @@ -16,30 +16,30 @@
     1.4  \usepackage{mathpazo}
     1.5  
     1.6  
     1.7 -\newif\ifpdf
     1.8 -\ifx\pdfoutput\undefined
     1.9 -    \pdffalse           % we are not running PDFLaTeX
    1.10 -\else
    1.11 -    \pdfoutput=1        % we are running PDFLaTeX
    1.12 -    \pdftrue
    1.13 -\fi
    1.14 -%----------------------------------------------------------------------
    1.15 -\ifpdf
    1.16 +%\newif\ifpdf
    1.17 +%\ifx\pdfoutput\undefined
    1.18 +%    \pdffalse           % we are not running PDFLaTeX
    1.19 +%\else
    1.20 +%    \pdfoutput=1        % we are running PDFLaTeX
    1.21 +%    \pdftrue
    1.22 +%\fi
    1.23 +%%----------------------------------------------------------------------
    1.24 +%\ifpdf
    1.25      \usepackage[pdftex,
    1.26          colorlinks=false,
    1.27          pagebackref,
    1.28          pdfpagemode=None,
    1.29          bookmarksopen=true]{hyperref}
    1.30 -\else
    1.31 -    \usepackage[
    1.32 -        colorlinks=false,
    1.33 -        urlcolor=rltblue,               % \href{...}{...}
    1.34 -        anchorcolor=rltbrightblue,
    1.35 -        filecolor=rltgreen,             % \href*{...}
    1.36 -        linkcolor=rltred,               % \ref{...} and \pageref{...}
    1.37 -        menucolor=webdarkblue,
    1.38 -        citecolor=webgreen]{hyperref}
    1.39 -\fi
    1.40 +%\else
    1.41 +%    \usepackage[
    1.42 +%        colorlinks=false,
    1.43 +%        urlcolor=rltblue,               % \href{...}{...}
    1.44 +%        anchorcolor=rltbrightblue,
    1.45 +%        filecolor=rltgreen,             % \href*{...}
    1.46 +%        linkcolor=rltred,               % \ref{...} and \pageref{...}
    1.47 +%        menucolor=webdarkblue,
    1.48 +%        citecolor=webgreen]{hyperref}
    1.49 +%\fi
    1.50  
    1.51  
    1.52