adding univeristy latex files
This commit is contained in:
9
3_back_matter/appendices.tex
Normal file
9
3_back_matter/appendices.tex
Normal file
@@ -0,0 +1,9 @@
|
||||
\newpage
|
||||
\begin{appendices}
|
||||
|
||||
\crefalias{chapter}{appendixchapter} % for appendix refs
|
||||
|
||||
\input{3_back_matter/appendices/uml}
|
||||
\input{3_back_matter/appendices/screen}
|
||||
|
||||
\end{appendices}
|
||||
BIN
3_back_matter/appendices/images/mockup.png
Normal file
BIN
3_back_matter/appendices/images/mockup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
10
3_back_matter/appendices/screen.tex
Normal file
10
3_back_matter/appendices/screen.tex
Normal file
@@ -0,0 +1,10 @@
|
||||
\chapter{Screenshots of my application}
|
||||
\label{app:screen}
|
||||
|
||||
The screenshots.
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{3_back_matter/appendices/images/mockup.png}
|
||||
\caption{Mockup of front-end.}
|
||||
\label{fig:mockup_front-end_append}
|
||||
\end{figure}
|
||||
5
3_back_matter/appendices/uml.tex
Normal file
5
3_back_matter/appendices/uml.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter{UML Diagrams}
|
||||
\label{app:uml}
|
||||
Some text introducing the diagrams.
|
||||
|
||||
The diagrams.
|
||||
20
3_back_matter/references.bib
Normal file
20
3_back_matter/references.bib
Normal file
@@ -0,0 +1,20 @@
|
||||
@article{smith2018implementing,
|
||||
title={Implementing X in Z context},
|
||||
author={Smith, John J and Doe, Jane},
|
||||
year={2018},
|
||||
journal={Communications of this association}
|
||||
}
|
||||
|
||||
@inproceedings{doe2017exploring,
|
||||
title={Exploring Y},
|
||||
author={Doe, Jane},
|
||||
year={2017},
|
||||
booktitle={Proceedings of that conference}
|
||||
}
|
||||
|
||||
@book{alice2016handbook,
|
||||
title={Handbook of this method},
|
||||
author={Alice, Bob},
|
||||
year={2016},
|
||||
publisher={Great Publisher}
|
||||
}
|
||||
6
3_back_matter/references.tex
Normal file
6
3_back_matter/references.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\newpage
|
||||
\renewcommand{\bibname}{References}
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{chapter}{References}
|
||||
\bibliography{3_back_matter/references}
|
||||
\bibliographystyle{plain}
|
||||
Reference in New Issue
Block a user