summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md10
-rw-r--r--Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdfbin232549 -> 232642 bytes
-rw-r--r--Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdfbin357282 -> 357376 bytes
-rw-r--r--Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex2
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2colors.dtx7
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx4
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2packages.dtx4
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx8
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2thesis.ins6
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2colors.sty7
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty4
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2packages.sty4
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls4
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl4
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl4
15 files changed, 41 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md b/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md
index 44f9e6ad3d9..32bdced07c4 100644
--- a/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to
## [Unreleased]
+## [v4.0.1] – 2024–05–17
+
+### Fixed
+
+- Updated copyright years.
+- Add the missing `colormode` option `bw` to `se2colors`.
+
## [v4.0.0] – 2024–05–08
### Changed
@@ -196,7 +203,8 @@ These changes might be breaking changes!
### Added
- First official release
-[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.0...HEAD
+[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.1...HEAD
+[v4.0.1]: https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
[v4.0.0]: https://github.com/se2p/se2thesis/compare/v4.0.0...v3.4.0
[v3.4.0]: https://github.com/se2p/se2thesis/compare/v3.4.0...v3.3.1
[v3.3.1]: https://github.com/se2p/se2thesis/compare/v3.3.1...v3.3.0
diff --git a/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf b/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf
index ce333a9f1c4..957e0b5110c 100644
--- a/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf
+++ b/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf
index 8af258f73a0..b9a75b0b663 100644
--- a/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf
+++ b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex
index eac8fdf59e5..f1bebf73f2d 100644
--- a/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex
+++ b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File: se2thesis.tex Copyright (C) 2022--2023 Stephan Lukasczyk
+File: se2thesis.tex Copyright (C) 2022--2024 Stephan Lukasczyk
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx b/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx
index 26e0756aa25..ccea6781949 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx
+++ b/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: se2colors.dtx Copyright (C) 2022--2023 Stephan Lukasczyk
+% File: se2colors.dtx Copyright (C) 2022--2024 Stephan Lukasczyk
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -231,7 +231,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2colors} {2024-05-17} {4.0.1}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
@@ -259,10 +259,13 @@
cmode / cmyk .meta:n = {cmode=4C},
cmode / rgb .meta:n = {cmode=RGB},
cmode / gray .meta:n = {cmode=BW},
+ cmode / bw .meta:n = {cmode=BW},
RGB .meta:n = {cmode=RGB},
rgb .meta:n = {cmode=RGB},
CMYK .meta:n = {cmode=4C},
cmyk .meta:n = {cmode=4C},
+ BW .meta:n = {cmode=BW},
+ bw .meta:n = {cmode=BW},
gray .meta:n = {cmode=BW},
}
\keys_set:nn { seiicolors } { cmode = 4C }
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx b/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
index 566c07d5831..741478e0fd6 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
+++ b/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: se2fonts.dtx Copyright (C) 2022--2023 Stephan Lukasczyk
+% File: se2fonts.dtx Copyright (C) 2022--2024 Stephan Lukasczyk
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -151,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2fonts} {2024-05-17} {4.0.1}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx b/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
index bddd9c23373..4c28b13fce6 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
+++ b/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: se2packages.dtx Copyright (C) 2022--2023 Stephan Lukasczyk
+% File: se2packages.dtx Copyright (C) 2022--2024 Stephan Lukasczyk
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -443,7 +443,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2packages} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2packages} {2024-05-17} {4.0.1}
{Supporting packages for the se2thesis bundle}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx b/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
index bb877d5d807..ced3b912d1e 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
+++ b/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: se2thesis.dtx Copyright (C) 2022--2023 Stephan Lukasczyk
+% File: se2thesis.dtx Copyright (C) 2022--2024 Stephan Lukasczyk
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -607,7 +607,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2024-05-08} {4.0.0}
+\ProvidesExplClass {se2thesis} {2024-05-17} {4.0.1}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
@@ -1655,7 +1655,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2024/05/08]
+\ProvideDictionaryFor{English}{se2translations}[2024/05/17]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1706,7 +1706,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2024/05/08]
+\ProvideDictionaryFor{German}{se2translations}[2024/05/17]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2thesis.ins b/Master/texmf-dist/source/latex/se2thesis/se2thesis.ins
index c3af7cd0206..79ac36c5635 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2thesis.ins
+++ b/Master/texmf-dist/source/latex/se2thesis/se2thesis.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File: se2thesis.ins Copyright (C) 2022--2023 Stephan Lukasczyk
+File: se2thesis.ins Copyright (C) 2022--2024 Stephan Lukasczyk
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -31,7 +31,7 @@ for those people who are interested.
% stop DocStrip adding rather wordy text
\preamble
-Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
It may be distributed and/or modified under the conditions of
the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -112,4 +112,4 @@ This work consists of the files se2thesis.dtx,
\endbatchfile
-%% vim: set ft=tex : \ No newline at end of file
+%% vim: set ft=tex :
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
index 9749a227752..8b1c97adcfb 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
@@ -6,7 +6,7 @@
%%
%% se2thesis.dtx (with options: `init')
%% se2colors.dtx (with options: `package')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -48,7 +48,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplPackage {se2colors} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2colors} {2024-05-17} {4.0.1}
{A colour support package for the se2thesis bundle}
\keys_define:nn { seiicolors }
{
@@ -69,10 +69,13 @@
cmode / cmyk .meta:n = {cmode=4C},
cmode / rgb .meta:n = {cmode=RGB},
cmode / gray .meta:n = {cmode=BW},
+ cmode / bw .meta:n = {cmode=BW},
RGB .meta:n = {cmode=RGB},
rgb .meta:n = {cmode=RGB},
CMYK .meta:n = {cmode=4C},
cmyk .meta:n = {cmode=4C},
+ BW .meta:n = {cmode=BW},
+ bw .meta:n = {cmode=BW},
gray .meta:n = {cmode=BW},
}
\keys_set:nn { seiicolors } { cmode = 4C }
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
index 6ef649c67f7..7a709b44c18 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
@@ -6,7 +6,7 @@
%%
%% se2thesis.dtx (with options: `init')
%% se2fonts.dtx (with options: `package')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -48,7 +48,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplPackage {se2fonts} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2fonts} {2024-05-17} {4.0.1}
{A font-selection support package for the se2thesis bundle}
\msg_new:nnnn { seiifonts } { pdflatex-used }
{ You~ are~ using~ pdfLaTeX~ with~ the~ se2fonts~ packages.}
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty b/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
index 8a14762f392..8e99934acca 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
@@ -6,7 +6,7 @@
%%
%% se2thesis.dtx (with options: `init')
%% se2packages.dtx (with options: `package')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -48,7 +48,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplPackage {se2packages} {2024-05-08} {4.0.0}
+\ProvidesExplPackage {se2packages} {2024-05-17} {4.0.1}
{Supporting packages for the se2thesis bundle}
\bool_new:N \l__slcd_packages_csquotes_bool
\bool_new:N \l__slcd_packages_booktabs_bool
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
index 506995d8ee5..4d31a28a979 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
@@ -6,7 +6,7 @@
%%
%% se2thesis.dtx (with options: `init')
%% se2thesis.dtx (with options: `class')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -48,7 +48,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplClass {se2thesis} {2024-05-08} {4.0.0}
+\ProvidesExplClass {se2thesis} {2024-05-17} {4.0.1}
{A thesis class for the Chair of Software Engineering II}
\prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF }
{
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
index cf630265475..71c43269465 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% se2thesis.dtx (with options: `translations,english')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -32,7 +32,7 @@
%% se2packages.sty,
%% se2thesis-master-thesis-example.bib, and
%% se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{English}{se2translations}[2024/05/08]
+\ProvideDictionaryFor{English}{se2translations}[2024/05/17]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
index 3b8be35f5e0..367137aece4 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% se2thesis.dtx (with options: `translations,german')
-%% Copyright (C) 2022--2023 by Stephan Lukasczyk <tex@lukasczyk.me>
+%% Copyright (C) 2022--2024 by Stephan Lukasczyk <stephan@dante.de>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -32,7 +32,7 @@
%% se2packages.sty,
%% se2thesis-master-thesis-example.bib, and
%% se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{German}{se2translations}[2024/05/08]
+\ProvideDictionaryFor{German}{se2translations}[2024/05/17]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}