texlive[72319] Master/texmf-dist: se2thesis (18sep24)

commits+karl at tug.org commits+karl at tug.org
Wed Sep 18 21:24:25 CEST 2024


Revision: 72319
          https://tug.org/svn/texlive?view=revision&revision=72319
Author:   karl
Date:     2024-09-18 21:24:24 +0200 (Wed, 18 Sep 2024)
Log Message:
-----------
se2thesis (18sep24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.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/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	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md	2024-09-18 19:24:24 UTC (rev 72319)
@@ -7,6 +7,13 @@
 
 ## [Unreleased]
 
+## [v4.3.3] – 2024–09–18
+
+### Added
+
+- Load the `mismath` package before the `unicode-math` package, which is
+  recommended according to `mismath`'s documentation.
+
 ## [v4.3.2] – 2024–08–12
 
 ### Fixed
@@ -267,7 +274,8 @@
 ### Added
 - First official release
 
-[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.2...HEAD
+[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.3...HEAD
+[v4.3.3]: https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2
 [v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1
 [v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0
 [v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0

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/source/latex/se2thesis/se2colors.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2colors.dtx	2024-09-18 19:24:24 UTC (rev 72319)
@@ -231,7 +231,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2colors} {2024-09-18} {4.3.3}
   {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	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx	2024-09-18 19:24:24 UTC (rev 72319)
@@ -151,7 +151,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2fonts} {2024-09-18} {4.3.3}
   {A font-selection support package for the se2thesis bundle}
 %    \end{macrocode}
 %
@@ -214,6 +214,12 @@
 %
 % \subsection{Font loading}
 %
+% Load the \pkg{mismath} package, which itself loads \pkg{mathtools} and
+% transitively \pkg{amsmath} \emph{before} \pkg{unicode-math}.
+%    \begin{macrocode}
+\RequirePackage{mismath}
+%    \end{macrocode}
+%
 % Depending on the engine used by the user,
 % we can use \pkg{fontspec} for loading fonts.
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2packages.dtx	2024-09-18 19:24:24 UTC (rev 72319)
@@ -472,7 +472,7 @@
 %
 % Identify the package and give the overall version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {se2packages} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2packages} {2024-09-18} {4.3.3}
   {Supporting packages for the se2thesis bundle}
 %    \end{macrocode}
 %

Modified: trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx	2024-09-18 19:24:24 UTC (rev 72319)
@@ -654,7 +654,7 @@
 %
 % Identify the class and give the overall version number.
 %    \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2024-08-12} {4.3.2}
+\ProvidesExplClass {se2thesis} {2024-09-18} {4.3.3}
   {A thesis class for the Chair of Software Engineering II}
 %    \end{macrocode}
 %
@@ -1731,7 +1731,7 @@
 % We provide the following English translations.
 %
 %    \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2024/08/12]
+\ProvideDictionaryFor{English}{se2translations}[2024/09/18]
 \ProvideDictTranslation{abstract}{abstract}
 \ProvideDictTranslation{Abstract}{Abstract}
 \ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1782,7 +1782,7 @@
 % We provide the following German translations.
 %
 %    \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2024/08/12]
+\ProvideDictionaryFor{German}{se2translations}[2024/09/18]
 \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	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty	2024-09-18 19:24:24 UTC (rev 72319)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2colors} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2colors} {2024-09-18} {4.3.3}
   {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	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty	2024-09-18 19:24:24 UTC (rev 72319)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2fonts} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2fonts} {2024-09-18} {4.3.3}
   {A font-selection support package for the se2thesis bundle}
 \msg_new:nnnn { seiifonts } { pdflatex-used }
   { You~ are~ using~ pdfLaTeX~ with~ the~ se2fonts~ packages.}
@@ -78,6 +78,7 @@
       { Switch~ to~ pdfTeX~ or~ (preferably)~ LuaTeX. }
     \msg_error:nn { seiifonts } { xetex-not-supported }
   }
+\RequirePackage{mismath}
 \ifengineTF { \luatexengine }
   {
     \RequirePackage{fontspec}

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty	2024-09-18 19:24:24 UTC (rev 72319)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplPackage {se2packages} {2024-08-12} {4.3.2}
+\ProvidesExplPackage {se2packages} {2024-09-18} {4.3.3}
   {Supporting packages for the se2thesis bundle}
 \bool_new:N \l__slcd_packages_csquotes_bool
 \bool_new:N \l__slcd_packages_booktabs_bool

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls	2024-09-18 19:24:24 UTC (rev 72319)
@@ -48,7 +48,7 @@
     \endinput
   }%
 \providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
-\ProvidesExplClass {se2thesis} {2024-08-12} {4.3.2}
+\ProvidesExplClass {se2thesis} {2024-09-18} {4.3.3}
   {A thesis class for the Chair of Software Engineering II}
 \prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF }
   {

Modified: trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
===================================================================
--- trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl	2024-09-18 19:24:24 UTC (rev 72319)
@@ -32,7 +32,7 @@
 %%                                 se2packages.sty,
 %%                                 se2thesis-master-thesis-example.bib, and
 %%                                 se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{English}{se2translations}[2024/08/12]
+\ProvideDictionaryFor{English}{se2translations}[2024/09/18]
 \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	2024-09-18 19:24:14 UTC (rev 72318)
+++ trunk/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl	2024-09-18 19:24:24 UTC (rev 72319)
@@ -32,7 +32,7 @@
 %%                                 se2packages.sty,
 %%                                 se2thesis-master-thesis-example.bib, and
 %%                                 se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{German}{se2translations}[2024/08/12]
+\ProvideDictionaryFor{German}{se2translations}[2024/09/18]
 \ProvideDictTranslation{abstract}{Zusammenfassung}
 \ProvideDictTranslation{Abstract}{Zusammenfassung}
 \ProvideDictTranslation{acknowledgement}{Danksagung}



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