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
|
%% bgteubner class bundle
%%
%% bgteucls.ins
%% Copyright 2003--2015 Harald Harders
%
% This program 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 opinion) 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 1999/12/01 or later.
%
% This program consists of all files listed in manifest.txt.
\input docstrip.tex
\preamble
bgteubner class bundle
Copyright 2003--2015 Harald Harders
This program 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 opinion) 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 1999/12/01 or later.
This program consists of all files listed in manifest.txt.
harald.harders@gmx.de
\endpreamble
\declarepreamble\clspreamble
bgteubner class bundle
Copyright 2003--2015 Harald Harders
This program 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 opinion) 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 1999/12/01 or later.
Additional conditions to the license:
If you modify a renamed copy of the files `bgteubner.cls' or
`bgteucls.dtx', you have to preserve some information in the
PDF /Creator entry. The following data have to remain:
- The name `bgteubner.cls',
- a hint that this class has been developed for the `Teubner
Verlag, Wiesbaden, Germany'.
This program consists of all files listed in manifest.txt.
harald.harders@gmx.de
\endpreamble
\declarepreamble\bstpreamble
bgteubner class bundle
Copyright 2003--2015 Harald Harders
This program 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 opinion) 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 1999/12/01 or later.
This program consists of all files listed in manifest.txt.
This BibTeX style is intended to be used with the bgteubner
document class and the babelbib package. It may work together with
other document classes but is unlikely to work without the
babelbib package.
harald.harders@gmx.de
\endpreamble
\declarepreamble\istpreamble
bgteubner class bundle
Copyright 2003--2015 Harald Harders
This program 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 opinion) 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 1999/12/01 or later.
This program consists of all files listed in manifest.txt.
This Makeindex style file is intended to be used with the bgteubner
document class. It may or may not work together with other document
classes.
harald.harders@gmx.de
\endpreamble
\askforoverwritefalse
% Files
%%%%%%%%%%%%%%%%%%%%%%
\generate{%
\file{bgteuversion.tex}{\from{bgteucls.dtx}{version}}%
\file{cdcover.tex}{\from{bgteucls.dtx}{cdcover}}%
\usepreamble\clspreamble
\file{bgteubner.cls}{\from{bgteucls.dtx}{class}}%
\usepostamble\empty
\usepreamble\istpreamble
\file{bgteubner.ist}{\from{bgteucls.dtx}{idxstyle}}%
\file{bgteuglo.ist}{\from{bgteucls.dtx}{glostyle1}}%
\file{bgteuglochar.ist}{\from{bgteucls.dtx}{glostyle2}}%
\usepostamble\empty
\usepreamble\bstpreamble
\file{bgteupln.bst}{\from{bgteucls.dtx}{bibstyle,long,names1}}%
\file{bgteupln2.bst}{\from{bgteucls.dtx}{bibstyle,long,names2}}%
\file{bgteupln3.bst}{\from{bgteucls.dtx}{bibstyle,long,names3}}%
\file{bgteuabbr.bst}{\from{bgteucls.dtx}{bibstyle,short,names1}}%
\file{bgteuabbr2.bst}{\from{bgteucls.dtx}{bibstyle,short,names2}}%
}
\endbatchfile
|