summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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