-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6a589c
commit f6a3010
Showing
4 changed files
with
169 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
%\documentclass[aspectratio=43]{beamer} | ||
%\documentclass[aspectratio=169]{beamer} | ||
\documentclass[aspectratio=1610]{beamer} | ||
|
||
\usepackage[english]{babel} | ||
%\usepackage[ngerman]{babel} %use this for German presentations | ||
\usepackage{booktabs} % fancy tables | ||
\usepackage{tabulary} % tables with auto column length | ||
\usepackage{hyperref} | ||
|
||
\usetheme{imise2} | ||
\author{Konrad Höffner} | ||
\date{Leipzig, November 2018} | ||
\title{IMISE Student \LaTeX{} Beamer Theme Version 2.\\Der Titel kann auch dreizeilig sein,\\muss aber nicht.} | ||
\subtitle{Subtitle. Report issues and suggestions at \url{https://github.com/IMISE/imise-beamertheme/issues}.} | ||
|
||
\begin{document} | ||
\begin{frame} | ||
\titlepage | ||
\end{frame} | ||
|
||
\begin{frame} | ||
\frametitle{How to use this Template} | ||
\begin{enumerate} | ||
\item Clone or download the complete directory from \url{https://github.com/IMISE/imise-beamertheme} | ||
\item Rename imisetest.tex, modify title, author and date. | ||
\item If you know that your target display has an aspect ratio other than 16:10, uncomment a different line at the top of imisetest.tex. | ||
\item Fill with your presentation. | ||
\item Compile with pdflatex. | ||
\end{enumerate} | ||
\end{frame} | ||
|
||
\begin{frame}{Example Slide} | ||
\begin{itemize} | ||
\item this is a bullet point | ||
\item this is a footnote\footnote{footnote text} | ||
\item this is a clickable link: \url{http://www.imise.de} | ||
\end{itemize} | ||
\end{frame} | ||
|
||
\begin{frame}{Tables} | ||
\begin{tabulary}{\textwidth}{lL} | ||
\toprule | ||
advice number &advice\\ | ||
\midrule | ||
1 &Use the booktabs package to get nice horizontal lines.\\ | ||
2 &Never use vertical lines in tables.\\ | ||
3 &Use tabulary if your content is so long that it fills the whole width and maybe even needs line breaks.\\ | ||
\bottomrule | ||
\end{tabulary} | ||
\end{frame} | ||
|
||
\begin{frame}{IMISE Presentation Rules} | ||
\begin{itemize} | ||
\item you can usually choose between English and German | ||
\item don't go over the allotted time | ||
\begin{itemize} | ||
\item practise beforehand to estimate your presentation duration | ||
\item advice: use a stopwatch or have someone signal you when you have 10, 5, 1 minutes left | ||
\end{itemize} | ||
\end{itemize} | ||
\end{frame} | ||
|
||
|
||
\begin{frame}{IMISE Presentation Rules} | ||
\begin{itemize} | ||
\item you can usually choose between English and German | ||
\item don't go over the allotted time | ||
\begin{itemize} | ||
\item practise beforehand to estimate your presentation duration | ||
\item advice: use a stopwatch or have someone signal you when you have 10, 5, 1 minutes left | ||
\end{itemize} | ||
\end{itemize} | ||
\end{frame} | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters