PhdThesisRealOne/LaTeXTemplates_masters-doctoral-thesis_v2/Appendices/AppendixA.tex
author Chengsong
Sun, 20 Mar 2022 23:32:08 +0000
changeset 456 26a5e640cdd7
permissions -rwxr-xr-x
realPhdThesis
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
456
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     1
% Appendix A
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     2
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     3
\chapter{Frequently Asked Questions} % Main appendix title
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     4
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     5
\label{AppendixA} % For referencing this appendix elsewhere, use \ref{AppendixA}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     6
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     7
\section{How do I change the colors of links?}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     8
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     9
The color of links can be changed to your liking using:
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    10
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    11
{\small\verb!\hypersetup{urlcolor=red}!}, or
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    12
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    13
{\small\verb!\hypersetup{citecolor=green}!}, or
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    14
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    15
{\small\verb!\hypersetup{allcolor=blue}!}.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    16
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    17
\noindent If you want to completely hide the links, you can use:
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    18
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    19
{\small\verb!\hypersetup{allcolors=.}!}, or even better: 
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    20
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    21
{\small\verb!\hypersetup{hidelinks}!}.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    22
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    23
\noindent If you want to have obvious links in the PDF but not the printed text, use:
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    24
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    25
{\small\verb!\hypersetup{colorlinks=false}!}.