-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathslides.tex
57 lines (49 loc) · 1.3 KB
/
slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass{VUMIFSlides}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{fancyvrb}
\usepackage{bm}
\usepackage{amsfonts}
\usepackage{float}
\usepackage{hyperref}
\usepackage{textpos} % FOR LOGO
\usepackage[english,lithuanian]{babel}
\usepackage{animate}
\usepackage{caption}
\usepackage{subfig}
\hypersetup{
pdfauthor=Vardenis Pavardenis,
linktoc=all, %set to all if you want both sections and subsections linked
}
\title[Title lower]{Title title}
\subtitle{Presentation}
\author[Author lower]{\texorpdfstring{Author: \\ Supervisor: assoc. prof. Linas Petkevičius}{Author: , Supervisor: assoc. prof. Linas Petkevičius}}
\institute[VU-MIF]{Vilnius University \\ Faculty of Mathematics and Informatics \\ Institute of Computer Science}
\date[2023-lower-XXX]{2023-title-XXX}
\bibliography{bib}
% Let's get started
\begin{document}
\begin{frame}
\maketitle
\end{frame}
% Content
\input{tex/0content}
% Introduction
\input{tex/1RevisedGoals.tex}
% Revised Dataset
%\input{tex/2Dataset}
% Methods used
\input{tex/3Methods_used}
% Analysis results
\input{tex/4Results}
% Benefits / conclusion
\input{tex/5Benefits}
% Bibliography
\begin{frame}[allowframebreaks]{Bibliography}
\printbibliography
\end{frame}
% \appendix
\end{document}