Wie erstelle ich einen Fortschrittsbalken in meiner Beamer-Präsentation?
(BTW: Wie binde ich den Code mit WriteLatex ein?)
Anknüpfend an [diese Frage][1] würde ich gerne einen Fortschrittsbalken (nach der Titel- und Inhaltsfolie) wie er folgend zu sehen ist, in meine bisherige Präsentationsvorlage einbinden. Die Daten unten in der Leiste Name, Institution, Datum, Seitenzahlen möchte ich aber beibehalten. Der Balken sollte über der Fußleiste sein, mit der Möglichkeit einer farblichen Anpassung.
% Dieser Text ist urheberrechtlich geschützt
% Er stellt einen Auszug eines von mir erstellten Referates dar
% und darf nicht gewerblich genutzt werden
% die private bzw. Studiums bezogen Nutzung ist frei
% Januar 2006
% Autor: Sascha Frank
% Universität Freiburg
% www.informatik.uni-freiburg.de/~frank/
% www.namsu.de/
\documentclass{beamer}
\usetheme{CambridgeUS}
\usepackage{german}
\begin{document}
\title{Beamer Class Usetheme CambridgeUS}
\author{Sascha Frank}
\date{\today}
%\logo{\includegraphics[scale=0.14]{logo-SF}}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Inhaltsverzeichnis}\tableofcontents
\end{frame}
\section{Abschnitt Nr.1}
\begin{frame}\frametitle{Titel}
Die einzelnen Frames sollte einen Titel haben
\end{frame}
\subsection{Unterabschnitt Nr.1.1 }
\begin{frame}\frametitle{Testtitel}
Denn ohne Titel fehlt ihnen was
\end{frame}
\section{Abschnitt Nr.2}
\subsection{Listen I}
\begin{frame}\frametitle{Aufz\"ahlung}
\begin{itemize}
\item Einf\"uhrungskurs in \LaTeX
\item Kurs 2
\item Seminararbeiten und Pr\"asentationen mit \LaTeX
\item Die Beamerclass
\end{itemize}
\end{frame}
\begin{frame}\frametitle{Aufz\"ahlung mit Pausen}
\begin{itemize}
\item Einf\"uhrungskurs in \LaTeX \pause
\item Kurs 2 \pause
\item Seminararbeiten und Pr\"asentationen mit \LaTeX \pause
\item Die Beamerclass
\end{itemize}
\end{frame}
\subsection{Listen II}
\begin{frame}\frametitle{Numerierte Liste}
\begin{enumerate}
\item Einf\"uhrungskurs in \LaTeX
\item Kurs 2
\item Seminararbeiten und Pr\"asentationen mit \LaTeX
\item Die Beamerclass
\end{enumerate}
\end{frame}
\begin{frame}\frametitle{Numerierte Liste mit Pausen}
\begin{enumerate}
\item Einf\"uhrungskurs in \LaTeX \pause
\item Kurs 2 \pause
\item Seminararbeiten und Pr\"asentationen mit \LaTeX \pause
\item Die Beamerclass
\end{enumerate}
\end{frame}
\section{Abschnitt Nr.3}
\subsection{Tabellen}
\begin{frame}
\frametitle{Tabellen}
\begin{tabular}{|c|c|c|}
\hline
\textbf{Zeitpunkt} & \textbf{Kursleiter} & \textbf{Titel} \\
\hline
WS 04/05 & Sascha Frank & Erste Schritte mit \LaTeX \\
\hline
SS 05 & Sascha Frank & \LaTeX \ Kursreihe \\
\hline
\end{tabular}
\end{frame}
\begin{frame}
\frametitle{Tabellen mit Pause}
\begin{tabular}{c c c}
A & B & C \\
\pause
1 & 2 & 3 \\
\pause
A & B & C \\
\end{tabular}
\end{frame}
\section{Abschnitt Nr.4}
\subsection{Bl\"ocke}
\begin{frame}\frametitle{Bl\"ocke}
\begin{block}{Blocktitel}
Blocktext
\end{block}
\begin{exampleblock}{Blocktitel}
Blocktext
\end{exampleblock}
\begin{alertblock}{Blocktitel}
Blocktext
\end{alertblock}
\end{frame}
\section[Quellen]{Referezen}
\begin{frame}\frametitle{Quellen \& Literatur}
\begin{thebibliography}{9}
\bibitem[Beamerpaket]{paket} \emph{Beamer Paket} \\
\text{http://latex-beamer.sourceforge.net/}
\bibitem[Beamerdokumentation]{doku} \emph{User's Guide to the Beamer}
\bibitem[Dante]{dante} \emph{DANTE e.V.} \text{http://www.dante.de}
\end{thebibliography}
\end{frame}
\end{document}
![alt text][3]
Hatte den Autor der Seite mal kontaktiert, der folgende Lösung anbot, an der ich bislang aber scheiterte.
> Well, that does not seem very easy.
> The best I can tell you to do is to
> redefine your own footline template by
> using both infoline (used by
> CambridgeUS) and progressbar ones.
>
> For example, if you include the
> following at the beginning of your
> .tex file it will display both the
> info line and the progressbar:
>
> \defbeamertemplate*{footline}{infolines
> \defbeamertemplate*{footline}{infolines theme} {
> \begin{beamercolorbox}[wd=\paperwidth,ht=0.6cm,dp=0ex]{structure.fg}%
> \insertprogressbar
> \end{beamercolorbox}% \leavevmode%
> \hbox{%
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
> \usebeamerfont{author in head/foot}\insertshortauthor~~(\insertshortinstitute)
> \end{beamercolorbox}%
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}% \usebeamerfont{author
> in
> head/foot}\insertshortauthor~~(\insertshortinstitute)
>
> \usebeamerfont{title in head/foot}\insertshorttitle
> \end{beamercolorbox}%
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}% \usebeamerfont{title in
> head/foot}\insertshorttitle
> \end{beamercolorbox}%
> \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date
> head/foot}%
> \usebeamerfont{date in head/foot}% \usebeamerfont{date in
> head/foot}\insertshortdate{}\hspace*{2em}
> \insertframenumber{} /
> / \inserttotalframenumber\hspace*{2ex}
> \end{beamercolorbox}}% \vskip0pt% \end{beamercolorbox}}%
> \vskip0pt%
> }
>
> However, this will display the same
> information (page title, frame
> number...) twice, which is probably
> not what you want. To address this
> issue, you can either change the
> information displayed in the
> beamercolorboxes `beamercolorboxes` above, or change the
> \insertprogressbar `\insertprogressbar` macro, which is
> defined in
> beamerouterthemeprogressbar.sty. `beamerouterthemeprogressbar.sty`. If
> you just want the progressbar without
> the frame number and the title, you
> can just comment out the following two
> lines in
> beamerouterthemeprogressbar.sty:
>
> \draw
> (\progressbar@framenumberrectangle,
> in `beamerouterthemeprogressbar.sty`:
>
> \draw (\progressbar@framenumberrectangle, 0.21cm) node [anchor=mid west] {\color{fg}\insertframenumber~/~\insertintermediateframenumber};
> \draw (\progressbar@titlerectangle,
> (\progressbar@titlerectangle, 0.21cm) node [anchor=south east] {\color{fg}\insertshorttitle};
>
> I hope this helps.
>
> Regards, Sylvain.
[1]: http://texwelt.de/wissen/fragen/8958/beamer-navigationsleiste-und-fuzeile
[2]: https://www.writelatex.com/1423549vmpyvj#/3542440/
[3]: http://recherche.noiraudes.net/images/screenshots/Beamer4.jpg