adding univeristy latex files

This commit is contained in:
2020-10-31 22:54:46 +04:00
commit fe5006a953
23 changed files with 539 additions and 0 deletions

View 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}

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View 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}

View File

@@ -0,0 +1,5 @@
\chapter{UML Diagrams}
\label{app:uml}
Some text introducing the diagrams.
The diagrams.

View 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}
}

View File

@@ -0,0 +1,6 @@
\newpage
\renewcommand{\bibname}{References}
\phantomsection
\addcontentsline{toc}{chapter}{References}
\bibliography{3_back_matter/references}
\bibliographystyle{plain}