init master thesis template

This commit is contained in:
2024-09-22 23:58:46 +02:00
parent 2ba1ffe4d3
commit 6b95d8632c
12 changed files with 1350 additions and 0 deletions

25
Appendices/AppendixA.tex Executable file
View File

@@ -0,0 +1,25 @@
% Appendix A
\chapter{Frequently Asked Questions} % Main appendix title
\label{AppendixA} % For referencing this appendix elsewhere, use \ref{AppendixA}
\section{How do I change the colors of links?}
The color of links can be changed to your liking using:
{\small\verb!\hypersetup{urlcolor=red}!}, or
{\small\verb!\hypersetup{citecolor=green}!}, or
{\small\verb!\hypersetup{allcolor=blue}!}.
\noindent If you want to completely hide the links, you can use:
{\small\verb!\hypersetup{allcolors=.}!}, or even better:
{\small\verb!\hypersetup{hidelinks}!}.
\noindent If you want to have obvious links in the PDF but not the printed text, use:
{\small\verb!\hypersetup{colorlinks=false}!}.