summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/se2thesis
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/se2thesis')
-rw-r--r--macros/latex/contrib/se2thesis/CHANGELOG.md10
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdfbin1122712 -> 1122920 bytes
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex1
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.dtx38
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.pdfbin363881 -> 365712 bytes
5 files changed, 43 insertions, 6 deletions
diff --git a/macros/latex/contrib/se2thesis/CHANGELOG.md b/macros/latex/contrib/se2thesis/CHANGELOG.md
index a3756a9ad9..5f35b011e9 100644
--- a/macros/latex/contrib/se2thesis/CHANGELOG.md
+++ b/macros/latex/contrib/se2thesis/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to
## [Unreleased]
+## [v1.2.0] – 2022–10–24
+
+### Added
+
+- A macro `\matrnumber` to specify the matriculation number of the student on
+ the title page.
+
## [v1.1.1] - 2022-09-27
### Fixed
@@ -31,5 +38,6 @@ and this project adheres to
### Added
- First official release
-[v1.1.1]: https://github.com/se2p/se2thesis/compare/1.1.0...v1.1.1
+[v1.2.0]: https://github.com/se2p/se2thesis/compare/v1.2.0...v1.1.1
+[v1.1.1]: https://github.com/se2p/se2thesis/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/se2p/se2thesis/compare/1.0.0...v1.1.0
diff --git a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
index 17fe44423f..19a357abca 100644
--- a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
+++ b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
Binary files differ
diff --git a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex
index 763f62a102..b6e2610ddb 100644
--- a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex
+++ b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex
@@ -52,6 +52,7 @@
\author{Stephan Lukasczyk}
\title{A Master Thesis Example Document}
\degreeprogramme{Computer Science}
+\matrnumber{0815}
\supervisor{Prof.\,Dr.~Max Mustermann}
\advisor{Marianne Musterfrau}
\department{Faculty of Examples}
diff --git a/macros/latex/contrib/se2thesis/se2thesis.dtx b/macros/latex/contrib/se2thesis/se2thesis.dtx
index d48480fb21..0dea72eb51 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.dtx
+++ b/macros/latex/contrib/se2thesis/se2thesis.dtx
@@ -418,6 +418,14 @@
% thesis in English.
% \end{function}
%
+% \begin{function}{\matrnumber}
+% \begin{syntax}
+% \cmd{\matrnumber} \marg{matriculation-number}
+% \end{syntax}
+% Specify the matriculation number of the student writing the thesis.
+% This is required for Bachelor and Master theses.
+% \end{function}
+%
% \begin{function}{\supervisor, \cosupervisor}
% \begin{syntax}
% \cmd{\supervisor} \marg{name}
@@ -1052,7 +1060,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2022-09-27} {1.1.1}
+\ProvidesExplClass {se2thesis} {2022-10-24} {1.2.0}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
@@ -1133,6 +1141,7 @@
% {
% \l_@@_version_tl,
% \l_@@_degreeprogramme_tl,
+% \l_@@_matrnumber_tl,
% \l_@@_supervisor_tl,
% \l_@@_cosupervisor_tl,
% \l_@@_advisor_tl,
@@ -1147,6 +1156,7 @@
% \begin{macrocode}
\tl_new:N \l_@@_version_tl
\tl_new:N \l_@@_degreeprogramme_tl
+\tl_new:N \l_@@_matrnumber_tl
\tl_new:N \l_@@_supervisor_tl
\tl_new:N \l_@@_cosupervisor_tl
\tl_new:N \l_@@_advisor_tl
@@ -1454,6 +1464,16 @@
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\matrnumber}
+% Specify the matriculation number of the student.
+% \begin{macrocode}
+\ProvideDocumentCommand \matrnumber { m }
+ {
+ \tl_set:Nn \l_@@_matrnumber_tl {#1}
+ }
+% \end{macrocode}
+% \end{macro}
+%
% \begin{macro}{\supervisor, \cosupervisor}
% Specify the supervisor and co-supervisor of the thesis, usually a professor.
% \begin{macrocode}
@@ -1857,6 +1877,10 @@
% \begin{macrocode}
\begin{center}
\begin{tabular}{@{} l @{\quad} l}
+ \tl_if_empty:NF \l_@@_matrnumber_tl
+ {
+ \GetTranslation{Matrnumber} & \l_@@_matrnumber_tl \\
+ }
\tl_if_empty:NF \l_@@_supervisor_tl
{
\GetTranslation{Supervisor} & \l_@@_supervisor_tl \\
@@ -2144,7 +2168,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2022/09/27]
+\ProvideDictionaryFor{English}{se2translations}[2022/10/24]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -2159,6 +2183,8 @@
\ProvideDictTranslation{Co-advisor}{Co-advisor}
\ProvideDictTranslation{co-advisors}{co-advisors}
\ProvideDictTranslation{Co-advisors}{Co-advisors}
+\ProvideDictTranslation{matrnumber}{matriculation number}
+\ProvideDictTranslation{Matrnumber}{Matriculation number}
\ProvideDictTranslation{supervisor}{supervisor}
\ProvideDictTranslation{Supervisor}{Supervisor}
\ProvideDictTranslation{co-supervisor}{co-supervisor}
@@ -2193,7 +2219,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2022/09/27]
+\ProvideDictionaryFor{German}{se2translations}[2022/10/24]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
@@ -2208,6 +2234,8 @@
\ProvideDictTranslation{Co-advisor}{Mitbetreuer}
\ProvideDictTranslation{co-advisors}{Mitbetreuer}
\ProvideDictTranslation{Co-advisors}{Mitbetreuer}
+\ProvideDictTranslation{matrnumber}{Matrikelnummer}
+\ProvideDictTranslation{Matrnumber}{Matrikelnummer}
\ProvideDictTranslation{supervisor}{Prüfer}
\ProvideDictTranslation{Supervisor}{Prüfer}
\ProvideDictTranslation{co-supervisor}{Zweitprüfer}
@@ -2252,7 +2280,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2022-09-27} {1.1.1}
+\ProvidesExplPackage {se2colors} {2022-10-24} {1.2.0}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
@@ -2358,7 +2386,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2022-09-27} {1.1.1}
+\ProvidesExplPackage {se2fonts} {2022-10-24} {1.2.0}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
diff --git a/macros/latex/contrib/se2thesis/se2thesis.pdf b/macros/latex/contrib/se2thesis/se2thesis.pdf
index 23642453ad..a6bc343034 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.pdf
+++ b/macros/latex/contrib/se2thesis/se2thesis.pdf
Binary files differ