Commit 27edf45 1 parent 7b428ad commit 27edf45 Copy full SHA for 27edf45
File tree 7 files changed +10
-11
lines changed
7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v4.1.0] – 2024–06–07
11
+
10
12
### Added
11
13
12
14
- Add a ` \summarybox ` macro that simplifies the usage of the ` summary `
@@ -228,7 +230,8 @@ These changes might be breaking changes!
228
230
### Added
229
231
- First official release
230
232
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
232
235
[ v4.0.3 ] : https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
233
236
[ v4.0.2 ] : https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
234
237
[ v4.0.1 ] : https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ \section{Further Examples}
87
87
We hypothesise that the answer to \cref {rq:1 } is 42!
88
88
\end {hyp }
89
89
90
- \begin {summary }{\Cref {rq:1 }}
91
- It's 42, obviously!
92
- \end {summary }
93
-
94
90
And using the auto-cite functionality to cite Knuth~\autocite {Knu86 }.
95
91
96
92
\backmatter
Original file line number Diff line number Diff line change 231
231
%
232
232
% Identify the package and give the overall version information.
233
233
% \begin{macrocode}
234
- \ProvidesExplPackage {se2colors} {2024-05-27 } {4.0.3 }
234
+ \ProvidesExplPackage {se2colors} {2024-06-07 } {4.1.0 }
235
235
{A colour support package for the se2thesis bundle}
236
236
% \end{macrocode}
237
237
%
Original file line number Diff line number Diff line change 151
151
%
152
152
% Identify the package and give the overall version information.
153
153
% \begin{macrocode}
154
- \ProvidesExplPackage {se2fonts} {2024-05-27 } {4.0.3 }
154
+ \ProvidesExplPackage {se2fonts} {2024-06-07 } {4.1.0 }
155
155
{A font-selection support package for the se2thesis bundle}
156
156
% \end{macrocode}
157
157
%
Original file line number Diff line number Diff line change 470
470
%
471
471
% Identify the package and give the overall version information.
472
472
% \begin{macrocode}
473
- \ProvidesExplPackage {se2packages} {2024-05-27 } {4.0.3 }
473
+ \ProvidesExplPackage {se2packages} {2024-06-07 } {4.1.0 }
474
474
{Supporting packages for the se2thesis bundle}
475
475
% \end{macrocode}
476
476
%
Original file line number Diff line number Diff line change 607
607
%
608
608
% Identify the class and give the overall version number.
609
609
% \begin{macrocode}
610
- \ProvidesExplClass {se2thesis} {2024-05-27 } {4.0.3 }
610
+ \ProvidesExplClass {se2thesis} {2024-06-07 } {4.1.0 }
611
611
{A thesis class for the Chair of Software Engineering II}
612
612
% \end{macrocode}
613
613
%
1678
1678
% We provide the following English translations.
1679
1679
%
1680
1680
% \begin{macrocode}
1681
- \ProvideDictionaryFor {English}{se2translations}[2024/05/27 ]
1681
+ \ProvideDictionaryFor {English}{se2translations}[2024/06/07 ]
1682
1682
\ProvideDictTranslation {abstract}{abstract}
1683
1683
\ProvideDictTranslation {Abstract}{Abstract}
1684
1684
\ProvideDictTranslation {acknowledgement}{acknowledgement}
1729
1729
% We provide the following German translations.
1730
1730
%
1731
1731
% \begin{macrocode}
1732
- \ProvideDictionaryFor {German}{se2translations}[2024/05/27 ]
1732
+ \ProvideDictionaryFor {German}{se2translations}[2024/06/07 ]
1733
1733
\ProvideDictTranslation {abstract}{Zusammenfassung}
1734
1734
\ProvideDictTranslation {Abstract}{Zusammenfassung}
1735
1735
\ProvideDictTranslation {acknowledgement}{Danksagung}
You can’t perform that action at this time.
0 commit comments