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
|
%%
%% This is file `tudscrcomp.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% tudscr-version.dtx (with options: `package,comp,base')
%% tudscr-comp.dtx (with options: `package,comp,base,identify')
%%
%% TUD-Script -- Corporate Design of Technische Universitaet Dresden
%%
%% 2019/08/20 v2.06c TUD-Script
%%
%% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2019
%%
%% This file was generated from file(s) of the TUD-Script bundle.
%% ----------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, version 1.3c of the license.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
%% LaTeX 2005/12/01 or later and of this work.
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
%% The current maintainer and author of this work is Falk Hanisch.
%%
%%% From File: tudscr-version.dtx
\begingroup
\catcode`\@11\relax
\ifx\TUD@Version\@undefined
\newcommand*\TUD@Version@Check[1]{%
\gdef\TUD@Version{#1}%
\gdef\TUDScriptVersion{#1}%
\def\@tempb##1 v##2 ##3\relax##4\relax{\gdef\TUDScriptVersionNumber{##2}}%
\edef\@tempa{\TUD@Version}%
\expandafter\@tempb\@tempa\relax? ? \relax\relax%
\gdef\TUD@Version@KOMA{3.25}%
}
\else
\newcommand*\TUD@Version@Check[1]{%
\def\@tempa{#1}%
\ifx\TUD@Version\@tempa\else%
\@latex@warning@no@line{%
\noexpand\TUD@Version\space is `\TUD@Version',\MessageBreak%
but `#1' was expected!\MessageBreak%
You should not use classes, packages or files from\MessageBreak%
different TUD-Script-Bundle versions%
}%
\fi%
}
\fi
\TUD@Version@Check{2019/08/20 v2.06c TUD-Script}
\endgroup
\NeedsTeXFormat{LaTeX2e}
\providecommand*\tudscrmail{hanisch.latex@outlook.com}
\ifx\TUD@Class@Name\@undefined
\PackageError{%
tudscrcomp%
}{Unsupported class found}{%
This package can only be used with a class out of the\MessageBreak%
tudscr bundle (tudscrbook, tudscrreprt, tudscrartcl, tudscrposter).%
}%
\endinput%
\fi
\@ifundefined{TUDScript}{%
\DeclareRobustCommand\TUDScript{%
\textsf{%
T\kern.05em U\kern.05em D\kern.1em-\kern.1em Script%
}%
\ifcsname xspace\endcsname%
\xspace%
\fi%
}%
}{}
%%% From File: tudscr-comp.dtx
\ProvidesPackage{tudscrcomp}[%
2019/08/20 v2.06c TUD-Script
package
(compatibility for old tud(scr) classes)%
]
\PassOptionsToPackage{oldcolors}{tudscrcolor}
\@ifclassloaded{tudscrposter}{%
\RequirePackageWithOptions{tudscrcomp-poster}[\TUD@Version]%
}{%
\RequirePackageWithOptions{tudscrcomp-book}[\TUD@Version]%
}
\endinput
%%
%% End of file `tudscrcomp.sty'.
|