-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tex
59 lines (53 loc) · 1.46 KB
/
example.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
58
59
% Copyright 2013 by Reza Housseini
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file LICENSE for more details.
\documentclass[german,mathserif]{beamer}
%\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{color}
\usepackage{epsfig}
\usepackage{psfrag}
\usepackage[T1]{fontenc}
\usepackage[numbers]{natbib}
\usepackage{multirow}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{varwidth}
\usepackage{siunitx}
\usepackage{standalone}
\usetikzlibrary{arrows,matrix,trees,automata,shadows,fadings}
\usetikzlibrary{shapes}
\usetikzlibrary{decorations.markings,
decorations.text,
decorations.pathreplacing,
decorations.pathmorphing}
\usetikzlibrary{spy}
\usetikzlibrary{calc}
\usetikzlibrary{positioning}
\usetikzlibrary{chains,plotmarks}
\usetikzlibrary{fit}
\usetheme{ZHAW}
\title[Short title]{Main title\\also multiline}
\institute[The institute abbr.]{\includegraphics[height=2.5cm]{img/logo-zhaw.pdf}\\\vspace*{1em}\textit{The whole institute name}}
\author[Author short]{The author name\\ {\tiny [email protected]}}
\date{\today}
\begin{document}
\begin{frame}[plain]
\titlepage
\end{frame}
\begin{frame}
\tableofcontents
\end{frame}
\input{tex/somefile}
\input{tex/anotherfile}
\end{document}