summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/imtekda/IMTEKda.cls
blob: d509145d0c6adfd1f8608fe26cc9bd5351fc6275 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
%%
%% This is file `IMTEKda.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% IMTEKda.dtx  (with options: `class')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2005-08 by Simon Dreher
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
%% version. The latest version of this license is in:
%% 
%%    http://www.latex-project.org/lppl.txt
%% 
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status `maintained'.
%% The Current Maintainer of this work is Simon Dreher
%% This work consists of all files listed in README.
%% 
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesClass{IMTEKda}
   [2008/06/05 v1.6 IMTEK-Diplomarbeitsvorlage]
\newif\if@nomtotoc\@nomtotocfalse
\newif\if@englishpreamble\@englishpreambletrue
\newif\if@preamblelangdef\@preamblelangdeffalse
\newif\if@germanopt\@germanoptfalse
\newif\if@ngermanopt\@ngermanoptfalse
\DeclareOption{nomtotoc}{\@nomtotoctrue}
\DeclareOption{noenglishpreamble}%
  {\@preamblelangdeftrue\@englishpreamblefalse}
\DeclareOption{englishpreamble}%
  {\@preamblelangdeftrue\@englishpreambletrue}
\DeclareOption{german}%
  {\PassOptionsToClass{\CurrentOption}{scrbook}\@germanopttrue}
\DeclareOption{ngerman}%
  {\PassOptionsToClass{\CurrentOption}{scrbook}\@ngermanopttrue}
\newif\if@diplom\@diplomtrue
\newif\if@bachelor\@bachelorfalse
\newif\if@master\@masterfalse
\newif\ifh@snothesistype\h@snothesistypetrue
\DeclareOption{diplom}%
  {\@diplomtrue\@bachelorfalse\@masterfalse\h@snothesistypefalse}
\DeclareOption{bachelor}%
  {\@diplomfalse\@bachelortrue\@masterfalse\h@snothesistypefalse}
\DeclareOption{master}%
  {\@diplomfalse\@bachelorfalse\@mastertrue\h@snothesistypefalse}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrbook}}
\ProcessOptions\relax
\ifh@snothesistype
  \@latex@warning@no@line{%
    Eine der Optionen diplom, bachelor oder master
    \MessageBreak muss angegeben werden. Nehme diplom.%
  }%
\fi
\LoadClass[a4paper]{scrbook}
\RequirePackage{graphicx}
\RequirePackage{calc}
\def\nomname{Nomenclature}
\AfterPackage*{babel}{
\iflanguage{german}{\@englishpreamblefalse}%
  {\if@preamblelangdef\else\@englishpreambletrue\fi}
    \addto{\captionsgerman}{\renewcommand*{\figurename}{Abb.}}
    \addto{\captionsgerman}{\renewcommand*{\tablename}{Tab.}}
    \addto{\captionsgerman}{\def\nomname{Nomenklatur}}
\iflanguage{ngerman}{\@englishpreamblefalse}%
  {\if@preamblelangdef\else\@englishpreambletrue\fi}
    \addto{\captionsngerman}{\renewcommand*{\figurename}{Abb.}}
    \addto{\captionsngerman}{\renewcommand*{\tablename}{Tab.}}
    \addto{\captionsngerman}{\def\nomname{Nomenklatur}}
}
\AfterPackage*{german}{
    \@englishpreamblefalse\@germanopttrue
    \renewcommand*{\figurename}{Abb.}
    \renewcommand*{\tablename}{Tab.}
    \newcommand*{\captionsgermansav}{}
    \let\captionsgermansav\captionsgerman
    \renewcommand*{\captionsgerman}%
        {\captionsgermansav\def\figurename{Abb.}%
        \def\tablename{Tab.}\def\nomname{Nomenklatur}}
}
\AfterPackage*{ngerman}{
    \@englishpreamblefalse\@ngermanopttrue
    \renewcommand*{\figurename}{Abb.}
    \renewcommand*{\tablename}{Tab.}
    \newcommand*{\captionsngermansav}{}
    \let\captionsngermansav\captionsngerman
    \renewcommand*{\captionsngerman}%
        {\captionsngermansav\def\figurename{Abb.}%
        \def\tablename{Tab.}\def\nomname{Nomenklatur}}
}
\newif\ifh@stitlepic\h@stitlepicfalse
\def\titlepic#1{\gdef\@titlepic{#1}\h@stitlepictrue}
\newif\ifh@stitlepicdesc\h@stitlepicdescfalse
\def\titlepicdesc#1{\gdef\@titlepicdesc{#1}\h@stitlepicdesctrue}
\def\dpoversion#1{\gdef\@dpoversion{#1}}
\def\@dpoversion{\@latex@error{No \noexpand\dpoversion given}\@ehc}
\def\chair#1{\gdef\@chair{#1}}
\def\@chair{\@latex@error{No \noexpand\chair given}\@ehc}
\def\referees#1{\gdef\@referees{#1}}
\def\@referees{\@latex@error{No \noexpand\referees given}\@ehc}
\def\supervisor#1{\gdef\@supervisor{#1}}
\def\@supervisor{\@latex@error{No \noexpand\supervisor given}\@ehc}
\def\thesistime#1{\gdef\@thesistime{#1}}
\def\@thesistime{\@latex@error{No \noexpand\thesistime given}\@ehc}
\newenvironment{abstract}{\addchap*{\abstractname}}{}
\newenvironment{nomenclature}{%
  \if@nomtotoc
    \addchap{\nomname}
    \@mkboth{\nomname}{\nomname}
  \else
    \if@hyperref
        \if@openright\cleardoublepage\else\clearpage\fi
        \phantomsection\pdfbookmark{\nomname}{nom}%
    \fi
    \chapter*{\nomname}
    \@mkboth{\nomname}{\nomname}
  \fi
}{%
}
\newcommand{\LLogo}{\parbox[b][2.2cm]{0.3\textwidth}{%
  \texttt{figures/IMTEK\_Logo\_Farbe.*}
  von \texttt{http://intern.imtek.de} downloaden}}
\newcommand{\RLogo}{\parbox[b][2.2cm]{0.3\textwidth}{%
  \texttt{figures/Uni\_Siegel.*}
  von \texttt{http://intern.imtek.de} downloaden}}
\newcommand{\l@g@error}{%
  \ClassError{IMTEKda}{Logo file(s) not found}
    {One or more of the files\MessageBreak
    \space\space\space\space figures/IMTEK_Logo_Farbe.eps \MessageBreak
    \space\space\space\space figures/IMTEK_Logo_Farbe.pdf \MessageBreak
    \space\space\space\space figures/Uni_Siegel.eps \MessageBreak
    \space\space\space\space figures/Uni_Siegel.pdf \MessageBreak
    are not installed properly. \MessageBreak
    Install this subdirectory with the logo files \MessageBreak
    together with the class file, see README.\MessageBreak
    Type <return> to proceed without the logos.}
  }
\IfFileExists{figures/IMTEK_Logo_Farbe.eps}%
  {\IfFileExists{figures/IMTEK_Logo_Farbe.pdf}%
    {\renewcommand{\LLogo}%
      {\includegraphics[height=2.2cm]{figures/IMTEK_Logo_Farbe}}}%
    {\l@g@error}%
  }{\l@g@error}
\IfFileExists{figures/Uni_Siegel.eps}%
  {\IfFileExists{figures/Uni_Siegel.pdf}%
    {\renewcommand{\RLogo}%
      {\includegraphics[height=2.2cm]{figures/Uni_Siegel}}}%
    {\l@g@error}%
  }{\l@g@error}
\titlehead{\LLogo\hfill\RLogo}
\def\s@bject{%
  \if@diplom\if@englishpreamble{Diploma Thesis}\else{Diplomarbeit}\fi%
  \else%
    \if@bachelor\if@englishpreamble{Bachelor's Thesis}\else{Bachelorarbeit}\fi%
    \else
    \if@englishpreamble{Master's Thesis}\else{Masterarbeit}\fi%
    \fi
  \fi}
\subject{\titlefont{\s@bject}}
\date{}
    \renewcommand*\maketitle[1][1]{\begin{titlepage}%
    \enlargethispage{2cm}
    \setcounter{page}{#1}
    \let\footnotesize\small
    \let\footnoterule\relax
    \let\footnote\thanks
    \renewcommand*\thefootnote{\@fnsymbol\c@footnote}%
    \let\@oldmakefnmark\@makefnmark
    \renewcommand*{\@makefnmark}{\rlap\@oldmakefnmark}
    \ifx\@titlehead\@empty \else
        \noindent\begin{minipage}[t]{\textwidth}
        \@titlehead
        \end{minipage}\par
    \fi
    \null\vfill
    \begin{center}
    \ifx\@subject\@empty \else
        {\Large \@subject \par}
        \vskip 3em
    \fi
    {\titlefont\huge \@title\par}
    \vskip 3em
    \ifh@stitlepic
        \ifh@stitlepicdesc\relax\else
            \@latex@error{No \noexpand\titlepicdesc given}\@ehc
        \fi
        \@titlepic\par
        \vskip 3em
    \fi
    {\Large \lineskip 0.75em
    \begin{tabular}[t]{c}
        \@author
    \end{tabular}\par}
    \vskip 1.5em
    {\Large \@date \par}
    \vskip \z@ \@plus3fill
    {\Large \@publishers \par}
    \vskip 3em
    \end{center}\par
    \@thanks
    \vfill\null
    \if@twoside\next@tpage
        \noindent\begin{minipage}[t]{\textwidth}
        \@uppertitleback
        \end{minipage}\par
        \vfill
        \noindent\begin{minipage}[b]{\textwidth}
        \@lowertitleback
        \end{minipage}
    \fi
    \clearpage\thispagestyle{empty}
    \noindent%
    \if@englishpreamble
      \noindent
      \begin{tabular}[t]{p{0.24\textwidth}p{0.76\textwidth-4\tabcolsep}}
      &A \if@diplom{diploma}%
      \else{\if@bachelor{bachelor's}\else{master's}\fi}\fi{}
      thesis submitted in partial fulfillment of the
      requirements for the degree of
      \\[1em]
      &\if@diplom{Graduate Engineer of Microsystems Engineering}\else
      {\if@bachelor{Bachelor of Science of Microsystems Engineering}\else
      Master of Science of Microsystems Engineering\fi}\fi
      \\[1em]
      &according to the examination regulations
      at the University of Freiburg for the
      \if@diplom{Diploma}\else{\if@bachelor{Bachelor's degree}%
      \else{Master's degree}\fi}\fi{}
      in Microsystems Engineering of \@dpoversion{}.\\[1em]
      &\@chair\\
      &Department of Microsystems Engineering (IMTEK)\\
      &University of Freiburg\\
      &Freiburg im Breisgau, Germany
      \end{tabular}
      \vfil
      \noindent
      \begin{tabular}[t]{p{0.24\textwidth}p{0.76\textwidth-4\tabcolsep}}
      \bfseries Author&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@author\end{minipage}
      \end{tabular}
      \vfil
      \noindent
      \begin{tabular}[t]{p{0.24\linewidth}p{0.76\textwidth-4\tabcolsep}}
      \bfseries Thesis period&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@thesistime\end{minipage}\\&\\
      \bfseries Referees&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@referees\end{minipage}\\&\\
      \bfseries Supervisor&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@supervisor\end{minipage}\\
      \end{tabular}
      \ifh@stitlepicdesc
        \vfil
        \noindent
        \begin{tabular}[t]{p{0.24\linewidth}p{0.76\textwidth-4\tabcolsep}}
        \bfseries Title page&
          \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
    \@titlepicdesc\end{minipage}
        \end{tabular}
      \fi
      \clearpage\thispagestyle{empty}
      \null\vfill
      \noindent
      \begin{tabular}[t]{p{0.24\linewidth}p{0.76\textwidth-4\tabcolsep}}
        \bfseries\large Declaration&according to
        \if@diplom\S9(5) of the\else\if@bachelor\S22(8) of the\else{the}\fi\fi{}
        Examination Regulations:\\[1em]
        &I hereby confirm to have written the following thesis on my own,
        not having used any other sources or resources than those listed.
        All passages taken over literally or correspondingly from published
        sources have been marked accordingly. Additionally, this thesis has not
        been prepared or submitted for another examination, neither partially
        nor completely.
        \\[1em]
        &Freiburg, \today\\[2cm]
        &\begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@author\end{minipage}
      \end{tabular}
    \else
      {\if@ngermanopt\selectlanguage{ngerman}%
        \else\if@germanopt\selectlanguage{german}%
        \fi%
      \fi%
      \noindent%
      \begin{tabular}[t]{p{0.24\textwidth}p{0.76\textwidth-4\tabcolsep}}
      &Eingereichte \if@diplom{Diplomarbeit}\else{\if@bachelor{Bachelorarbeit}%
      \else{Masterarbeit}\fi}\fi{} gem\"a\ss{} den Bestimmungen der
      Pr\"ufungsordnung
      der Universit\"at Freiburg f\"ur den
      \if@diplom{Diplomstudiengang}\else{\if@bachelor{Bachelorstudiengang}%
      \else{Masterstudiengang}\fi}\fi{}
      Mikrosystemtechnik vom \@dpoversion\\[1em]
      &\@chair\\
      &Institut f\"ur Mikrosystemtechnik (IMTEK)\\
      &Albert-Ludwigs-Universit\"at Freiburg\\
      &Freiburg im Breisgau
      \end{tabular}
      \vfil
      \noindent
      \begin{tabular}[t]{p{0.24\linewidth}p{0.76\textwidth-4\tabcolsep}}
      \bfseries Autor&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@author\end{minipage}
      \end{tabular}
      \vfil
      \noindent
      \begin{tabular}[t]{p{0.24\linewidth}p{0.76\textwidth-4\tabcolsep}}
      \bfseries Bearbeitungszeit&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@thesistime\end{minipage}\\&\\
      \bfseries Gutachter&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@referees\end{minipage}\\&\\
      \bfseries Betreuer&
        \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
  \@supervisor\end{minipage}\\
      \end{tabular}
      \ifh@stitlepicdesc
        \vfil
        \noindent
        \begin{tabular}[t]{p{0.24\textwidth}p{0.76\textwidth-4\tabcolsep}}
        \bfseries Titelseite&
          \begin{minipage}[t]{0.76\textwidth-4\tabcolsep}%
    \@titlepicdesc\end{minipage}
        \end{tabular}
      \fi
      \clearpage\thispagestyle{empty}
      \null\vfill
      \noindent
      \begin{tabular}[t]{p{0.24\textwidth}p{0.76\textwidth-4\tabcolsep}}
        \bfseries\large Erkl\"arung&nach
        \if@diplom\S9(5) der Diplompr\"ufungsordnung\else
        {\if@bachelor\S22(8) der Pr\"ufungsordnung%
        \else der Pr\"ufungsordnung\fi}\fi{}:\\[1em]
        &Hiermit erkl\"are ich, dass ich diese Abschlussarbeit
        selbst\"andig verfasst habe, keine anderen als die
        angegebenen Quellen und Hilfsmittel benutzt habe und alle Stellen,
        die w\"ortlich oder sinngem\"a\ss\ aus ver\"offentlichten Schriften
        entnommen wurden, als solche kenntlich gemacht habe. Dar\"uberhinaus
        erkl\"are ich, dass diese Abschlussarbeit nicht, auch nicht
        auszugsweise, bereits f\"ur eine andere Pr\"ufung angefertigt
        wurde.\\[1em]
        &Freiburg, den \today\\[2cm]
        &\begin{minipage}[t]{0.76\textwidth-4\tabcolsep}
  \@author\end{minipage}
      \end{tabular}%
      }
    \fi
    \ifx\@dedication\@empty \else
        \next@tpage\null\vfill
        {\centering \Large \@dedication \par}
        \vskip \z@ \@plus3fill
        \if@twoside \next@tpage\cleardoublepage \fi
    \fi
    \end{titlepage}
    \setcounter{footnote}{0}%
    \global\let\thanks\relax
    \global\let\maketitle\relax
    \global\let\@thanks\@empty
    \global\let\@author\@empty
    \global\let\@date\@empty
    \global\let\@title\@empty
    \global\let\@titlehead\@empty
    \global\let\@subject\@empty
    \global\let\@publishers\@empty
    \global\let\@uppertitleback\@empty
    \global\let\@lowertitleback\@empty
    \global\let\@dedication\@empty
    \global\let\author\relax
    \global\let\title\relax
    \global\let\extratitle\relax
    \global\let\titlehead\relax
    \global\let\subject\relax
    \global\let\publishers\relax
    \global\let\uppertitleback\relax
    \global\let\lowertitleback\relax
    \global\let\dedication\relax
    \global\let\date\relax
    \global\let\and\relax}
\newif\if@hyperref\@hyperreffalse
\AfterPackage*{hyperref}{%
    \@hyperreftrue
    \newcommand{\org@maketitle}{}%
    \let\org@maketitle\maketitle
    \def\maketitle{%
      \hypersetup{
        pdftitle={\@title},
        pdfauthor={\@author},
        pdfsubject={\s@bject}
        }%
      \org@maketitle
    }
}
\endinput
%%
%% End of file `IMTEKda.cls'.