PhdThesisRealOne/LaTeXTemplates_masters-doctoral-thesis_v2/Appendices/AppendixA.tex
changeset 467 599239394c51
parent 466 31abe0e496bc
child 468 a0f27e21b42c
equal deleted inserted replaced
466:31abe0e496bc 467:599239394c51
     1 % Appendix A
       
     2 
       
     3 \chapter{Frequently Asked Questions} % Main appendix title
       
     4 
       
     5 \label{AppendixA} % For referencing this appendix elsewhere, use \ref{AppendixA}
       
     6 
       
     7 \section{How do I change the colors of links?}
       
     8 
       
     9 The color of links can be changed to your liking using:
       
    10 
       
    11 {\small\verb!\hypersetup{urlcolor=red}!}, or
       
    12 
       
    13 {\small\verb!\hypersetup{citecolor=green}!}, or
       
    14 
       
    15 {\small\verb!\hypersetup{allcolor=blue}!}.
       
    16 
       
    17 \noindent If you want to completely hide the links, you can use:
       
    18 
       
    19 {\small\verb!\hypersetup{allcolors=.}!}, or even better: 
       
    20 
       
    21 {\small\verb!\hypersetup{hidelinks}!}.
       
    22 
       
    23 \noindent If you want to have obvious links in the PDF but not the printed text, use:
       
    24 
       
    25 {\small\verb!\hypersetup{colorlinks=false}!}.