From b3a37c60ba565a19df919481fc8dae27f084b436 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Fri, 6 Aug 2004 20:11:43 +0000 Subject: [PATCH] Dummy class for generating simple LaTeX output. This file should be replaced with a site-maintained one. --- dtaus.cls | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dtaus.cls diff --git a/dtaus.cls b/dtaus.cls new file mode 100644 index 0000000..9b43bb0 --- /dev/null +++ b/dtaus.cls @@ -0,0 +1,33 @@ +% This is only a sample file. Some macros don't do anything and +% others only provide barely any layout. However, it can be adjusted +% for your organisation to provide a nice page with header, footer and +% whatnot, if you like. + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{dtaus} + +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} +\ProcessOptions +\LoadClass[11pt, a4paper]{article} + +\RequirePackage[latin1]{inputenc} +\RequirePackage[T1]{fontenc} +\RequirePackage{german} + +\thispagestyle{empty} + +\newcommand{\header}{} + +\newcommand{\footer}{} + +\newcommand{\headline}[1]{\centerline{\LARGE\textbf{#1}}\vspace{1cm}} + +\newcommand{\subheadline}[1]{\centerline{\Large\textbf{#1}}\vspace{0.7cm}} + +\newcommand{\tabline}[2]{#1 \dotfill & #2\\} + +\newcommand{\signature}{% +\hrulefill + +Ort, Datum \hfill Unterschrift +} -- 2.20.1