summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/se2thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-23 03:01:10 +0000
committerNorbert Preining <norbert@preining.info>2022-11-23 03:01:10 +0000
commit815cebb06d1054b263303b39da2b399828b116c3 (patch)
tree057b1c00ff0fd80e37b126da4fd2f425e7cd679a /macros/latex/contrib/se2thesis
parentd8e47184a9a1a04b1aa016bb4a56d066b8940805 (diff)
CTAN sync 202211230301
Diffstat (limited to 'macros/latex/contrib/se2thesis')
-rw-r--r--macros/latex/contrib/se2thesis/CHANGELOG.md7
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdfbin1134618 -> 1138744 bytes
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex8
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.dtx18
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.pdfbin381789 -> 381335 bytes
5 files changed, 24 insertions, 9 deletions
diff --git a/macros/latex/contrib/se2thesis/CHANGELOG.md b/macros/latex/contrib/se2thesis/CHANGELOG.md
index d8d2ec80d5..f8d4fc920d 100644
--- a/macros/latex/contrib/se2thesis/CHANGELOG.md
+++ b/macros/latex/contrib/se2thesis/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to
## [Unreleased]
+## [v1.3.1] – 2022–11–22
+
+### Fixed
+
+- Fix typos that caused issues with missing spaces, thanks to @Wooza
+
## [v1.3.0] – 2022–11–08
### Changed
@@ -55,6 +61,7 @@ These changes might be breaking changes!
### Added
- First official release
+[v1.3.1]: https://github.com/se2p/se2thesis/compare/v1.3.1...v1.3.0
[v1.3.0]: https://github.com/se2p/se2thesis/compare/v1.3.0...v1.2.0
[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
diff --git a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
index c7d06dab7c..1938ad4bda 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 b6e2610ddb..96b4038fe3 100644
--- a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex
+++ b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.tex
@@ -89,6 +89,14 @@
We could reference the \TeX{} book~\cite{Knu86}.
+\begin{resq}
+ What is \(41 + 1\)?
+\end{resq}
+
+\begin{summary}{Research Question 1}
+ It's 42, obviously!
+\end{summary}
+
\backmatter
\printbibliography
diff --git a/macros/latex/contrib/se2thesis/se2thesis.dtx b/macros/latex/contrib/se2thesis/se2thesis.dtx
index 39485c8d11..81bed285c7 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.dtx
+++ b/macros/latex/contrib/se2thesis/se2thesis.dtx
@@ -1124,7 +1124,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2022-11-08} {1.3.0}
+\ProvidesExplClass {se2thesis} {2022-11-22} {1.3.1}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
@@ -2136,13 +2136,13 @@
Hiermit~ versichere~ ich,~ \l_@@_signature_tl,
\begin{enumerate}
\item dass~ ich~ die~ vorliegende~ Arbeit~ selbstständig~ und~ ohne~
- unzulässige~ Hilfe~ verfasst~ und~ kein~ anderen~ als~ die~
+ unzulässige~ Hilfe~ verfasst~ und~ keine~ anderen~ als~ die~
angegebenen~ Quellen~ und~ Hilfsmittel~ benutzt,~ sowie~ die~
wörtlich~ und~ sinngemäß~ übernommenen~ Passagen~ aus~ anderen~
Werken~ kenntlich~ gemacht~ habe.
\item Außerdem~ erkläre~ ich,~ dass~ ich~ der~ Universität~ ein~
- Nutzungsrecht~ zum~ Zwecke~ der~ Überprüfung~ mittels~ einer~
- Plagiatssoftware~ in~ anonymisierter~ Form~ einräume.
+ einfaches~ Nutzungsrecht~ zum~ Zwecke~ der~ Überprüfung~ mittels~
+ einer~ Plagiatssoftware~ in~ anonymisierter~ Form~ einräume.
\end{enumerate}\par
\bigskip
\noindent \l_@@_location_tl,~ \@date\hfill
@@ -2184,7 +2184,7 @@
% We can then define the \env{resq} and \env{hyp} environments using the
% \cmd{\newtheorem} macro from \pkg{ntheorem}.
% \begin{macrocode}
-\newtheorem{resq}{Research Question}
+\newtheorem{resq}{Research~ Question}
\newtheorem{hyp}{Hypothesis}
% \end{macrocode}
% \end{environment}
@@ -2232,7 +2232,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2022/11/08]
+\ProvideDictionaryFor{English}{se2translations}[2022/11/22]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -2283,7 +2283,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2022/11/08]
+\ProvideDictionaryFor{German}{se2translations}[2022/11/22]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
@@ -2344,7 +2344,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2022-11-08} {1.3.0}
+\ProvidesExplPackage {se2colors} {2022-11-22} {1.3.1}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
@@ -2496,7 +2496,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2022-11-08} {1.3.0}
+\ProvidesExplPackage {se2fonts} {2022-11-22} {1.3.1}
{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 a8a52332af..9bec916719 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.pdf
+++ b/macros/latex/contrib/se2thesis/se2thesis.pdf
Binary files differ