diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-20 19:27:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-20 19:27:24 +0000 |
commit | f72e41f7bc88219b30204ef2bd7176d2371a0683 (patch) | |
tree | c6d7fa012f162c55ed41d8e6e77c914cfefd4237 /Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls | |
parent | c355977d7d4278a9d7a389fe85249d55da2be69c (diff) |
se2thesis (20apr24)
git-svn-id: svn://tug.org/texlive/trunk@71020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls | 47 |
1 files changed, 31 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls index 552b7aaa9f0..f96812b01e4 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls +++ b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls @@ -48,7 +48,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\ProvidesExplClass {se2thesis} {2024-02-23} {3.3.1} +\ProvidesExplClass {se2thesis} {2024-04-20} {3.4.0} {A thesis class for the Chair of Software Engineering II} \prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF } { @@ -128,6 +128,7 @@ }, thesistype / phd .code:n = \tl_gset:Nn \l__slcd_thesis_type_tl {phd}, thesistype / phdeng .code:n = \tl_gset:Nn \l__slcd_thesis_type_tl {phdeng}, + thesistype / phdphil .code:n = \tl_gset:Nn \l__slcd_thesis_type_tl {phdphil}, thesistype / phdproposal .code:n = { \tl_gset:Nn \l__slcd_thesis_type_tl {phdproposal} }, @@ -455,23 +456,37 @@ in~ partial~ fulfillment~ of~ obtaining\\ the~ degree~ of~ a~ Doctor~ of~ Engineering } { - \tl_if_eq:NnT \l__slcd_thesis_type_tl { bachelor } - { \GetTranslation{Bachelor-thesis} } - \tl_if_eq:NnT \l__slcd_thesis_type_tl { bachelorproposal } - { \GetTranslation{Bachelor-thesis-proposal} } - \tl_if_eq:NnT \l__slcd_thesis_type_tl { master } - { \GetTranslation{Master-thesis} } - \tl_if_eq:NnT \l__slcd_thesis_type_tl { masterproposal } - { \GetTranslation{Master-thesis-proposal} } - \tl_if_eq:NnT \l__slcd_thesis_type_tl { phdproposal } - { \GetTranslation{PhD-thesis-proposal} } - \tl_if_empty:NF \l__slcd_degreeprogramme_tl + \tl_if_eq:NnTF \l__slcd_thesis_type_tl { phdphil } { - \ in~\l__slcd_degreeprogramme_tl + Dissertation~ zur~ Erlangung~ des~ Doktorgrades\\ + der~ Philosophie~ (Dr.\,phil.)\\ + eingereicht~ an~ der~ Fakultät~ für~ Informatik~ und~ Mathematik\\ + der~ Universität~ Passau\\ + \rule{\textwidth}{.1pt}\\ + Dissertation~ submitted~ to\\ + the~ Faculty~ of~ Computer~ Science~ and~ Mathematics\\ + of~ the~ University~ of~ Passau\\ + in~ partial~ fulfillment~ of~ obtaining\\ + the~ degree~ of~ a~ Doctor~ of~ Philosophy + } { + \tl_if_eq:NnT \l__slcd_thesis_type_tl { bachelor } + { \GetTranslation{Bachelor-thesis} } + \tl_if_eq:NnT \l__slcd_thesis_type_tl { bachelorproposal } + { \GetTranslation{Bachelor-thesis-proposal} } + \tl_if_eq:NnT \l__slcd_thesis_type_tl { master } + { \GetTranslation{Master-thesis} } + \tl_if_eq:NnT \l__slcd_thesis_type_tl { masterproposal } + { \GetTranslation{Master-thesis-proposal} } + \tl_if_eq:NnT \l__slcd_thesis_type_tl { phdproposal } + { \GetTranslation{PhD-thesis-proposal} } + \tl_if_empty:NF \l__slcd_degreeprogramme_tl + { + \ in~\l__slcd_degreeprogramme_tl + } + \par + \tl_if_empty:NF \l__slcd_department_tl { \l__slcd_department_tl \par } + \tl_if_empty:NF \l__slcd_institute_tl { \l__slcd_institute_tl \par } } - \par - \tl_if_empty:NF \l__slcd_department_tl { \l__slcd_department_tl \par } - \tl_if_empty:NF \l__slcd_institute_tl { \l__slcd_institute_tl \par } } } \end{center}\par\bigskip |