Added support for the 'Begleitzettel' via LaTeX document
[infodrom/dtaus] / dtaus.cls
1 % This is only a sample file.  Some macros don't do anything and
2 % others only provide barely any layout.  However, it can be adjusted
3 % for your organisation to provide a nice page with header, footer and
4 % whatnot, if you like.
5
6 \NeedsTeXFormat{LaTeX2e}
7 \ProvidesClass{dtaus}
8
9 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
10 \ProcessOptions
11 \LoadClass[11pt, a4paper]{article}
12
13 \RequirePackage[latin1]{inputenc}
14 \RequirePackage[T1]{fontenc}
15 \RequirePackage{german}
16
17 \thispagestyle{empty}
18
19 \newcommand{\header}{}
20
21 \newcommand{\footer}{}
22
23 \newcommand{\headline}[1]{\centerline{\LARGE\textbf{#1}}\vspace{1cm}}
24
25 \newcommand{\subheadline}[1]{\centerline{\Large\textbf{#1}}\vspace{0.7cm}}
26
27 \newcommand{\tabline}[2]{#1 \dotfill & #2\\}
28
29 \newcommand{\signature}{%
30 \hrulefill
31
32 Ort, Datum \hfill Unterschrift
33 }