Skip to content

Commit

Permalink
Release se2thesis v4.1.0
Browse files Browse the repository at this point in the history
Added:
- Add a `\summarybox` macro that simplifies the usage of the `\summary`
  environment.

Changed:
- Update the used actions for GitHub to their latest versions.
- Change the styling of the `summary` environment boxes.
- Adjust the options for `siunitx`.
  • Loading branch information
stephanlukasczyk committed Jun 7, 2024
1 parent 7b428ad commit 27edf45
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 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.1.0] – 2024–06–07

### Added

- Add a `\summarybox` macro that simplifies the usage of the `summary`
Expand Down Expand Up @@ -228,7 +230,8 @@ These changes might be breaking changes!
### Added
- First official release

[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.3...HEAD
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.1.0...HEAD
[v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
[v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
[v4.0.2]: https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
[v4.0.1]: https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
Expand Down
Binary file modified examples/se2thesis-master-thesis-example.pdf
Binary file not shown.
4 changes: 0 additions & 4 deletions examples/se2thesis-master-thesis-example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ \section{Further Examples}
We hypothesise that the answer to \cref{rq:1} is 42!
\end{hyp}

\begin{summary}{\Cref{rq:1}}
It's 42, obviously!
\end{summary}

And using the auto-cite functionality to cite Knuth~\autocite{Knu86}.

\backmatter
Expand Down
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-05-27} {4.0.3}
\ProvidesExplPackage {se2colors} {2024-06-07} {4.1.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-05-27} {4.0.3}
\ProvidesExplPackage {se2fonts} {2024-06-07} {4.1.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 @@ -470,7 +470,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2packages} {2024-05-27} {4.0.3}
\ProvidesExplPackage {se2packages} {2024-06-07} {4.1.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 @@ -607,7 +607,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
\ProvidesExplClass {se2thesis} {2024-05-27} {4.0.3}
\ProvidesExplClass {se2thesis} {2024-06-07} {4.1.0}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
Expand Down Expand Up @@ -1678,7 +1678,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{English}{se2translations}[2024/05/27]
\ProvideDictionaryFor{English}{se2translations}[2024/06/07]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
Expand Down Expand Up @@ -1729,7 +1729,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{German}{se2translations}[2024/05/27]
\ProvideDictionaryFor{German}{se2translations}[2024/06/07]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
Expand Down

0 comments on commit 27edf45

Please sign in to comment.