Skip to content

Commit 63c6362

Browse files
Release se2thesis v4.4.0
Added: - `se2thesis` is now also available from `MonsterWriter` [1], a tool that aims for easy writing of academic works. We mention this in the documentation and also link their website and a YouTube video that demonstrates the usage of `se2thesis` within `MonsterWriter`. Fixed: - Increase the `marginparsep` slightly to avoid that two-digit counter values run into the text block. [1] https://www.monsterwriter.com
1 parent 139ab43 commit 63c6362

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.4.0] – 2024–10–18
11+
1012
### Added
1113

1214
- `se2thesis` is now also available from
@@ -294,7 +296,8 @@ These changes might be breaking changes!
294296
### Added
295297
- First official release
296298

297-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.4...HEAD
299+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.4.0...HEAD
300+
[v4.4.0]: https://github.com/se2p/se2thesis/compare/v4.4.0...v4.3.4
298301
[v4.3.4]: https://github.com/se2p/se2thesis/compare/v4.3.4...v4.3.3
299302
[v4.3.3]: https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2
300303
[v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1
48 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-09-19} {4.3.4}
234+
\ProvidesExplPackage {se2colors} {2024-10-16} {4.4.0}
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-09-19} {4.3.4}
154+
\ProvidesExplPackage {se2fonts} {2024-10-16} {4.4.0}
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-09-19} {4.3.4}
475+
\ProvidesExplPackage {se2packages} {2024-10-16} {4.4.0}
476476
{Supporting packages for the se2thesis bundle}
477477
% \end{macrocode}
478478
%

se2thesis.dtx

+3-3
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@
667667
%
668668
% Identify the class and give the overall version number.
669669
% \begin{macrocode}
670-
\ProvidesExplClass {se2thesis} {2024-09-19} {4.3.4}
670+
\ProvidesExplClass {se2thesis} {2024-10-16} {4.4.0}
671671
{A thesis class for the Chair of Software Engineering II}
672672
% \end{macrocode}
673673
%
@@ -1743,7 +1743,7 @@
17431743
% We provide the following English translations.
17441744
%
17451745
% \begin{macrocode}
1746-
\ProvideDictionaryFor{English}{se2translations}[2024/09/19]
1746+
\ProvideDictionaryFor{English}{se2translations}[2024/10/16]
17471747
\ProvideDictTranslation{abstract}{abstract}
17481748
\ProvideDictTranslation{Abstract}{Abstract}
17491749
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1794,7 +1794,7 @@
17941794
% We provide the following German translations.
17951795
%
17961796
% \begin{macrocode}
1797-
\ProvideDictionaryFor{German}{se2translations}[2024/09/19]
1797+
\ProvideDictionaryFor{German}{se2translations}[2024/10/16]
17981798
\ProvideDictTranslation{abstract}{Zusammenfassung}
17991799
\ProvideDictTranslation{Abstract}{Zusammenfassung}
18001800
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)