summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-04-16 23:23:21 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2017-04-16 23:23:21 +0200
commit4b01d6a2fd7ed6cb7b9e994822ca737a613b4649 (patch)
tree5ef95b8249fc136c4732561426261f3fd4bfbbec
parent7e4dc332377328d9c49229ddc4d921974837a135 (diff)
downloadthesis-4b01d6a2fd7ed6cb7b9e994822ca737a613b4649.tar.gz
thesis-4b01d6a2fd7ed6cb7b9e994822ca737a613b4649.tar.bz2
thesis-4b01d6a2fd7ed6cb7b9e994822ca737a613b4649.zip
Adds the Reference manual as a appendix to the thesis.
-rw-r--r--appendices/appendix.tex9
-rw-r--r--appendices/refman.pdfbin0 -> 346967 bytes
-rw-r--r--thesis.tex4
3 files changed, 13 insertions, 0 deletions
diff --git a/appendices/appendix.tex b/appendices/appendix.tex
new file mode 100644
index 0000000..ec05cce
--- /dev/null
+++ b/appendices/appendix.tex
@@ -0,0 +1,9 @@
+\appendix
+
+
+
+%Keep this as last appendix.
+\section{Reference manual}
+
+\includepdf[pages=1]{appendices/refman.pdf}
+\includepdf[pages=2-]{appendices/refman.pdf} \ No newline at end of file
diff --git a/appendices/refman.pdf b/appendices/refman.pdf
new file mode 100644
index 0000000..4a83e3c
--- /dev/null
+++ b/appendices/refman.pdf
Binary files differ
diff --git a/thesis.tex b/thesis.tex
index 7665cb9..cf4b5db 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -64,6 +64,8 @@
\usepackage[backend=biber]{biblatex}
+\usepackage{pdfpages}
+
\addbibresource{thesis.bib}
\input{content/title}
@@ -81,4 +83,6 @@
\input{content/bibliography}
+\input{appendices/appendix}
+
\end{document} \ No newline at end of file