Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 1545975

Browse files
committed
use vars
1 parent 34a296e commit 1545975

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

presentation/presentation.tex

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,42 @@
11
\documentclass{beamer}
22

33
\usepackage[utf8]{inputenc}
4+
5+
\usetheme{Berlin}
6+
\usecolortheme{seahorse}
7+
%\usefonttheme{professionalfonts}
8+
\usepackage{newcent}
9+
410

511
%Information to be included in the title page:
6-
\title{An Analysis of Share Movement and Sentiment of Tweets: Detailed Analysis of Automotive Companies.}
7-
\author{David Kovacs, MSc}
8-
\institute{Matriculation No.: 00851488}
12+
13+
\usepackage{../thesis/includes/masterthesis-vars}
14+
%\title{An Analysis of Share Movement and Sentiment of Tweets: Detailed Analysis of Automotive Companies.}
15+
%\author{David Kovacs, MSc}
16+
\institute{Matriculation No.: \matriculationNumber}
917
\date{2019}
1018

1119
\logo{\includegraphics[width=2cm]{fhwn-logo.png}}
1220

1321
\begin{document}
1422

1523
\frame{\titlepage}
24+
25+
\begin{frame}
26+
\frametitle{Table of Contents}
27+
\tableofcontents
28+
\end{frame}
29+
30+
\section{Introduction}
31+
%\subsection{Motivation}
1632

1733
\begin{frame}
1834
\frametitle{Sample frame title}
1935
This is a text in the first frame. \pause This is a text in the first frame. \pause This is a text in the first frame.
2036
\end{frame}
37+
38+
39+
\section{Background}
40+
%\subsection{Motivation}
2141

2242
\end{document}

0 commit comments

Comments
 (0)