Skip to content

Commit

Permalink
Release se2thesis v4.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stephanlukasczyk committed Oct 16, 2024
1 parent 139ab43 commit 63c6362
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to

## [Unreleased]

## [v4.4.0] – 2024–10–18

### Added

- `se2thesis` is now also available from
Expand Down Expand Up @@ -294,7 +296,8 @@ These changes might be breaking changes!
### Added
- First official release

[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.4...HEAD
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.4.0...HEAD
[v4.4.0]: https://github.com/se2p/se2thesis/compare/v4.4.0...v4.3.4
[v4.3.4]: https://github.com/se2p/se2thesis/compare/v4.3.4...v4.3.3
[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
Expand Down
Binary file modified examples/se2thesis-master-thesis-example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion se2colors.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2colors} {2024-09-19} {4.3.4}
\ProvidesExplPackage {se2colors} {2024-10-16} {4.4.0}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion se2fonts.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2fonts} {2024-09-19} {4.3.4}
\ProvidesExplPackage {se2fonts} {2024-10-16} {4.4.0}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion se2packages.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2packages} {2024-09-19} {4.3.4}
\ProvidesExplPackage {se2packages} {2024-10-16} {4.4.0}
{Supporting packages for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
6 changes: 3 additions & 3 deletions se2thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
\ProvidesExplClass {se2thesis} {2024-09-19} {4.3.4}
\ProvidesExplClass {se2thesis} {2024-10-16} {4.4.0}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
Expand Down Expand Up @@ -1743,7 +1743,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{English}{se2translations}[2024/09/19]
\ProvideDictionaryFor{English}{se2translations}[2024/10/16]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
Expand Down Expand Up @@ -1794,7 +1794,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{German}{se2translations}[2024/09/19]
\ProvideDictionaryFor{German}{se2translations}[2024/10/16]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
Expand Down

0 comments on commit 63c6362

Please sign in to comment.