Skip to content
Snippets Groups Projects
Commit 537aa8b0 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"PTB_beispielvortrag"

parent b8f6e3c7
No related branches found
No related tags found
No related merge requests found
%%% Physikalisch-Technische Bundesanstalt
%%% Working Group 8.51
%%%
%%% Example slides of the PTB theme for the LaTeX class beamer
%%%
%%% use pdflatex
%%%
%%% author : Marko Esche <marko.esche@ptb.de>
%%% last changes: 02|04|2015
%%%
%%% LaTeX class beamer, URL: http://latex-beamer.sourceforge.net/
%%% Documentation: http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf
\documentclass[mathserif, 12pt]{beamer}
% load PTB theme for beamer class
% optinal option "backgroundcolor" defines a light PTB blue background color
%\usepackage[backgroundcolor]{beamerthemePTB}
\usepackage{beamerthemePTB}
\usepackage{xcolor}
\usepackage{overpic} %Images on top of each other
%\usepackage{siunitx} %normalized gap between number and unit
\usepackage{color}
\usepackage{colortbl} %highlight table entries
\usepackage{cancel} %crossed out equations
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{units}
\usepackage{setspace}
%Numbering of subfigures for each slide
\makeatletter
\@addtoreset{subfigure}{figure}
\makeatother
%% regular slide design
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% can be adapted individually for each slide!
\setboolean{showfooter}{true} %shows a blue line and the PTB-info on the bottom of each slide
\setboolean{showlogoleft}{true} %shows the PTB logo on each page on the left side of the header
%% Language %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% for slides in English
%\usepackage[english]{babel}
%\def\ENGLISH{}
%\addto\captionsenglish{\renewcommand\figurename{\color{black}Fig.}}
% for slides in German
\usepackage[ngerman]{babel}
\def\GERMAN{}
\addto\captionsngerman{\renewcommand\figurename{\color{black}Abb.}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamertemplate{caption}[numbered]
%% Graphics %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 1. Declare all graphics here. Examples:
% \pgfdeclareimage[interpolate=true,height=25mm]{GRAPHICNAME}{graphicFileNameWithoutExtention}
% \pgfdeclareimage[interpolate=true,width=WIDTH,height=HEIGHT]{GRAPHICNAME}{graphicFileNameWithoutExtention}
% 2. Then use an instance with \pgfuseimage{GRAPHICNAME}
\graphicspath{{figures/}}
\DeclareMathOperator{\PSNR}{PSNR}
\DeclareMathOperator{\MSE}{MSE}
\DeclareMathOperator{\SSD}{SSD}
\DeclareMathOperator{\SAD}{SAD}
\DeclareMathOperator{\BD}{BD}
\DeclareMathOperator{\QP}{QP}
\DeclareMathOperator{\dB}{dB}
%% Bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%\bibliographystyle{abbrv}
%\bibliography{refs.bib}
%% Title page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\title[Beispielvortrag]{Beispielvortrag mit einem langen Titel}
%\title[Beispielvortrag]{Beispielvortrag}
\subtitle{Untertitel}
\author[AG X.YZ, Max Mustermann]{Max Mustermann}
\email{max.mustermann@ptb.de}
\workinggroup{Working Group Special Ops}
\street{Abbestra\ss e 2-12}
\postalcode{10587 Berlin}
\telephone{030~3481~ABCD}
\date{07$\vert$09$\vert$14}
%% Slides %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{document}
%% Frontmatter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\frame[1-| handout:1]{\titlepage}
\titlepagepassed
\section[Contents]{}
%\frame[1-| handout:1]{\frametitle{Inhalt}\tableofcontents}
%% Table of Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\AtBeginSection[]{\frame[1-| handout:1]{\frametitle{Übersicht}\tableofcontents[currentsection]}}
%% Mainmatter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\section{Einführung}
\subsection{Unterabschnitt 1}
\frame[1-| handout:1]
{
\frametitle{Überschrift 1}
Some text...
\begin{itemize}
\item abc
\begin{itemize}
\item abc1
\item abc2
\item abc3
\end{itemize}
\item def
\item xyz
\end{itemize}
}
\subsection{Unterabschnitt 2}
\setboolean{showfooter}{false}
\setboolean{showheaderline}{false}
\frame[1-| handout:1]
{
\frametitle{Folie ohne Fuß- und Kopflinie}
\begin{block}{titel}
$$E = mc^2 \cdot \sqrt[4]{\pi^2\cdot \Gamma(x)}$$
%\begin{itemize}
%\item asdf
%\item jklö
%\end{itemize}
\end{block}
}
\setboolean{showlogoleft}{false}
\setboolean{showheaderline}{true}
\frame[1-| handout:1]
{
\frametitle{Folie ohne Logo und ohne Fußzeile}
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet
}
\setboolean{showlogoleft}{false}
\setboolean{showheaderline}{true}
\setboolean{showfooter}{true}
\frame[1-| handout:1]
{
\frametitle{Folie ohne Logo mit Fußzeile}
\begin{center}
\begin{figure}
\includegraphics[height=0.8\textheight]{figures/Bild1.jpg}
\caption{Untertitel zum Bild}
\end{figure}
\end{center}
}
\section{Zusammenfassung}
\setboolean{showheaderline}{false}
\setboolean{showfooter}{true}
\setboolean{showlogoleft}{true}
\frame[1-| handout:1]
{
\frametitle{Fußzeile und Logo, keine Linie oben}
\begin{center}
\begin{tabular}{|l|l|l|}
\hline
1. Spalte & 2. Spalte & 3. Spalte \\ \hline \hline
$x$ & $4$ & $9$ \\ \hline
$x^2$ & $16$ & $81$ \\ \hline
$\sqrt{x}$ & $2$ & $3$ \\ \hline
\end{tabular}
\end{center}
}
% Page showing author, affiliation, etc.
\finalpage{Vielen Dank für Ihre Aufmerksamkeit!}
\end{document}
\ No newline at end of file
ptbbeamer_example/figures/Bild1.jpg

119 KiB

......@@ -337,11 +337,11 @@
\setlength\PTB@texthsep{.5em}%
\setlength\PTB@textvsep{.75em}%
\ifPTB@is@landscape
\setlength\PTB@framewidth{0.950378471315\PTB@scale@base}% 3215pt (1130mm) bei A0
\setlength\PTB@frameheight{0.462573592233\PTB@scale@base}% 1565pt (550mm) bei A0
\setlength\PTB@framewidth{0.950378471315\PTB@scale@base}% 3215pt (1130mm) bei A0
\setlength\PTB@frameheight{0.462573592233\PTB@scale@base}% 1565pt (550mm) bei A0
\else
\setlength\PTB@framewidth{0.656013458076\PTB@scale@base}% 2219pt (780mm) bei A0
\setlength\PTB@frameheight{0.740117747573\PTB@scale@base}% 2504pt (880mm) bei A0
\setlength\PTB@framewidth{0.656013458076\PTB@scale@base}% 2219pt (780mm) bei A0
\setlength\PTB@frameheight{0.740117747573\PTB@scale@base}% 2504pt (880mm) bei A0
\fi
\setlength\PTB@leftmargin{0.5\dimexpr\paperwidth-\PTB@framewidth}%
\edef\PTB@tempa{\noexpand\newgeometry{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment