summaryrefslogtreecommitdiff
path: root/info/examples/ltt/buch.cls
blob: d9d6c072af7a11a329eafd9e0213b90a6c8c77c9 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{buch}[1996/06/25 I.Kloeckl]
\typeout{BUCH.CLS 25/6/96 I. Kloeckl}
\RequirePackage{ifthen}
%
% multi muss VOR allen anderen Optionen deklariert
% sein, damit diese das Flag auswerten koennen!
%
\newboolean{multi}    \setboolean{multi}{false}
\DeclareOption{multi}{\setboolean{multi}{true}}
\newcommand{\filename}{}
% unbekannte Optionen an book.cls weiterreichen
\DeclareOption{bel}
  {\renewcommand{\filename}{bel.clo}}
\DeclareOption{elegant}
  {\renewcommand{\filename}{elegant.clo}}
\DeclareOption{tech}
  {\renewcommand{\filename}{tech.clo}}
\DeclareOption{modern}
  {\renewcommand{\filename}{modern.clo}}
\DeclareOption{celg}
  {\renewcommand{\filename}{celg.clo}}
\DeclareOption*
  {\PassOptionsToClass{\CurrentOption}{book}}
%
\AtEndOfClass{\input{\filename}}
%
% Hier Defaultoptionen fuer BUCH.CLS eintragen
\ExecuteOptions{elegant}
\ProcessOptions\relax
%
% Hier Defaultoptionen fuer BOOK.CLS eintragen, 
% dann Klasse laden: \LoadClass[...]{book}
\LoadClass{book}
%
% Hier nun die Defaultpackages laden
\RequirePackage{german,makeidx,calc}
%
% Noch ein paar gemeinsame Dinge tun...
\AtEndDocument{\renewcommand{\baselinestretch}{1.0}
  \addcontentsline{toc}{chapter}{Index}
  {\small\printindex}}
%
\newcommand{\@subtitle}{}
\newcommand{\subtitle}[1]{\gdef\@subtitle{#1}}
\newcommand{\@dateob}{}
\newcommand{\dateofbook}[1]{\gdef\@dateob{#1}}
\newcommand{\@edition}{}
\newcommand{\edition}[1]{\gdef\@edition{#1}}
\newcommand{\@editor}{}
\newcommand{\editor}[1]{\gdef\@editor{#1}}
\newcommand{\@verlag}{}
\newcommand{\publisher}[1]{\gdef\@verlag{#1}}
\newcommand{\@mauthor}{}
\newcommand{\partauthor}[1]{\gdef\@mauthor{#1}}
\newcommand{\editorname}{Hrsg.}
%
\providecommand{\prefacename}{Vorwort}
\newcommand{\preface}[2][\prefacename]
  {\chapter*{#2}\markboth{#1}{#1}}
%
\makeindex