texlive[68255] Master/texmf-dist: se2thesis (12sep23)

commits+karl at tug.org commits+karl at tug.org
Tue Sep 12 22:15:17 CEST 2023


Revision: 68255
          http://tug.org/svn/texlive?view=revision&revision=68255
Author:   karl
Date:     2023-09-12 22:15:17 +0200 (Tue, 12 Sep 2023)
Log Message:
-----------
se2thesis (12sep23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/se2thesis/README.md
    trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf
    trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf
    trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex
    trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx
    trunk/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
    trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
    trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
    trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl

Modified: trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md	2023-09-12 20:15:17 UTC (rev 68255)
@@ -7,6 +7,19 @@
 
 ## [Unreleased]
 
+## [v3.2.0] – 2023–09–12
+
+### Changed
+
+- Remove deprecated options from `siunitx` loading.
+- Use `inconsolata-nerd-font` as the default mono-spaced font.
+- Updates on the documentation.
+
+### Removed
+
+- Removed option `fontmode` of the `se2thesis` class, which was already
+  deprecated.
+
 ## [v3.1.0] – 2023–07–04
 
 ### Changed
@@ -137,6 +150,7 @@
 ### Added
 - First official release
 
+[v3.2.0]: https://github.com/se2p/se2thesis/compare/v3.2.0...v3.1.0
 [v3.1.0]: https://github.com/se2p/se2thesis/compare/v3.1.0...v3.0.0
 [v3.0.0]: https://github.com/se2p/se2thesis/compare/v3.0.0...v2.1.0
 [v2.1.0]: https://github.com/se2p/se2thesis/compare/v2.1.0...v2.0.0

Modified: trunk/Master/texmf-dist/doc/latex/se2thesis/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/se2thesis/README.md	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/doc/latex/se2thesis/README.md	2023-09-12 20:15:17 UTC (rev 68255)
@@ -12,3 +12,12 @@
 However, the package's documentation also provides recommendations regarding
 several aspects, for example, recommending
 [biblatex](https://ctan.org/pkg/biblatex) for bibliographies.
+
+## License
+
+The bundle is licensed under the terms of the
+[LaTeX Project Public License (LPPL)](https://www.latex-project.org/lppl.txt),
+version 1.3c.
+
+Its current maintenance status is “maintained”,
+the current maintainer is [Stephan Lukasczyk](https://github.com/stephanlukasczyk).

Modified: trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/doc/latex/se2thesis/se2thesis.tex	2023-09-12 20:15:17 UTC (rev 68255)
@@ -143,7 +143,7 @@
 \makeatother
 
 \usepackage[UKenglish]{babel}
-\usepackage{fontspec}
+\usepackage{se2fonts}
 \usepackage{hvlogos}
 
 % Taken from xcolor.dtx
@@ -155,7 +155,7 @@
 \usepackage{hvfloat}
 \hypersetup{%
   allcolors=UPSE2-Blue,%
-  pdftitle={se2thesis -- A Thesis Class for the Chair of Software Engineering II
+  pdftitle={se2thesis---A Thesis Class for the Chair of Software Engineering II
   at the University of Passau, Germany},%
   pdfauthor={Stephan Lukasczyk},
 }
@@ -166,7 +166,7 @@
 \GetFileInfo{se2colors.sty}
 
 \title{%
-  \pkg{se2thesis} -- A Thesis Class for the Chair of Software
+  \pkg{se2thesis}---A Thesis Class for the Chair of Software
   Engineering~II at the University of Passau, Germany%
   \thanks{This file describes \fileversion,
     last revised \filedate.}%
@@ -175,7 +175,7 @@
 \author{%
   Stephan Lukasczyk%
   \thanks{%
-    E-mail: \href{mailto:tex at lukasczyk.me}{tex at lukasczyk.me}%
+    E-mail: \href{mailto:stephan at dante.de}{stephan at dante.de}%
   }%
 }
 
@@ -234,6 +234,7 @@
 \EnableImplementation
 \DisableDocumentation
 
+\clearpage
 \part{Implementation}\label{sec:impl}
 
 The second part of this file provides the implementation of the package

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx	2023-09-12 20:15:17 UTC (rev 68255)
@@ -50,7 +50,7 @@
 % \GetFileInfo{se2colors.sty}
 %
 % \title{^^A
-%   \pkg{se2colors} -- Colour Definitions for the \pkg{se2thesis} Bundle^^A
+%   \pkg{se2colors}---Colour Definitions for the \pkg{se2thesis} Bundle^^A
 %   \thanks{This file describes \fileversion, last revised \filedate.}^^A
 % }
 %
@@ -57,7 +57,7 @@
 % \author{^^A
 %   Stephan Lukasczyk^^A
 %   \thanks{^^A
-%     E-mail: \href{mailto:tex at lukasczyk.me}{tex at lukasczyk.me}^^A
+%     E-mail: \href{mailto:stephan at dante.de}{stephan at dante.de}^^A
 %   }^^A
 % }
 %
@@ -231,7 +231,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2colors} {2023-09-12} {3.2.0}
   {A colour support package for the se2thesis bundle}
 %    \end{macrocode}
 %

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx	2023-09-12 20:15:17 UTC (rev 68255)
@@ -44,7 +44,7 @@
 % \GetFileInfo{se2fonts.sty}
 %
 % \title{^^A
-%   \pkg{se2fonts} -- Font Definitions for the \pkg{se2thesis} Bundle^^A
+%   \pkg{se2fonts}---Font Definitions for the \pkg{se2thesis} Bundle^^A
 %   \thanks{This file describes \fileversion, last revised \filedate.}^^A
 % }
 %
@@ -51,7 +51,7 @@
 % \author{^^A
 %   Stephan Lukasczyk^^A
 %   \thanks{^^A
-%     E-mail: \href{mailto:tex at lukasczyk.me}{tex at lukasczyk.me}^^A
+%     E-mail: \href{mailto:stephan at dante.de}{stephan at dante.de}^^A
 %   }^^A
 % }
 %
@@ -75,8 +75,8 @@
 % we use the \emph{Libertinus} fonts\footnote{
 %   \href{https://github.com/alerque/libertinus}{https://github.com/alerque/libertinus}
 % } for serif, sans-serif, and math typesetting
-% and the \emph{Anonymous Pro} font\footnote{
-%   \href{https://www.marksimonson.com/fonts/view/anonymous-pro}{https://www.marksimonson.com/fonts/view/anonymous-pro}
+% and the \emph{Inconsolata} font\footnote{
+%   \href{http://levien.com/type/myfonts/inconsolata.html}{http://levien.com/type/myfonts/inconsolata.html}
 % } as a monospaced font.
 %
 % \emph{Please note:} this change might affect they way your documents look,
@@ -91,19 +91,11 @@
 % The following options are defined by the \pkg{se2fonts} package
 % to influence the selection of the fonts.
 %
-% \begin{function}[updated = 2022-11-03, deprecated = 2023-01-05]{fmode}
-%   \begin{syntax}
-%     |fmode| = \meta{choice}
-%   \end{syntax}
-%   The argument is deprecated and will raise a warning.
-%   It is to be removed by a future version of the \pkg{se2thesis} bundle.
-% \end{function}
-%
 % The following list provides examples for each of the fonts:
 % \begin{itemize}
 %   \item {\fontspec{LibertinusSerif}An example text in Libertinus Serif}
 %   \item {\fontspec{LibertinusSans}An example text in Libertinus Sans}
-%   \item {\fontspec{AnonymousPro}An example text in Anonymous Pro}
+%   \item {\fontspec{inconsolata}An example text in Inconsolata}
 % \end{itemize}
 %
 % The package provides additional helper functions
@@ -159,7 +151,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2fonts} {2023-09-12} {3.2.0}
   {A font-selection support package for the se2thesis bundle}
 %    \end{macrocode}
 %
@@ -285,19 +277,9 @@
     \RequirePackage{libertinus-otf}
 %    \end{macrocode}
 %
-% Load the \emph{Anonymous Pro} monospaced font.
+% Load the \emph{Inconsolata Nerd Font} monospaced font.
 %    \begin{macrocode}
-    \setmonofont{AnonymousPro}[
-      RawFeature     = {+tnum, +lnum},
-      Scale          = {MatchLowercase},
-      FakeStretch    = {0.9},
-      UprightFont    = *-Regular,
-      ItalicFont     = *-Italic,
-      SlantedFont    = *-Italic,
-      BoldFont       = *-Bold,
-      BoldItalicFont = *-BoldItalic,
-      Extension      = .ttf,
-    ]
+    \RequirePackage{inconsolata-nerd-font}
 %    \end{macrocode}
 %
 %    \begin{macrocode}
@@ -307,10 +289,10 @@
 % The user does not use \LuaTeX{}, thus fallback to T1 fonts.
 %    \begin{macrocode}
     \PassOptionsToPackage{T1}{fontenc}
-    \PassOptionsToPackage{scale=0.85}{AnonymousPro}
+    \PassOptionsToPackage{scaled=0.9,varl}{inconsolata}
     \PassOptionsToPackage{mono=false}{libertinus-type1}
     \RequirePackage{fontenc}
-    \RequirePackage{AnonymousPro}
+    \RequirePackage{inconsolata}
     \RequirePackage{libertinus-type1}
   }
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx	2023-09-12 20:15:17 UTC (rev 68255)
@@ -42,7 +42,7 @@
 % \GetFileInfo{se2packages.sty}
 %
 % \title{^^A
-%   \pkg{se2packages} -- Supporting Packages for the \pkg{se2thesis} Bundle^^A
+%   \pkg{se2packages}---Supporting Packages for the \pkg{se2thesis} Bundle^^A
 %   \thanks{This file describes \fileversion, last revised \filedate.}^^A
 % }
 %
@@ -431,7 +431,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2packages} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2packages} {2023-09-12} {3.2.0}
   {Supporting packages for the se2thesis bundle}
 %    \end{macrocode}
 %
@@ -621,6 +621,7 @@
 \bool_if:NT \l_@@_csquotes_bool
   {
     \msg_info:nnn { seiipackages } { load-package } { csquotes }
+    \RequirePackage{fvextra}
     \RequirePackage{csquotes}
   }
 %    \end{macrocode}
@@ -641,8 +642,6 @@
     \msg_info:nnn { seiipackages } { load-package } { siunitx }
     \RequirePackage[
       add-integer-zero=false,
-      detect-inline-weight=math,
-      detect-weight=true,
       free-standing-units,
       group-minimum-digits=4,
       list-final-separator={, and },

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx	2023-09-12 20:15:17 UTC (rev 68255)
@@ -38,7 +38,7 @@
 % \GetFileInfo{se2colors.sty}
 %
 % \title{^^A
-%   \pkg{se2thesis} -- Overall set up^^A
+%   \pkg{se2thesis}---Overall set up^^A
 %   \thanks{This file describes \fileversion, last revised \filedate.}^^A
 % }
 %
@@ -45,7 +45,7 @@
 % \author{^^A
 %   Stephan Lukasczyk^^A
 %   \thanks{^^A
-%     E-Mail: \href{mailto:tex at lukasczyk.me}{tex at lukasczyk.me}^^A
+%     E-Mail: \href{mailto:stephan at dante.de}{stephan at dante.de}^^A
 %   }^^A
 % }
 %
@@ -76,7 +76,10 @@
 % Its main class is the \pkg{se2thesis} document class,
 % an extension of the \KOMAScript{} |scrreprt| document class.
 % The packages \pkg{se2colors} and \pkg{se2fonts} provide necessary
-% colour and font settings for the \pkg{se2thesis} class.
+% colour and font settings for the \pkg{se2thesis} class;
+% the \pkg{se2packages} allows to load several recommended packages~(see
+% \cref{sec:doc-se2packages}) with our recommended,
+% predefined settings.
 % They are available as separate packages, however, to allow their reuse for
 % other classes, packages, and projects, as well.
 %
@@ -110,7 +113,9 @@
 % Please note that \texttt{l3build} also provides a |l3build install| target
 % to install the bundle files to your local texmf tree.
 %
-% The “Island of \TeX{}” project provides Docker images of \TeXLive.
+% The “Island of \TeX{}” project provides Docker images of \TeXLive\footnote{%
+%   \href{https://islandoftex.gitlab.io/community/projects/docker/}{islandoftex.gitlab.io/community/projects/docker/}
+% }.
 % If you do not want to install/update \TeXLive{} on your system
 % you might want to consider their \texttt{latest} image,
 % which contains a recent \TeXLive{} 2023 build.
@@ -190,10 +195,11 @@
 %     |class| = \meta{choice}
 %   \end{syntax}
 %   Set the base document class.
-%   Values are \cls{scrreprt}, \cls{scrartcl}, or \cls{scrbook}.
+%   Values are \cls{scrreprt} or \cls{scrbook}.
+%   \emph{Note:} you cannot use \cls{scrartcl} because it does not provide
+%   the required |chapter| sectioning.
 %   Default is |scrbook|.
 % \end{function}
-%
 % \begin{function}{paper}
 %   \begin{syntax}
 %     |paper| = \meta{choice}
@@ -230,17 +236,7 @@
 %   package, see \cref{sec:doc-se2colors} for a description.
 % \end{function}
 %
-% \begin{function}[updated = 2023-01-10]{fontmode}
-%   \begin{syntax}
-%     |fontmode| = \meta{choice}
-%   \end{syntax}
-%   Select the font scheme used by the automatically loaded \pkg{se2fonts}
-%   package, see \cref{sec:doc-se2fonts} for a description.
 %
-%   \emph{This option is deprecated and will be removed in the future!}
-% \end{function}
-%
-%
 % \subsection{The title page}\label{sec:doc-se2thesis-title}
 %
 % Designing a title package for a thesis can be complicated.
@@ -589,7 +585,7 @@
 %
 % Identify the class and give the overall version number.
 %    \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2023-07-04} {3.1.0}
+\ProvidesExplClass {se2thesis} {2023-09-12} {3.2.0}
   {A thesis class for the Chair of Software Engineering II}
 %    \end{macrocode}
 %
@@ -647,7 +643,7 @@
 %     \l_@@_clsopts_prop,
 %     \l_@@_unknown_clsopts_prop
 %   }
-%   Store the base class, the known, and the unknown class options.
+%   Store the known and the unknown class options.
 %   The latter will be forwarded to the base class later.
 %    \begin{macrocode}
 \tl_new:N \l_@@_base_class_tl
@@ -734,7 +730,6 @@
 %     \l_@@_licensemodifier_tl,
 %     \l_@@_licenseversion_tl,
 %     \l_@@_colormode_tl,
-%     \l_@@_fontmode_tl,
 %   }
 %    \begin{macrocode}
 \keys_define:nn { seiithesis }
@@ -742,8 +737,6 @@
     class .choice:,
     class / report .meta:n = {class=scrreprt},
     class / scrreprt .code:n = \tl_gset:Nn \l_@@_base_class_tl {scrreprt},
-    class / article .meta:n = {class=scrartcl},
-    class / scrartcl .code:n = \tl_gset:Nn \l_@@_base_class_tl {scrartcl},
     class / book .meta:n = {class=scrbook},
     class / scrbook .code:n = \tl_gset:Nn \l_@@_base_class_tl {scrbook},
     class .initial:n = scrbook,
@@ -776,11 +769,6 @@
     },
     colormode .initial:n = cmyk,
 
-    fontmode .choices:nn = {original,replacement,auto}{
-      \tl_gset_eq:NN \l_@@_fontmode_tl \l_keys_choice_tl
-    },
-    fontmode .initial:n = auto,
-
     unknown .code:n = {
       \prop_gput:NVn \l_@@_unknown_clsopts_prop \l_keys_key_tl {#1}
     },
@@ -1615,7 +1603,7 @@
 % We provide the following English translations.
 %
 %    \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2023/07/04]
+\ProvideDictionaryFor{English}{se2translations}[2023/09/12]
 \ProvideDictTranslation{abstract}{abstract}
 \ProvideDictTranslation{Abstract}{Abstract}
 \ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1666,7 +1654,7 @@
 % We provide the following German translations.
 %
 %    \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2023/07/04]
+\ProvideDictionaryFor{German}{se2translations}[2023/09/12]
 \ProvideDictTranslation{abstract}{Zusammenfassung}
 \ProvideDictTranslation{Abstract}{Zusammenfassung}
 \ProvideDictTranslation{acknowledgement}{Danksagung}

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty	2023-09-12 20:15:17 UTC (rev 68255)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2colors} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2colors} {2023-09-12} {3.2.0}
   {A colour support package for the se2thesis bundle}
 \keys_define:nn { seiicolors }
   {

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty	2023-09-12 20:15:17 UTC (rev 68255)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2fonts} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2fonts} {2023-09-12} {3.2.0}
   {A font-selection support package for the se2thesis bundle}
 \tl_new:N \l__slcd_fonts_fontmode_tl
 \keys_define:nn { seiifonts }
@@ -110,22 +110,12 @@
     \defaultfontfeatures[\rmfamily]{ Scale = 1 }
     \PassOptionsToPackage{mono=false}{libertinus-otf}
     \RequirePackage{libertinus-otf}
-    \setmonofont{AnonymousPro}[
-      RawFeature     = {+tnum, +lnum},
-      Scale          = {MatchLowercase},
-      FakeStretch    = {0.9},
-      UprightFont    = *-Regular,
-      ItalicFont     = *-Italic,
-      SlantedFont    = *-Italic,
-      BoldFont       = *-Bold,
-      BoldItalicFont = *-BoldItalic,
-      Extension      = .ttf,
-    ]
+    \RequirePackage{inconsolata-nerd-font}
   } {
     \PassOptionsToPackage{T1}{fontenc}
-    \PassOptionsToPackage{scale=0.85}{AnonymousPro}
+    \PassOptionsToPackage{scaled=0.9,varl}{inconsolata}
     \PassOptionsToPackage{mono=false}{libertinus-type1}
     \RequirePackage{fontenc}
-    \RequirePackage{AnonymousPro}
+    \RequirePackage{inconsolata}
     \RequirePackage{libertinus-type1}
   }

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty	2023-09-12 20:15:17 UTC (rev 68255)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2packages} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2packages} {2023-09-12} {3.2.0}
   {Supporting packages for the se2thesis bundle}
 \bool_new:N \l__slcd_packages_csquotes_bool
 \bool_new:N \l__slcd_packages_booktabs_bool
@@ -132,6 +132,7 @@
 \bool_if:NT \l__slcd_packages_csquotes_bool
   {
     \msg_info:nnn { seiipackages } { load-package } { csquotes }
+    \RequirePackage{fvextra}
     \RequirePackage{csquotes}
   }
 \bool_if:NT \l__slcd_packages_booktabs_bool
@@ -144,8 +145,6 @@
     \msg_info:nnn { seiipackages } { load-package } { siunitx }
     \RequirePackage[
       add-integer-zero=false,
-      detect-inline-weight=math,
-      detect-weight=true,
       free-standing-units,
       group-minimum-digits=4,
       list-final-separator={, and },

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls	2023-09-12 20:15:17 UTC (rev 68255)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplClass {se2thesis} {2023-07-04} {3.1.0}
+\ProvidesExplClass {se2thesis} {2023-09-12} {3.2.0}
   {A thesis class for the Chair of Software Engineering II}
 \prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF }
   {
@@ -105,8 +105,6 @@
     class .choice:,
     class / report .meta:n = {class=scrreprt},
     class / scrreprt .code:n = \tl_gset:Nn \l__slcd_base_class_tl {scrreprt},
-    class / article .meta:n = {class=scrartcl},
-    class / scrartcl .code:n = \tl_gset:Nn \l__slcd_base_class_tl {scrartcl},
     class / book .meta:n = {class=scrbook},
     class / scrbook .code:n = \tl_gset:Nn \l__slcd_base_class_tl {scrbook},
     class .initial:n = scrbook,
@@ -139,11 +137,6 @@
     },
     colormode .initial:n = cmyk,
 
-    fontmode .choices:nn = {original,replacement,auto}{
-      \tl_gset_eq:NN \l__slcd_fontmode_tl \l_keys_choice_tl
-    },
-    fontmode .initial:n = auto,
-
     unknown .code:n = {
       \prop_gput:NVn \l__slcd_unknown_clsopts_prop \l_keys_key_tl {#1}
     },

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl	2023-09-12 20:15:17 UTC (rev 68255)
@@ -32,7 +32,7 @@
 %%                                 se2packages.sty,
 %%                                 se2thesis-master-thesis-example.bib, and
 %%                                 se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{English}{se2translations}[2023/07/04]
+\ProvideDictionaryFor{English}{se2translations}[2023/09/12]
 \ProvideDictTranslation{abstract}{abstract}
 \ProvideDictTranslation{Abstract}{Abstract}
 \ProvideDictTranslation{acknowledgement}{acknowledgement}

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl	2023-09-12 20:15:07 UTC (rev 68254)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl	2023-09-12 20:15:17 UTC (rev 68255)
@@ -32,7 +32,7 @@
 %%                                 se2packages.sty,
 %%                                 se2thesis-master-thesis-example.bib, and
 %%                                 se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{German}{se2translations}[2023/07/04]
+\ProvideDictionaryFor{German}{se2translations}[2023/09/12]
 \ProvideDictTranslation{abstract}{Zusammenfassung}
 \ProvideDictTranslation{Abstract}{Zusammenfassung}
 \ProvideDictTranslation{acknowledgement}{Danksagung}



More information about the tex-live-commits mailing list.