Zitat Zitat von Barny.G Beitrag anzeigen
Bestimmt nicht... Ich bin eben ein fauler Sack
Das kannst du doch auch sein. Ist doch nur noch copy-paste.

Code:
\documentclass {beamer}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[squaren]{SIunits}
\usepackage[toc]{multitoc}
\addto\captionsngerman{
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
}
\usetheme[compress]{Dresden}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}
  {%
    \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
      leftskip=.3cm,rightskip=.3cm plus1fil]{upper separation line foot}
       \hfill Folie~\thepage
    \end{beamercolorbox}
    \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
      leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}%
      \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}%
      \hfill%
      {\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}%
    \end{beamercolorbox}%
    \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
      leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}%
      {\usebeamerfont{title in head/foot}\insertshorttitle}%
    \end{beamercolorbox}%
    \begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot}	
    \end{beamercolorbox}
  }
\author{Du}
\title{Endlich fertig?}
\date{\today}

\begin{document}
\frame[plain]{\titlepage}

%%---------------------------------------------------------------------------
%%---------------------------------------------------------------------------
\section{preamble}
\begin{frame}
The common methods of orientation of unknown subsurfaced reference points are based of relative techniques, e.g.
\end{frame}
\section{preamble}
\begin{frame}
The common methods of orientation of unknown subsurfaced reference points are based of relative techniques, e.g.
\end{frame}
%%---------------------------------------------------------------------------
%%---------------------------------------------------------------------------
\end{document}
Gruß
Marco