From 44ed63dfbf51f26d4714069c95c50583fe6f9b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 27 May 2020 11:39:03 +0300 Subject: [PATCH] appendix --- II/Referatas/mj-referatas.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex index 2fe31ab..a74b7a0 100644 --- a/II/Referatas/mj-referatas.tex +++ b/II/Referatas/mj-referatas.tex @@ -14,6 +14,7 @@ \usepackage[maxbibnames=99,style=authoryear]{biblatex} \usepackage[pdfusetitle]{hyperref} \usepackage{enumitem} +\usepackage[toc,page,title]{appendix} \addbibresource{bib.bib} \usepackage{caption} \usepackage{subcaption} @@ -107,6 +108,8 @@ Current open-source line generalization solutions have their roots in \tableofcontents \listoffigures +\newpage + \section{Introduction} \label{sec:introduction} @@ -310,4 +313,14 @@ two. \printbibliography +\begin{appendices} + +\begin{figure}[H] + \centering + \includegraphics[width=148mm]{zeimena-pretty} + \caption{Lakaja and Žeimena river in context} +\end{figure} + +\end{appendices} + \end{document}