mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
added presentation examples
This commit is contained in:
parent
cb5a9810bb
commit
efd1cf4cac
6 changed files with 107 additions and 0 deletions
25
presentations/Basic/Basic.tex
Normal file
25
presentations/Basic/Basic.tex
Normal file
|
@ -0,0 +1,25 @@
|
|||
\documentclass{beamer}
|
||||
\usetheme{Frankfurt}
|
||||
\usecolortheme{default}
|
||||
\usepackage{hyperref}
|
||||
\usepackage[utf8]{inputenc} % this is needed for german umlauts
|
||||
\usepackage[english]{babel} % this is needed for german umlauts
|
||||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
|
||||
\begin{document}
|
||||
|
||||
\title{The title of your presentation}
|
||||
\subtitle{A subtitle}
|
||||
\author{Martin Thoma}
|
||||
\date{25. March 2013}
|
||||
\subject{Computer Science}
|
||||
|
||||
\frame{\titlepage}
|
||||
|
||||
\section{Introduction}
|
||||
\subsection{A subsection!}
|
||||
\begin{frame}{Slide title}
|
||||
Slide content
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue