File: exampleClass.tex

package info (click to toggle)
texlive-extra 2012.20120611-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,508,552 kB
  • sloc: perl: 75,280; makefile: 12,192; sh: 9,570; python: 6,296; csh: 2,987; java: 1,367; ansic: 1,032; xml: 896; lisp: 541; lex: 358; ruby: 150; tcl: 142; sed: 28; pascal: 18; awk: 10
file content (28 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass[english,ngerman]{FUpowerdot}
\pagestyle{empty}
\setcounter{page}{6}
\usepackage[utf8]{inputenc}
\begin{document}
\title{Wissenschaftliches Schreiben}
\subtitle{Conference on Fabulous Presentations, 2009}
\author{Dipl. Frank.-Wiss. Jana Voß\inst{1} \qquad Dr.-Ing. Herbert Voß\inst{2}}
\institute{\inst{1}BTO \quad \inst{2}ZEDAT}
\date{\today}
\titlegraphic{silberlaube2}
\fachbereich{ZEDAT}
\maketitle

\begin{slide}[toc=]{Inhaltsverzeichnis}
\tableofcontents
\end{slide}

\section{Eine Einführung}
\subsection{Die Vorlage}
\begin{slide}{Die \LaTeX-Vorlage für powerdot}
\begin{itemize}[type=1]
\item Die Vorlage folgt prinzipiell dem CD der FU
\item Im Gegensatz zu \texttt{PowerPoint} leichter erweiterbar
\item Bessere Steuerung von Inhaltsverzeichnissen
\end{itemize}
\end{slide}
\end{document}