From b31e443b3036b9c5a4050793fad66a6d14d47de1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 Nov 2022 20:57:01 +0000 Subject: se2thesis (22nov22) git-svn-id: svn://tug.org/texlive/trunk@65091 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md | 7 +++++++ .../se2thesis/se2thesis-master-thesis-example.pdf | Bin 1134618 -> 1138744 bytes .../se2thesis/se2thesis-master-thesis-example.tex | 8 ++++++++ .../texmf-dist/doc/latex/se2thesis/se2thesis.pdf | Bin 381789 -> 381335 bytes .../source/latex/se2thesis/se2thesis.dtx | 18 +++++++++--------- .../texmf-dist/tex/latex/se2thesis/se2colors.sty | 2 +- Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty | 2 +- .../texmf-dist/tex/latex/se2thesis/se2thesis.cls | 10 +++++----- .../latex/se2thesis/se2translations-english.trsl | 2 +- .../latex/se2thesis/se2translations-german.trsl | 2 +- 10 files changed, 33 insertions(+), 18 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md b/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md index d8d2ec80d54..f8d4fc920d4 100644 --- a/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf b/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf index c7d06dab7c8..1938ad4bda6 100644 Binary files a/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf and b/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.tex b/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.tex index b6e2610ddb8..96b4038fe35 100644 --- a/Master/texmf-dist/doc/latex/se2thesis/se2thesis-master-thesis-example.tex +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf index a8a52332afa..9bec916719f 100644 Binary files a/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf and b/Master/texmf-dist/doc/latex/se2thesis/se2thesis.pdf differ diff --git a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx b/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx index 39485c8d110..81bed285c74 100644 --- a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx +++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty index e45d40f912f..972ce86a4e3 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty +++ b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty @@ -41,7 +41,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\ProvidesExplPackage {se2colors} {2022-11-08} {1.3.0} +\ProvidesExplPackage {se2colors} {2022-11-22} {1.3.1} {A colour support package for the se2thesis bundle} \keys_define:nn { seiicolors } { diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty index 2cb5f280577..789174d03a3 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty +++ b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty @@ -41,7 +41,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\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} \keys_define:nn { seiifonts } { diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls index d0bf16c5752..80006813ee7 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls +++ b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls @@ -41,7 +41,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\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} \prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF } { @@ -683,13 +683,13 @@ Hiermit~ versichere~ ich,~ \l__slcd_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__slcd_location_tl,~ \@date\hfill @@ -709,7 +709,7 @@ } \RequirePackage{ntheorem} \theoremseparator{:} -\newtheorem{resq}{Research Question} +\newtheorem{resq}{Research~ Question} \newtheorem{hyp}{Hypothesis} \RequirePackage{tcolorbox} \NewDocumentEnvironment { summary } { m } diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl index af9f791cdb7..aa60ed2160c 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl +++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl @@ -25,7 +25,7 @@ %% se2translations-german.trsl, %% se2colors.sty, and %% se2fonts.sty -\ProvideDictionaryFor{English}{se2translations}[2022/11/08] +\ProvideDictionaryFor{English}{se2translations}[2022/11/22] \ProvideDictTranslation{abstract}{abstract} \ProvideDictTranslation{Abstract}{Abstract} \ProvideDictTranslation{acknowledgement}{acknowledgement} diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl index 062ebdf0578..3b98e1fd831 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl +++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl @@ -25,7 +25,7 @@ %% se2translations-german.trsl, %% se2colors.sty, and %% se2fonts.sty -\ProvideDictionaryFor{German}{se2translations}[2022/11/08] +\ProvideDictionaryFor{German}{se2translations}[2022/11/22] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung} -- cgit v1.2.3