diff --git a/CHANGELOG.md b/CHANGELOG.md index f56c769..fa60e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to ## [Unreleased] +## [v4.2.0] – 2024–06–25 + +### Fixed + +- The `phdphil` should not be a Doctor of Philosophy but, according to the + regulations of the University, be a Doctor of *Natural* Philosophy. + ## [v4.1.0] – 2024–06–07 ### Added @@ -230,7 +237,8 @@ These changes might be breaking changes! ### Added - First official release -[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.2.0...HEAD +[v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0 [v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3 [v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2 [v4.0.2]: https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1 diff --git a/examples/se2thesis-master-thesis-example.pdf b/examples/se2thesis-master-thesis-example.pdf index db87310..703086b 100644 Binary files a/examples/se2thesis-master-thesis-example.pdf and b/examples/se2thesis-master-thesis-example.pdf differ diff --git a/se2colors.dtx b/se2colors.dtx index dd4b9da..09e6523 100644 --- a/se2colors.dtx +++ b/se2colors.dtx @@ -231,7 +231,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2colors} {2024-06-07} {4.1.0} +\ProvidesExplPackage {se2colors} {2024-06-25} {4.2.0} {A colour support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2fonts.dtx b/se2fonts.dtx index 6915bcd..bfc3210 100644 --- a/se2fonts.dtx +++ b/se2fonts.dtx @@ -151,7 +151,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2fonts} {2024-06-07} {4.1.0} +\ProvidesExplPackage {se2fonts} {2024-06-25} {4.2.0} {A font-selection support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2packages.dtx b/se2packages.dtx index 8d3baee..4c915c3 100644 --- a/se2packages.dtx +++ b/se2packages.dtx @@ -470,7 +470,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2packages} {2024-06-07} {4.1.0} +\ProvidesExplPackage {se2packages} {2024-06-25} {4.2.0} {Supporting packages for the se2thesis bundle} % \end{macrocode} % diff --git a/se2thesis.dtx b/se2thesis.dtx index 7764429..0a6705a 100644 --- a/se2thesis.dtx +++ b/se2thesis.dtx @@ -247,7 +247,7 @@ % a bachelor thesis, |master| for a master thesis, |masterproposal| for % a proposal to a master thesis, |phdproposal| for a proposal to a PhD thesis, % |phd| for a PhD thesis in the natural sciences, |phdeng| for a PhD thesis -% in engineering, and |phdphil| for a PhD thesis in philosophy. +% in engineering, and |phdphil| for a PhD thesis in natural philosophy. % \end{function} % % \begin{function}{colormode} @@ -607,7 +607,7 @@ % % Identify the class and give the overall version number. % \begin{macrocode} -\ProvidesExplClass {se2thesis} {2024-06-07} {4.1.0} +\ProvidesExplClass {se2thesis} {2024-06-25} {4.2.0} {A thesis class for the Chair of Software Engineering II} % \end{macrocode} % @@ -1283,7 +1283,7 @@ \tl_if_eq:NnTF \l_@@_thesis_type_tl { phdphil } { Dissertation~ zur~ Erlangung~ des~ Doktorgrades\\ - der~ Philosophie~ (Dr.\,phil.)\\ + der~ Naturphilosophie~ (Dr.\,phil.\,nat.)\\ eingereicht~ an~ der~ Fakultät~ für~ Informatik~ und~ Mathematik\\ der~ Universität~ Passau\\ \rule{\textwidth}{.1pt}\\ @@ -1291,7 +1291,7 @@ the~ Faculty~ of~ Computer~ Science~ and~ Mathematics\\ of~ the~ University~ of~ Passau\\ in~ partial~ fulfillment~ of~ obtaining\\ - the~ degree~ of~ a~ Doctor~ of~ Philosophy + the~ degree~ of~ a~ Doctor~ of~ Natural~ Philosophy } { \tl_if_eq:NnT \l_@@_thesis_type_tl { bachelor } { \GetTranslation{Bachelor-thesis} } @@ -1678,7 +1678,7 @@ % We provide the following English translations. % % \begin{macrocode} -\ProvideDictionaryFor{English}{se2translations}[2024/06/07] +\ProvideDictionaryFor{English}{se2translations}[2024/06/25] \ProvideDictTranslation{abstract}{abstract} \ProvideDictTranslation{Abstract}{Abstract} \ProvideDictTranslation{acknowledgement}{acknowledgement} @@ -1729,7 +1729,7 @@ % We provide the following German translations. % % \begin{macrocode} -\ProvideDictionaryFor{German}{se2translations}[2024/06/07] +\ProvideDictionaryFor{German}{se2translations}[2024/06/25] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung}