Skip to content

Commit bd0b87b

Browse files
committed
Merge branch 'hotfix/v2.06n'
2 parents 677e8ca + 1aec491 commit bd0b87b

25 files changed

+242
-802
lines changed

LICENSE.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,20 @@
77
----------------------------------------------------------------------------
88

99
This work may be distributed and/or modified under the conditions of the
10-
LaTeX Project Public License, version 1.3c of the license. The latest
11-
version of this license is in http://www.latex-project.org/lppl.txt and
12-
version 1.3c or later is part of all distributions of LaTeX 2005/12/01
13-
or later and of this work. This work has the LPPL maintenance status
14-
"author-maintained". The current maintainer and author of this work
15-
is Falk Hanisch.
10+
LaTeX Project Public License, either version 1.3c of this license or
11+
any later version. The latest version of this license is in<br>
12+
&emsp;http://www.latex-project.org/lppl.txt<br>
13+
and version 1.3c or later is part of all distributions of
14+
LaTeX version 2008-05-04 or later.
1615

17-
However, only members of the Technische Universität Dresden are permitted
18-
to publish documents in the corporate design, in particular with the use
19-
of an official logo.
16+
This work has the LPPL maintenance status "maintained".
17+
18+
The current maintainer and author of this work is Falk Hanisch.
2019

2120
----------------------------------------------------------------------------
2221

23-
Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
24-
in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
25-
Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
26-
Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
27-
oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
28-
"author-maintained", wird somit allein durch den Autor verwaltet. Der
29-
aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
30-
31-
Jedoch ist es lediglich Angehörigen der Technischen Universität Dresden
32-
gestattet, Dokumente im Corporate Design insbesondere mit der Verwendung
33-
eines offiziellen Logos zu veröffentlichen.
22+
However, only members of the Technische Universität Dresden are permitted
23+
to publish documents in the corporate design, in particular with the use
24+
of an official logo.
3425

3526
----------------------------------------------------------------------------

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
66

7-
tudscr 2021/07/06 v2.06m
7+
tudscr 2021/07/15 v2.06n
88

99
This material is subject to the LaTeX Project Public License version 1.3c
10-
or later. See http://www.latex-project.org/lppl.txt for details.
10+
or later.<br>
11+
See http://www.latex-project.org/lppl.txt for details.
1112

1213
----------------------------------------------------------------------------
1314

@@ -58,6 +59,9 @@ Das Bundle beinhaltet:
5859
Versionen
5960
---------
6061

62+
**v2.06n** (2021/07/15)
63+
+ Fix für **siunitx**
64+
6165
**v2.06m** (2021/07/06)
6266
+ Fix eines internen Fehlers mit LuaLaTeX
6367

@@ -280,6 +284,9 @@ The bundle offers:
280284
Versions
281285
--------
282286

287+
**v2.06n** (2021/07/15)
288+
+ bug fix for **siunitx**
289+
283290
**v2.06m** (2021/07/06)
284291
+ bug fix for an internal error with LuaLaTeX
285292

source/doc/tudscr.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
\endgroup%
3030
}
3131
\faculty{\cdurl}
32-
\date{2021-07-06}
32+
\date{2021-07-15}
3333
\author{%
3434
Falk Hanisch%
3535
\expandafter\emailaddress\expandafter{\tudscrmail}%

source/install/tudscr-metrics.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

source/install/tudscr-scripts.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

source/tudscr-area.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

source/tudscr-base.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

source/tudscr-color.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

source/tudscr-comp.dtx

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% \CheckSum{1460}
1+
% \CheckSum{1461}
22
% \iffalse meta-comment
33
%
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
@@ -9,22 +9,15 @@
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%
@@ -52,7 +45,7 @@
5245
% \fi
5346
%
5447
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
55-
\ProvidesFile{tudscr-comp.dtx}[2021/07/06 v2.06m TUD-Script\space%
48+
\ProvidesFile{tudscr-comp.dtx}[2021/07/15 v2.06n TUD-Script\space%
5649
%
5750
% \iffalse
5851
%</dtx>
@@ -397,6 +390,8 @@
397390
% \changes{v2.06l}{2021/03/30}{neu}^^A
398391
% \begin{macro}{\tud@v@2.06m}
399392
% \changes{v2.06m}{2021/07/06}{neu}^^A
393+
% \begin{macro}{\tud@v@2.06n}
394+
% \changes{v2.06n}{2021/07/15}{neu}^^A
400395
% \begin{macro}{\tud@v@last}
401396
% \changes{v2.02}{2014/08/22}{neu}^^A
402397
% \changes{v2.03}{2015/01/13}{angepasst}^^A
@@ -446,9 +441,11 @@
446441
\csdef{tud@v@2.06k}{4}
447442
\csdef{tud@v@2.06l}{4}
448443
\csdef{tud@v@2.06m}{4}
444+
\csdef{tud@v@2.06n}{4}
449445
\csdef{tud@v@last}{4}
450446
% \end{macrocode}
451447
% \end{macro}^^A \tud@v@last
448+
% \end{macro}^^A \tud@v@2.06n
452449
% \end{macro}^^A \tud@v@2.06m
453450
% \end{macro}^^A \tud@v@2.06l
454451
% \end{macro}^^A \tud@v@2.06k

source/tudscr-doc.dtx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,20 @@
44
% TUD-Script -- Corporate Design of Technische Universität Dresden
55
% ----------------------------------------------------------------------------
66
%
7-
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2020
7+
% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2021
88
%
99
% ----------------------------------------------------------------------------
1010
%
1111
% This work may be distributed and/or modified under the conditions of the
12-
% LaTeX Project Public License, version 1.3c of the license. The latest
13-
% version of this license is in http://www.latex-project.org/lppl.txt and
14-
% version 1.3c or later is part of all distributions of LaTeX 2005/12/01
15-
% or later and of this work. This work has the LPPL maintenance status
16-
% "author-maintained". The current maintainer and author of this work
17-
% is Falk Hanisch.
12+
% LaTeX Project Public License, either version 1.3c of this license or
13+
% any later version. The latest version of this license is in
14+
% http://www.latex-project.org/lppl.txt
15+
% and version 1.3c or later is part of all distributions of
16+
% LaTeX version 2008-05-04 or later.
1817
%
19-
% ----------------------------------------------------------------------------
18+
% This work has the LPPL maintenance status "maintained".
2019
%
21-
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
22-
% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
23-
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
24-
% Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
25-
% oder später und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status
26-
% "author-maintained", wird somit allein durch den Autor verwaltet. Der
27-
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch.
20+
% The current maintainer and author of this work is Falk Hanisch.
2821
%
2922
% ----------------------------------------------------------------------------
3023
%

0 commit comments

Comments
 (0)