Skip to content

Commit 63b7be1

Browse files
Release se2thesis v4.3.3
Added: - Load the `mismath` package before the `unicode-math` package, which is recommended according to `mismath`'s documentation.
1 parent d7583c4 commit 63b7be1

6 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to
77

88
## [Unreleased]
99

10+
## [v4.3.3] – 2024–09–18
11+
1012
### Added
1113

1214
- Load the `mismath` package before the `unicode-math` package, which is
@@ -272,7 +274,8 @@ These changes might be breaking changes!
272274
### Added
273275
- First official release
274276

275-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.2...HEAD
277+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.3...HEAD
278+
[v4.3.3]: https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2
276279
[v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1
277280
[v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0
278281
[v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0
-4 Bytes
Binary file not shown.

se2colors.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
%
232232
% Identify the package and give the overall version information.
233233
% \begin{macrocode}
234-
\ProvidesExplPackage {se2colors} {2024-08-12} {4.3.2}
234+
\ProvidesExplPackage {se2colors} {2024-09-18} {4.3.3}
235235
{A colour support package for the se2thesis bundle}
236236
% \end{macrocode}
237237
%

se2fonts.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
%
152152
% Identify the package and give the overall version information.
153153
% \begin{macrocode}
154-
\ProvidesExplPackage {se2fonts} {2024-08-12} {4.3.2}
154+
\ProvidesExplPackage {se2fonts} {2024-09-18} {4.3.3}
155155
{A font-selection support package for the se2thesis bundle}
156156
% \end{macrocode}
157157
%

se2packages.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
%
473473
% Identify the package and give the overall version information.
474474
% \begin{macrocode}
475-
\ProvidesExplPackage {se2packages} {2024-08-12} {4.3.2}
475+
\ProvidesExplPackage {se2packages} {2024-09-18} {4.3.3}
476476
{Supporting packages for the se2thesis bundle}
477477
% \end{macrocode}
478478
%

se2thesis.dtx

+3-3
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
%
655655
% Identify the class and give the overall version number.
656656
% \begin{macrocode}
657-
\ProvidesExplClass {se2thesis} {2024-08-12} {4.3.2}
657+
\ProvidesExplClass {se2thesis} {2024-09-18} {4.3.3}
658658
{A thesis class for the Chair of Software Engineering II}
659659
% \end{macrocode}
660660
%
@@ -1731,7 +1731,7 @@
17311731
% We provide the following English translations.
17321732
%
17331733
% \begin{macrocode}
1734-
\ProvideDictionaryFor{English}{se2translations}[2024/08/12]
1734+
\ProvideDictionaryFor{English}{se2translations}[2024/09/18]
17351735
\ProvideDictTranslation{abstract}{abstract}
17361736
\ProvideDictTranslation{Abstract}{Abstract}
17371737
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1782,7 +1782,7 @@
17821782
% We provide the following German translations.
17831783
%
17841784
% \begin{macrocode}
1785-
\ProvideDictionaryFor{German}{se2translations}[2024/08/12]
1785+
\ProvideDictionaryFor{German}{se2translations}[2024/09/18]
17861786
\ProvideDictTranslation{abstract}{Zusammenfassung}
17871787
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17881788
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)