diff options
| -rw-r--r-- | appendices/appendix.tex | 9 | ||||
| -rw-r--r-- | appendices/refman.pdf | bin | 0 -> 346967 bytes | |||
| -rw-r--r-- | thesis.tex | 4 |
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 Binary files differnew file mode 100644 index 0000000..4a83e3c --- /dev/null +++ b/appendices/refman.pdf @@ -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 |
