Suche…


Parameter

Thema Ann Arbor
Farbthema Seepferdchen

Bemerkungen

Für andere Themen und Farben können Sie hier besuchen

Einfache Autorentitelfolie

\documentclass{beamer}

\mode<presentation>

\usetheme{AnnArbor}

\usecolortheme{seahorse}

\title[Short topic]{Awesome long topic}

\author[Name]{Full name}

\institute[Institute short form]{Full name of institute}

\date{\today}

\begin{document}

\maketitle

\end{document}

Geben Sie hier die Bildbeschreibung ein

Mehrfachautor und Filmtitelfolie

\documentclass[compress]{beamer}

\mode\<presentation>

\title[]{ABCDE for analysis of PQRS systems}

\author[] {

      AA AAAA \inst{1}
         
      \and BB BBBB \inst{1}

      \and CC CCCC \inst{1}

      \and DD DDDD \inst{1} 

      \and EE EEEE\inst{2}

      \and FF FFFF\inst{3}

      \and GG GGGG \inst{3}}

\institute[]

  {

   \inst{1}%
   Department of UV, Univ. of XYZ

   \and

   \inst{2}%
   Department of MN, Univ. of XYZ 

   \and

   \inst{3}
   Advanced Centre for PQR

  }

\date[]{\today}

\begin{document}

\begin{frame}

\titlepage

\end{frame}

\end{document}

Geben Sie hier die Bildbeschreibung ein



Modified text is an extract of the original Stack Overflow Documentation
Lizenziert unter CC BY-SA 3.0
Nicht angeschlossen an Stack Overflow