Initial Commit

Initial Commit
This commit is contained in:
Benjamin Weiss 2013-05-16 15:16:01 +02:00
parent 0b01d0f999
commit d5a24c499f
10 changed files with 3992 additions and 0 deletions

1942
background.pdf Normal file

File diff suppressed because one or more lines are too long

325
beamerthemehsrm.sty Normal file
View File

@ -0,0 +1,325 @@
% Name : beamerthemehsrm.sty
% Author : Benjamin Weiss (benjamin.weiss@student.hs-rm.de)
% Version : 0.3c
% Created on : 05.05.2013
% Last Edited on : 11.05.2013
% Copyright : Copyright (c) 2013 by Benjamin Weiss. All rights reserved.
% License : This file may be distributed and/or modified under the
% GNU Public License.
% Description : Beamer theme that complies with the corporate design of
% the RheinMain University of Applied Sciences.
% --> http://www.hs-rm.de
\ProvidesPackage{beamerthemehsrm}[2013/05/05]
\usepackage{eso-pic}
\newif\if@doSans
\@doSansfalse
\DeclareOption{noserifmath}{\@doSanstrue}
\newif\if@doNoFlama
\@doNoFlamafalse
\DeclareOption{noflama}{\@doNoFlamatrue}
\newif\if@doSectionPage
\@doSectionPagefalse
\DeclareOption{nosectionpages}{\@doSectionPagetrue}
\ProcessOptions
\mode<presentation>
%---------------------------------------------------------------------
% TOC
%---------------------------------------------------------------------
\useoutertheme[subsection=false,shadow]{miniframes}
\setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[subsections numbered]
%---------------------------------------------------------------------
% custom commands
%---------------------------------------------------------------------
\newcommand{\rightTextArrow}{→}
\newcommand{\quoted}[1]{#1}
\newcommand{\doublequoted}[1]{»#1«}
%---------------------------------------------------------------------
% Itemize
%---------------------------------------------------------------------
\setbeamertemplate{itemize item}{\rightTextArrow}
\setbeamertemplate{itemize subitem}{\rightTextArrow}
\setbeamertemplate{itemize subsubitem}{\rightTextArrow}
\setlength{\parskip}{0.5em}
%---------------------------------------------------------------------
% Colors
%---------------------------------------------------------------------
% Primary Colors
\definecolor{hsrmRed}{rgb}{0.882352941,0,0.098039216}
\definecolor{hsrmRedDark}{rgb}{0.588235294,0,0.058823529}
\definecolor{hsrmWarmGreyDark}{rgb}{0.274509804,0.254901961,0.235294118}
\definecolor{hsrmWarmGreyLight}{rgb}{0.666666667,0.647058824,0.62745098}
% Secondary Colors
\definecolor{hsrmSec1}{rgb}{0,0.588235294,0.509803922}
\definecolor{hsrmSec1Dark}{rgb}{0,0.392156863,0.31372549}
\definecolor{hsrmSec1Comp}{rgb}{0.294117647,0.745098039,0.882352941}
\definecolor{hsrmSec1CompDark}{rgb}{0.196078431,0.490196078,0.568627451}
\definecolor{hsrmSec2}{rgb}{0.607843137,0.764705882,0.156862745}
\definecolor{hsrmSec2Dark}{rgb}{0.411764706,0.490196078,0.098039216}
\definecolor{hsrmSec2Comp}{rgb}{0.254901961,0.156862745,0.509803922}
\definecolor{hsrmSec2CompDark}{rgb}{0.176470588,0.098039216,0.333333333}
\definecolor{hsrmSec3}{rgb}{0.509803922,0.078431373,0.31372549}
\definecolor{hsrmSec3Dark}{rgb}{0.338345865,0.058823529,0.196078431}
\definecolor{hsrmSec3Comp}{rgb}{1,0.509803922,0}
\definecolor{hsrmSec3CompDark}{rgb}{0.666666667,0.333333333,0}
% General
\setbeamercolor{normal text}{fg=hsrmWarmGreyDark}
\setbeamercolor{structure}{fg=hsrmWarmGreyDark}
\setbeamercolor{alerted text}{fg=hsrmRed}
\setbeamercolor{example text}{fg=white}
\setbeamercolor{copyright text}{fg=hsrmWarmGreyLight}
\setbeamercolor{palette primary}{fg=hsrmWarmGreyDark}
\setbeamercolor{palette secondary}{fg=hsrmWarmGreyDark,bg=hsrmWarmGreyLight}
\setbeamercolor{palette tertiary}{fg=black,bg=hsrmWarmGreyLight}
\setbeamercolor{palette quaternary}{fg=white, bg=hsrmWarmGreyDark}
% Titlepage
\setbeamercolor{title}{parent=normal text}
\setbeamercolor{subtitle}{parent=normal text}
\setbeamercolor{institute}{parent=normal text}
% Content
\setbeamercolor{frametitle}{parent=palette quaternary}
% Blocks
\setbeamercolor{block title}{parent=palette quaternary}
\setbeamercolor{block body}{parent=palette secondary}
\setbeamercolor{block title example}{fg=white, bg=hsrmSec1Dark}
\setbeamercolor{block body example}{fg=white, bg=hsrmSec1}
\setbeamercolor{block title alerted}{fg=white, bg=hsrmRedDark}
\setbeamercolor{block body alerted}{fg=white, bg=hsrmRed}
% Notes
\setbeamercolor{note page}{fg=hsrmWarmGreyDark,bg=hsrmWarmGreyLight}
\setbeamercolor{note title}{fg=white, bg=hsrmWarmGreyDark}
\setbeamercolor{note date}{parent=note title}
% Page Number
\setbeamercolor{page number in head/foot}{fg=hsrmWarmGreyDark}
%---------------------------------------------------------------------
% Fonts
%---------------------------------------------------------------------
% General
% Declare fontfamilys
\if@doNoFlama%
% Sans serif math option
\if@doSans%
% Sans serif math
\usepackage{fontspec}%
\setmainfont{Arial Narrow}%
\else%
% Serif math
\usefonttheme{professionalfonts}%
\usepackage[no-math]{fontspec}%
\fi%
\newfontfamily\Light{Arial}%
\newfontfamily\Book{Arial-Bold}%
\newfontfamily\Medium{Arial-Bold}%
\setsansfont{Arial}%
\else%
% Sans serif math option
\if@doSans%
% Sans serif math
\usepackage{fontspec}%
\setmainfont{Flama-Light}%
\else%
% Serif math
\usefonttheme{professionalfonts}%
\usepackage[no-math]{fontspec}%
\fi%
\newfontfamily\Light{Flama-Light}%
\newfontfamily\Book{Flama-Book}%
\newfontfamily\Medium{Flama-Medium}%
\setsansfont{Flama-Light}%
\fi%
\renewcommand\UrlFont{\Medium}
% Titlepage
\setbeamerfont{title}{family=\Light,size=\fontsize{20}{20}}
\setbeamerfont{subtitle}{family=\Light,size=\fontsize{12}{14}}
\setbeamerfont{date}{size=\fontsize{8}{10}}
\setbeamerfont{author}{size=\fontsize{12}{15}}
\setbeamerfont{institute}{size=\fontsize{8}{10}}
% Section
\setbeamerfont{section title}{size=\LARGE}
% Content
\setbeamerfont{frametitle}{family=\Light,size=\large}
\setbeamerfont{copyright text}{family=\Light,size=\tiny}
\setbeamerfont{block title}{family=\Book,size=\large}
\setbeamerfont{block title alerted}{family=\Book,size=\large}
\setbeamerfont{alerted text}{family=\Medium}
% Captions
\setbeamerfont{caption name}{family=\Book}
%---------------------------------------------------------------------
% Titlepage
%---------------------------------------------------------------------
% Titlepage structure
\def\maketitle{\ifbeamer@inframe\titlepage\else\frame[plain]{\titlepage}\fi}
\def\titlepage{\usebeamertemplate{title page}}
\setbeamertemplate{title page}
{
% Add background to title page
\AddToShipoutPictureFG*{\includegraphics[width=\paperwidth]{background.pdf}}
\begin{minipage}[b][\paperheight]{\textwidth}
\vspace*{5mm}
\includegraphics[height=14mm]{./logo}\par
\vspace*{5mm}
\ifx\insertsubtitle\@empty%
\else%
{\usebeamerfont{title}\usebeamercolor[fg]{title}\MakeUppercase{\inserttitle}\par}%
\fi%
\ifx\insertsubtitle\@empty%
\else%
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
\vspace*{5mm}
\fi%
\ifx\insertdate\@empty%
\else%
{\usebeamerfont{date}\usebeamercolor[fg]{date}\insertdate\par}%
\fi%
\vfill
\ifx\insertauthor\@empty%
\else%
{\usebeamerfont{author}\usebeamercolor[fg]{author}\insertauthor\par}%
\fi%
\ifx\insertinstitut\@empty%
\else%
\vspace*{3mm}
{\usebeamerfont{institute}\usebeamercolor[fg]{institute}\insertinstitute\par}%
\fi%
\vspace*{5mm}
\end{minipage}
}
%---------------------------------------------------------------------
% Sectionpages
%---------------------------------------------------------------------
% Make Sectionhead uppercase
\newcommand{\insertsectionHEAD}{%
\expandafter\insertsectionHEADaux\insertsectionhead}
\newcommand{\insertsectionHEADaux}[3]{\MakeUppercase{#3}
}
\if@doSectionPage\@empty
\else
% Insert frame with section title at every section start
\AtBeginSection[]
{
\begingroup
\setbeamercolor{background canvas}{bg=hsrmWarmGreyDark}
\begin{frame}[plain]
\centering
\vfill\usebeamerfont{section title}\textcolor{white}{\insertsectionHEAD}\vfill
\end{frame}
\endgroup
}
\fi
%---------------------------------------------------------------------
% Frametitle
%---------------------------------------------------------------------
\setbeamertemplate{frametitle}
{
\begin{beamercolorbox}[wd=\paperwidth,leftskip=0.3cm,rightskip=0.3cm,ht=3ex,dp=1.5ex]{frametitle}
\usebeamerfont{frametitle}\MakeUppercase{\insertframetitle}%
\end{beamercolorbox}
}
%---------------------------------------------------------------------
% Footline
%---------------------------------------------------------------------
\usenavigationsymbolstemplate{}
\setbeamertemplate{footline}
{%
\begin{beamercolorbox}[wd=\textwidth,ht=3ex,dp=1.5ex,leftskip=0.3cm,rightskip=0.3cm]{structure}%
\hfill\usebeamerfont{page number in head/foot}%
\insertframenumber%
\end{beamercolorbox}%
}
%---------------------------------------------------------------------
% Captions
%---------------------------------------------------------------------
\setbeamertemplate{caption label separator}{: }
%---------------------------------------------------------------------
% Blocks
%---------------------------------------------------------------------
\setbeamertemplate{block begin}
{
\setbeamercolor{item}{parent=block body}
\par\vskip\medskipamount%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex]{block title}
\usebeamerfont*{block title}\insertblocktitle%
\end{beamercolorbox}%
{\parskip0pt\par}%
{\nointerlineskip\vskip-0.5pt}%
\usebeamerfont{block body}%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex,vmode]{block body}%
}
\setbeamertemplate{block end}
{\end{beamercolorbox}\vskip\smallskipamount}
\setbeamertemplate{block alerted begin}
{
\setbeamercolor{item}{parent=block body alerted}
\par\vskip\medskipamount%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex]{block title alerted}
\usebeamerfont*{block title alerted}\insertblocktitle%
\end{beamercolorbox}%
{\parskip0pt\par}%
{\nointerlineskip\vskip-0.5pt}%
\usebeamerfont{block body alerted}%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex,vmode]{block body alerted}%
}
\setbeamertemplate{block alerted end}
{\end{beamercolorbox}\vskip\smallskipamount}
\setbeamertemplate{block example begin}
{
\par\vskip\medskipamount%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex]{block title example}
\usebeamerfont*{block title example}\insertblocktitle%
\end{beamercolorbox}%
{\parskip0pt\par}%
{\nointerlineskip\vskip-0.5pt}%
\usebeamerfont{block body example}%
\begin{beamercolorbox}[sep=.5ex,dp=0.6ex,leftskip=0.5ex,rightskip=0.5ex,vmode]{block body example}%
}
\setbeamertemplate{block example end}
{\end{beamercolorbox}\vskip\smallskipamount}
%---------------------------------------------------------------------
% Images
%---------------------------------------------------------------------
\newbox\mytempbox
\newdimen\mytempdimen
\newcommand\includegraphicscopyright[3][]{%
\leavevmode\vbox{\vskip3pt\raggedright\setbox\mytempbox=\hbox{\includegraphics[#1]{#2}}%
\mytempdimen=\wd\mytempbox\box\mytempbox\par\vskip1pt%
\usebeamerfont{copyright text}{\usebeamercolor[fg]{copyright text}{\vbox{\hsize=\mytempdimen#3}}}\vskip3pt%
}}
\mode
<all>

BIN
hsrm-beamer-demo.pdf Normal file

Binary file not shown.

556
hsrm-beamer-demo.tex Normal file
View File

@ -0,0 +1,556 @@
% Name : hsrm-beamer-demo.sty
% Author : Benjamin Weiss (benjamin.weiss@student.hs-rm.de)
% Version : 0.3c
% Created on : 05.05.2013
% Last Edited on : 12.05.2013
% Copyright : Copyright (c) 2013 by Benjamin Weiss. All rights reserved.
% License : This file may be distributed and/or modified under the
% GNU Public License.
% Description : HSRM beamer theme demonstration. Also includes a short
% Tutorial regarding the beamer class.
\documentclass[compress]{beamer}
%--------------------------------------------------------------------------
% Common packages
%--------------------------------------------------------------------------
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{multicol}
% Erweiterte Tabellenfunktionen
\usepackage{tabularx,ragged2e}
\usepackage{booktabs}
% Listingserweiterung
\usepackage{listings}
\lstset{ %
language=[LaTeX]TeX,
basicstyle=\normalsize\ttfamily,
keywordstyle=,
numbers=left,
numberstyle=\tiny\ttfamily,
stepnumber=1,
showspaces=false,
showstringspaces=false,
showtabs=false,
breaklines=true,
frame=tb,
framerule=0.5pt,
tabsize=4,
framexleftmargin=0.5em,
framexrightmargin=0.5em,
xleftmargin=0.5em,
xrightmargin=0.5em
}
%--------------------------------------------------------------------------
% Load theme
%--------------------------------------------------------------------------
\usetheme{hsrm}
\usepackage{dtklogos} % must be loaded after theme
\usepackage{tikz}
\usetikzlibrary{mindmap,backgrounds}
%--------------------------------------------------------------------------
% General presentation settings
%--------------------------------------------------------------------------
\title{HSRM Beamer Theme}
\subtitle{Demonstration und kurze Einführung in Beamer}
\date{Letztes Update: \today}
\author{Benjamin Weiss}
\institute{Studienbereich Informations- und Elektrotechnik\\Hochschule {\Medium RheinMain}}
%--------------------------------------------------------------------------
% Notes settings
%--------------------------------------------------------------------------
\setbeameroption{show notes}
\begin{document}
%--------------------------------------------------------------------------
% Titlepage
%--------------------------------------------------------------------------
\maketitle
%\begin{frame}[plain]
% \titlepage
%\end{frame}
%--------------------------------------------------------------------------
% Table of contents
%--------------------------------------------------------------------------
\section*{Gliederung}
\begin{frame}{Gliederung}
% hideallsubsections ist empfehlenswert für längere Präsentationen
\tableofcontents[hideallsubsections]
\end{frame}
%--------------------------------------------------------------------------
% Content
%--------------------------------------------------------------------------
\section{Einleitung}
\begin{frame}{Was ist Beamer?}
Die Beamer Klassen für \LaTeX\ dienen zur Erstellung von Präsentationen, welche mit einem Beamer vorgeführt werden sollen. Das Textsatzsystem erzeugt dazu PDF Dateien, die von einer großen Anzahl an Programmen gezeigt werden können.
Das hier vorgestellte Theme für Beamer macht die Erstellung von Folien entsprechend dem Corporate Design der Hochschule {\Medium RheinMain} (Grundkenntnisse in \LaTeX\ vorausgesetzt) zu einem Kinderspiel.
\end{frame}
\begin{frame}{Systemvoraussetzungen}
Um erfolgreich Präsentationen mit diesem Theme erstellen zu können, sind folgende Voraussetzungen vom System zu erfüllen:
\begin{itemize}
\item Zum Setzen der Folien muss XeTeX verwendet werden.
\item Neben einigen Standardpaketen müssen die Pakete \texttt{beamer}, \texttt{pgf} und \texttt{xcolor} installiert sein.
\item Die Schriften \quoted{Flama-Light}, \quoted{Flama-Book} und \quoted{Flama-Medium} sollten installiert sein. Alternativ: \quoted{Arial}\\\url{http://www.felicianotypefoundry.com/}
\end{itemize}
\end{frame}
\section{Tutorial}
\begin{frame}[containsverbatim]{Grundaufbau des Dokuments}
Der Grundaufbau ist einfach:
\begin{lstlisting}
\documentclass[compress]{beamer}
% Theme laden
\usetheme{hsrm}
% Allgemeine Präsentationseinstellungen
\title{Titel der Präsentation}
\subtitle{Untertitel der Präsentation}
\author{Ihr Name}
\institute{Studienbereich\\Hochschule {\Medium RheinMain}}
\begin{document}
% Folien
\end{document}
\end{lstlisting}
\end{frame}
\begin{frame}{Themeoptionen}
Um die Darstellung der Präsentation anzupassen können die folgenden Optionen gewählt werden.
\begin{table}[]
\begin{tabularx}{\linewidth}{l>{\raggedright}X}
\toprule
\textbf{Option} & \textbf{Auswirkung} \tabularnewline
\midrule
\texttt{noflama} & Falls Sie die Schrift Flama nicht besitzen können Sie mit dieser Option auf die Schrift Arial umschalten. \tabularnewline
\texttt{noserifmath} & Formeln werden ebenfalls serifenlos gesetzt. \tabularnewline
\texttt{nosectionpages} & Die Sektionseinleitungsseiten werden ausgeblendet.\tabularnewline
\bottomrule
\end{tabularx}
\label{tab:options}
\end{table}
\end{frame}
\begin{frame}{Primärfarben}
Alle Farben des Corporate Designs sind im Template hinterlegt.
\begin{multicols}{2}
\setbeamercolor{hsrmRedDemo}{fg=hsrmRed,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmRedDemo}
\texttt{hsrmRed}
\end{beamercolorbox}
\setbeamercolor{hsrmRedDarkDemo}{fg=hsrmRedDark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmRedDarkDemo}
\texttt{hsrmRedDark}
\end{beamercolorbox}
\setbeamercolor{hsrmWarmGreyDarkDemo}{fg=hsrmWarmGreyDark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmWarmGreyDarkDemo}
\texttt{hsrmWarmGreyDark}
\end{beamercolorbox}
\setbeamercolor{hsrmWarmGreyLightDemo}{fg=hsrmWarmGreyLight,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmWarmGreyLightDemo}
\texttt{hsrmWarmGreyLight}
\end{beamercolorbox}
\setbeamercolor{hsrmRedDemoBg}{fg=white,bg=hsrmRed}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmRedDemoBg}
\texttt{hsrmRed}
\end{beamercolorbox}
\setbeamercolor{hsrmRedDarkDemoBg}{fg=white,bg=hsrmRedDark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmRedDarkDemoBg}
\texttt{hsrmRedDark}
\end{beamercolorbox}
\setbeamercolor{hsrmWarmGreyDarkDemo}{fg=white,bg=hsrmWarmGreyDark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmWarmGreyDarkDemo}
\texttt{hsrmWarmGreyDark}
\end{beamercolorbox}
\setbeamercolor{hsrmWarmGreyLightDemo}{fg=white,bg=hsrmWarmGreyLight}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmWarmGreyLightDemo}
\texttt{hsrmWarmGreyLight}
\end{beamercolorbox}
\end{multicols}
\end{frame}
\begin{frame}{Sekundärfarben}
\begin{multicols}{2}
\setbeamercolor{hsrmSec1Demo}{fg=hsrmSec1,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec1Demo}
\texttt{hsrmSec1}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1DarkDemo}{fg=hsrmSec1Dark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec1DarkDemo}
\texttt{hsrmSec1Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1CompDemo}{fg=hsrmSec1Comp,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec1CompDemo}
\texttt{hsrmSec1Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1CompDarkDemo}{fg=hsrmSec1CompDark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec1CompDarkDemo}
\texttt{hsrmSec1CompDark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2Demo}{fg=hsrmSec2,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec2Demo}
\texttt{hsrmSec2}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2DarkDemo}{fg=hsrmSec2Dark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec2DarkDemo}
\texttt{hsrmSec2Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2CompDemo}{fg=hsrmSec2Comp,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec2CompDemo}
\texttt{hsrmSec2Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2CompDarkDemo}{fg=hsrmSec2CompDark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec2CompDarkDemo}
\texttt{hsrmSec2CompDark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3Demo}{fg=hsrmSec3,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec3Demo}
\texttt{hsrmSec3}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3DarkDemo}{fg=hsrmSec3Dark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec3DarkDemo}
\texttt{hsrmSec3Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3CompDemo}{fg=hsrmSec3Comp,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec3CompDemo}
\texttt{hsrmSec3Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3CompDarkDemo}{fg=hsrmSec3CompDark,bg=white}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,dp=0.7ex]{hsrmSec3CompDarkDemo}
\texttt{hsrmSec3CompDark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1DemoBg}{fg=white,bg=hsrmSec1}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec1DemoBg}
\texttt{hsrmSec1}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1DarkDemoBg}{fg=white,bg=hsrmSec1Dark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec1DarkDemoBg}
\texttt{hsrmSec1Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1CompDemoBg}{fg=white,bg=hsrmSec1Comp}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec1CompDemoBg}
\texttt{hsrmSec1Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec1CompDarkDemoBg}{fg=white,bg=hsrmSec1CompDark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec1CompDarkDemoBg}
\texttt{hsrmSec1CompDark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2DemoBg}{fg=white,bg=hsrmSec2}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec2DemoBg}
\texttt{hsrmSec2}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2DarkDemoBg}{fg=white,bg=hsrmSec2Dark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec2DarkDemoBg}
\texttt{hsrmSec2Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2CompDemoBg}{fg=white,bg=hsrmSec2Comp}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec2CompDemoBg}
\texttt{hsrmSec2Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec2CompDarkDemoBg}{fg=white,bg=hsrmSec2CompDark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec2CompDarkDemoBg}
\texttt{hsrmSec2CompDark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3Demo}{fg=white,bg=hsrmSec3}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec3Demo}
\texttt{hsrmSec3}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3DarkDemo}{fg=white,bg=hsrmSec3Dark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec3DarkDemo}
\texttt{hsrmSec3Dark}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3CompDemo}{fg=white,bg=hsrmSec3Comp}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec3CompDemo}
\texttt{hsrmSec3Comp}
\end{beamercolorbox}
\setbeamercolor{hsrmSec3CompDarkDemo}{fg=white,bg=hsrmSec3CompDark}
\begin{beamercolorbox}[wd=\linewidth,ht=2ex,leftskip=.5ex,dp=0.7ex]{hsrmSec3CompDarkDemo}
\texttt{hsrmSec3CompDark}
\end{beamercolorbox}
\end{multicols}
\end{frame}
\begin{frame}[containsverbatim]{Folienstruktur}
Strukturiert wird in Beamer wie in \LaTeX\ üblich mittels \lstinline!section!, \lstinline!subsection!, usw. Für Folien ist die \lstinline!frame! Umgebung definiert.
Der Folientitel kann direkt an die \lstinline!frame! Umgebung übergeben werden oder mittels \lstinline!\frametitle{Folientitel}! innerhalb der Umgebung gesetzt werden.
\begin{lstlisting}
\section{Meine Sektion}
\subsection{Meine Subsektion}
\begin{frame}
\frametitle{Folientitel}
% Folieninhalt
\end{frame}
\end{lstlisting}
\end{frame}
\begin{frame}[containsverbatim]{Titelseite und Inhaltsverzeichnis}
Die Titelseite erzeugt man mit
\begin{lstlisting}
\maketitle
\end{lstlisting}
Und das Inhaltsverzeichnis mit
\begin{lstlisting}
\begin{frame}{Gliederung}
\tableofcontents[hideallsubsections]
\end{frame}
\end{lstlisting}
Die Option \lstinline!hideallsubsections! bietet sich bei längeren Präsentationen an, um das Inhaltsverzeichnis kompakt zu halten.
\end{frame}
\subsection{Aufzählungen}
\begin{frame}[containsverbatim]{Aufzählungen}
Aufzählungen sind mit der \lstinline!enumerate! und der \lstinline!itemize! Umgebung möglich.
\begin{enumerate}
\item Punkt 1
\item Punkt 2
\begin{itemize}
\item Punkt 1
\item Punkt 2
\end{itemize}
\item Punkt 3
\end{enumerate}
\end{frame}
\subsection{Hervorhebungen}
\begin{frame}[containsverbatim]{Hervorhebungen}
In der Beamer Klasse ist die Funktion \lstinline!\alert! definiert, um einzelne Wörter hervorzuheben. Beispiel:
\begin{itemize}
\item \alert{hervorgehobener Text}
\end{itemize}
Zusätzlich sind im HSRM Theme noch \lstinline!\quoted! und \lstinline!\doublequoted! definiert, um die Anführungszeichen des Corporate Designs der Hochschule einfach im Zugriff zu haben. Beispiele:
\begin{itemize}
\item[] \quoted{Einfache Anführungszeichen}
\item[] \doublequoted{Doppelte Anführungszeichen}
\end{itemize}
\end{frame}
\subsection{Blockstrukturen}
\begin{frame}[containsverbatim]{Einfacher Block mit Aufzählung}
Zur Strukturierung sind in Beamer Blockumgebungen definiert.
\begin{block}{Block mit einer Aufzählung}
\begin{itemize}
\item Punkt 1
\item Punkt 2
\end{itemize}
\end{block}
\begin{lstlisting}
\begin{block}{Block mit einer Aufzählung}
\begin{itemize}
\item Punkt 1
\item Punkt 2
\end{itemize}
\end{block}
\end{lstlisting}
\end{frame}
\begin{frame}[containsverbatim]{Alert Block}
\begin{alertblock}{Alert Block}
Ein Alert Block wird mit der ersten Primärfarbe eingefärbt.
\end{alertblock}
\begin{lstlisting}
\begin{alertblock}{Alert Block}
Ein Alert Block wird mit der ersten Primärfarbe eingefärbt.
\end{alertblock}
\end{lstlisting}
\end{frame}
\begin{frame}[containsverbatim]{Example Block}
\begin{exampleblock}{Example Block}
Ein Example Block wird mit der ersten Sekundärfarbe eingefärbt.
\end{exampleblock}
\begin{lstlisting}
\begin{exampleblock}{Example Block}
Ein Example Block wird mit der ersten Sekundärfarbe eingefärbt.
\end{exampleblock}
\end{lstlisting}
\end{frame}
\begin{frame}[containsverbatim]{Block mit anderer Farbe}
\begingroup
\setbeamercolor{block title}{bg=hsrmSec2Dark}
\setbeamercolor{block body}{bg=hsrmSec2}
\begin{block}{Block mit anderer Farbe}
In diesem Block wird eine weitere Sekundärfarbe verwendet.
\end{block}
\endgroup
\begin{lstlisting}
\begingroup
\setbeamercolor{block title}{bg=hsrmSec2Dark}
\setbeamercolor{block body}{bg=hsrmSec2}
\begin{block}{Block mit anderer Farbe}
In diesem Block wird ...
\end{block}
\endgroup
\end{lstlisting}
\end{frame}
\section{Beispielfolien}
\begin{frame}{Weitere Beispiele}
Nachfolgend sind weitere Beispielfolien ohne zusätzliche Erläuterung angehängt. Schauen Sie einfach in den Quelltext, um zu sehen wie die Folien erstellt wurden.
\end{frame}
\subsection{Abbildungen}
\begin{frame}{Foto mit Copyright}
\begin{figure}
\centering
\includegraphicscopyright[width=\linewidth]{photo.jpg}{Copyright by \href{http://netzlemming.deviantart.com/}{Netzlemming}, \href{http://creativecommons.org/licenses/by-nc/3.0/}{CC BY-NC 3.0 License}}
\end{figure}
\end{frame}
\begin{frame}{Plot mit Beschriftung}
\begin{figure}
\centering
\input{plot.tex}
\caption{LFE channel frequency spectrum}
\end{figure}
\end{frame}
\subsection{Tabellen}
\begin{frame}{Tabelle}
\begin{table}[]
\caption{Selection of window function and their properties}
\begin{tabular}[]{lrrr}
\toprule
\textbf{Window} & \multicolumn{1}{c}{\textbf{First side lobe}}
& \multicolumn{1}{c}{\textbf{3\,dB bandwidth}}
& \multicolumn{1}{c}{\textbf{Roll-off}} \\
\midrule
Rectangular & 13.2\,dB & 0.886\,Hz/bin & 6\,dB/oct \\[0.25em]
Triangular & 26.4\,dB & 1.276\,Hz/bin & 12\,dB/oct \\[0.25em]
Hann & 31.0\,dB & 1.442\,Hz/bin & 18\,dB/oct \\[0.25em]
Hamming & 41.0\,dB & 1.300\,Hz/bin & 6\,dB/oct \\
\bottomrule
\end{tabular}
\label{tab:WindowFunctions}
\end{table}
\end{frame}
\subsection{Formeln}
\begin{frame}{Formeln}
\begin{block}{Fourierintegral}
\begin{equation*}
F(\textrm{j}\omega) = \int\limits_{-\infty}^{\infty} f(t)\cdot\textrm{e}^{-\textrm{j}\omega t} dt
\end{equation*}
\end{block}
\end{frame}
\begin{frame}{Mindmap mit TikZ}
\centering
\begin{tikzpicture}[scale=0.88]
%\tikzset{every child/.append style={level distance=250}}
\path[mindmap,concept color=hsrmWarmGreyLight,text=hsrmWarmGreyDark]
node[concept] {\TeX}
[clockwise from=-30]
child[concept color=hsrmSec2Dark,text=white] { node[concept] {\textcolor{white}{\XeTeX}} }
child[concept color=hsrmSec1CompDark,text=white] { node[concept] {\ConTeXt} }
child[concept color=hsrmSec1Dark,text=white] { node[concept] {\LaTeX} };
\end{tikzpicture}
\end{frame}
\subsection{Fußnoten}
\begin{frame}{Fußnoten}
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 \footnote{Lorem ipsum dolor sit amet} 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.
\end{frame}
\subsection{Notizen}
\begin{frame}{Folie mit dazugehöriger Notizfolie}
Für das Publikum ist diese Folie.
Für ihre Präsentation bieten sich folgende Programme an:
\begin{itemize}
\item Splitshow (Mac OS X)\\\url{https://code.google.com/p/splitshow/}
\item pdf-presenter (Windows)\\\url{https://code.google.com/p/pdf-presenter/}
\end{itemize}
\end{frame}
\note{
Für Ihre Notizen zum Vortrag vewenden Sie diese Folie.
Für ihre Präsentation bieten sich folgende Programme an:
\begin{itemize}
\item Splitshow (Mac OS X)\\\url{https://code.google.com/p/splitshow/}
\item pdf-presenter (Windows)\\\url{https://code.google.com/p/pdf-presenter/}
\end{itemize}
}
\subsection{Spalten}
\begin{frame}{Zwei Spalten}
\begin{multicols}{2}
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.
\begin{itemize}
\item ein Eintrag
\item noch ein Eintrag
\end{itemize}
\end{multicols}
\end{frame}
\begin{frame}{Spaltenumbruch}
\begin{multicols}{2}
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.
\columnbreak
\begin{itemize}
\item ein Eintrag
\item noch ein Eintrag
\end{itemize}
\end{multicols}
\end{frame}
\begin{frame}{Literaturverzeichnis}
\begin{thebibliography}{10}
\beamertemplatebookbibitems
\bibitem{Oppenheim2009}
Alan~V.~Oppenheim
\newblock \doublequoted{Discrete-Time Signal Processing}
\newblock Prentice Hall Press, 2009
\beamertemplatearticlebibitems
\bibitem{EBU2011}
European~Broadcasting~Union
\newblock \doublequoted{Specification of the Broadcast Wave Format (BWF)}
\newblock 2011
\end{thebibliography}
\end{frame}
\section{Ausblick}
\begin{frame}{Bekannte Fehler}
\begin{itemize}
\item Theme ist momentan noch in einer einzelnen sty-Datei. Diese sollte unterteilt werden in einzelne Dateien für Schrift, Farbe usw.
\end{itemize}
\end{frame}
\begin{frame}{Fragen, Anmerkungen, Kontakt}
Das HSRM Theme steht unter der \quoted{GNU Public License}. Es darf also weitergegeben und modifiziert werden, sofern die Lizenzart beibehalten wird.
Für Fragen und Anmerkungen stehe ich gerne zur Verfügung.
\begin{itemize}
\item \url{Benjamin.Weiss@student.hs-rm.de}
\end{itemize}
\end{frame}
\end{document}

BIN
hsrm-beamer-minimal.pdf Normal file

Binary file not shown.

59
hsrm-beamer-minimal.tex Normal file
View File

@ -0,0 +1,59 @@
% Name : hsrm-beamer-minimal.sty
% Author : Benjamin Weiss (benjamin.weiss@student.hs-rm.de)
% Version : 0.1c
% Created on : 08.05.2013
% Last Edited on : 12.05.2013
% Copyright : Copyright (c) 2013 by Benjamin Weiss. All rights reserved.
% License : This file may be distributed and/or modified under the
% GNU Public License.
% Description : HSRM beamer theme minimal example.
\documentclass{beamer}
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usetheme{hsrm}
\title{HSRM Beamer Theme}
\subtitle{Ein Minimalbeispiel}
\author{Benjamin Weiss}
\institute{Studienbereich Informations- und Elektrotechnik\\Hochschule {\Medium RheinMain}}
\date{\today}
\begin{document}
\maketitle
\section*{Gliederung}
\begin{frame}
\frametitle{Gliederung}
\tableofcontents[hideallsubsections]
\end{frame}
\section{Erste Sektion}
\begin{frame}{Erste Folie}
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.
\end{frame}
\begin{frame}{Zweite Folie}
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.
\end{frame}
\section{Zweite Sektion}
\begin{frame}{Dritte Folie}
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.
\end{frame}
\begin{frame}{Dritte Folie}
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.
\end{frame}
\end{document}

BIN
logo.eps Normal file

Binary file not shown.

BIN
photo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

1001
plot.eps Normal file

File diff suppressed because it is too large Load Diff

109
plot.tex Normal file
View File

@ -0,0 +1,109 @@
% GNUPLOT: LaTeX picture with Postscript
\begingroup
\makeatletter
\providecommand\color[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package color not loaded in conjunction with
terminal option `colourtext'%
}{See the gnuplot documentation for explanation.%
}{Either use 'blacktext' in gnuplot or load the package
color.sty in LaTeX.}%
\renewcommand\color[2][]{}%
}%
\providecommand\includegraphics[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package graphicx or graphics not loaded%
}{See the gnuplot documentation for explanation.%
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
\renewcommand\includegraphics[2][]{}%
}%
\providecommand\rotatebox[2]{#2}%
\@ifundefined{ifGPcolor}{%
\newif\ifGPcolor
\GPcolorfalse
}{}%
\@ifundefined{ifGPblacktext}{%
\newif\ifGPblacktext
\GPblacktexttrue
}{}%
% define a \g@addto@macro without @ in the name:
\let\gplgaddtomacro\g@addto@macro
% define empty templates for all commands taking text:
\gdef\gplbacktext{}%
\gdef\gplfronttext{}%
\makeatother
\ifGPblacktext
% no textcolor at all
\def\colorrgb#1{}%
\def\colorgray#1{}%
\else
% gray or color?
\ifGPcolor
\def\colorrgb#1{\color[rgb]{#1}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
\else
% gray
\def\colorrgb#1{\color{black}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color{black}}%
\expandafter\def\csname LT1\endcsname{\color{black}}%
\expandafter\def\csname LT2\endcsname{\color{black}}%
\expandafter\def\csname LT3\endcsname{\color{black}}%
\expandafter\def\csname LT4\endcsname{\color{black}}%
\expandafter\def\csname LT5\endcsname{\color{black}}%
\expandafter\def\csname LT6\endcsname{\color{black}}%
\expandafter\def\csname LT7\endcsname{\color{black}}%
\expandafter\def\csname LT8\endcsname{\color{black}}%
\fi
\fi
\setlength{\unitlength}{0.0500bp}%
\begin{picture}(4534.00,3400.00)%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%
\put(946,772){\makebox(0,0)[r]{\strut{}-140}}%
\csname LTb\endcsname%
\put(946,1109){\makebox(0,0)[r]{\strut{}-120}}%
\csname LTb\endcsname%
\put(946,1447){\makebox(0,0)[r]{\strut{}-100}}%
\csname LTb\endcsname%
\put(946,1784){\makebox(0,0)[r]{\strut{}-80}}%
\csname LTb\endcsname%
\put(946,2122){\makebox(0,0)[r]{\strut{}-60}}%
\csname LTb\endcsname%
\put(946,2460){\makebox(0,0)[r]{\strut{}-40}}%
\csname LTb\endcsname%
\put(946,2797){\makebox(0,0)[r]{\strut{}-20}}%
\csname LTb\endcsname%
\put(946,3135){\makebox(0,0)[r]{\strut{} 0}}%
\csname LTb\endcsname%
\put(1772,484){\makebox(0,0){\strut{} 100}}%
\csname LTb\endcsname%
\put(2766,484){\makebox(0,0){\strut{} 1000}}%
\csname LTb\endcsname%
\put(3759,484){\makebox(0,0){\strut{} 10000}}%
\csname LTb\endcsname%
\put(176,1919){\rotatebox{-270}{\makebox(0,0){\strut{}amplitude (dB)}}}%
\put(2607,154){\makebox(0,0){\strut{}frequency (Hz)}}%
}%
\gplgaddtomacro\gplfronttext{%
}%
\gplbacktext
\put(0,0){\includegraphics{plot}}%
\gplfronttext
\end{picture}%
\endgroup