Skip to content

Commit 27edf45

Browse files
Release se2thesis v4.1.0
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`.
1 parent 7b428ad commit 27edf45

7 files changed

+10
-11
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.1.0] – 2024–06–07
11+
1012
### Added
1113

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

231-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.3...HEAD
233+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.1.0...HEAD
234+
[v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
232235
[v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
233236
[v4.0.2]: https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
234237
[v4.0.1]: https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
-609 Bytes
Binary file not shown.

examples/se2thesis-master-thesis-example.tex

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ \section{Further Examples}
8787
We hypothesise that the answer to \cref{rq:1} is 42!
8888
\end{hyp}
8989

90-
\begin{summary}{\Cref{rq:1}}
91-
It's 42, obviously!
92-
\end{summary}
93-
9490
And using the auto-cite functionality to cite Knuth~\autocite{Knu86}.
9591

9692
\backmatter

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-05-27} {4.0.3}
234+
\ProvidesExplPackage {se2colors} {2024-06-07} {4.1.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-05-27} {4.0.3}
154+
\ProvidesExplPackage {se2fonts} {2024-06-07} {4.1.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
@@ -470,7 +470,7 @@
470470
%
471471
% Identify the package and give the overall version information.
472472
% \begin{macrocode}
473-
\ProvidesExplPackage {se2packages} {2024-05-27} {4.0.3}
473+
\ProvidesExplPackage {se2packages} {2024-06-07} {4.1.0}
474474
{Supporting packages for the se2thesis bundle}
475475
% \end{macrocode}
476476
%

se2thesis.dtx

+3-3
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
%
608608
% Identify the class and give the overall version number.
609609
% \begin{macrocode}
610-
\ProvidesExplClass {se2thesis} {2024-05-27} {4.0.3}
610+
\ProvidesExplClass {se2thesis} {2024-06-07} {4.1.0}
611611
{A thesis class for the Chair of Software Engineering II}
612612
% \end{macrocode}
613613
%
@@ -1678,7 +1678,7 @@
16781678
% We provide the following English translations.
16791679
%
16801680
% \begin{macrocode}
1681-
\ProvideDictionaryFor{English}{se2translations}[2024/05/27]
1681+
\ProvideDictionaryFor{English}{se2translations}[2024/06/07]
16821682
\ProvideDictTranslation{abstract}{abstract}
16831683
\ProvideDictTranslation{Abstract}{Abstract}
16841684
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1729,7 +1729,7 @@
17291729
% We provide the following German translations.
17301730
%
17311731
% \begin{macrocode}
1732-
\ProvideDictionaryFor{German}{se2translations}[2024/05/27]
1732+
\ProvideDictionaryFor{German}{se2translations}[2024/06/07]
17331733
\ProvideDictTranslation{abstract}{Zusammenfassung}
17341734
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17351735
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)