diff options
author | Karl Berry <karl@freefriends.org> | 2024-09-18 19:24:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-09-18 19:24:24 +0000 |
commit | 555d9e7c6de16c04f73ed9dd3e7076cf21e522bf (patch) | |
tree | c8e07e50463b879f679f6bb3c54b20096a48bed0 /Master/texmf-dist/tex/latex/se2thesis | |
parent | 6ee86940a3f62e945a9bb3c94ba32c2d50b6b7bd (diff) |
se2thesis (18sep24)
git-svn-id: svn://tug.org/texlive/trunk@72319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/se2thesis')
6 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty index 1ac9a8c7cbd..a5c23c8cf2b 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty +++ b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty @@ -48,7 +48,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\ProvidesExplPackage {se2colors} {2024-08-12} {4.3.2} +\ProvidesExplPackage {se2colors} {2024-09-18} {4.3.3} {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 e86497c76be..7f49b6ae171 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty +++ b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty @@ -48,7 +48,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\ProvidesExplPackage {se2fonts} {2024-08-12} {4.3.2} +\ProvidesExplPackage {se2fonts} {2024-09-18} {4.3.3} {A font-selection support package for the se2thesis bundle} \msg_new:nnnn { seiifonts } { pdflatex-used } { You~ are~ using~ pdfLaTeX~ with~ the~ se2fonts~ packages.} @@ -78,6 +78,7 @@ { Switch~ to~ pdfTeX~ or~ (preferably)~ LuaTeX. } \msg_error:nn { seiifonts } { xetex-not-supported } } +\RequirePackage{mismath} \ifengineTF { \luatexengine } { \RequirePackage{fontspec} diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty b/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty index ae26465fee6..f940114c65a 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty +++ b/Master/texmf-dist/tex/latex/se2thesis/se2packages.sty @@ -48,7 +48,7 @@ \endinput }% \providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } -\ProvidesExplPackage {se2packages} {2024-08-12} {4.3.2} +\ProvidesExplPackage {se2packages} {2024-09-18} {4.3.3} {Supporting packages for the se2thesis bundle} \bool_new:N \l__slcd_packages_csquotes_bool \bool_new:N \l__slcd_packages_booktabs_bool diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls index 7893d3da55c..4f1063c0131 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-08-12} {4.3.2} +\ProvidesExplClass {se2thesis} {2024-09-18} {4.3.3} {A thesis class for the Chair of Software Engineering II} \prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF } { diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl index 734d6f34a1f..8bd0f16a1ec 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl +++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl @@ -32,7 +32,7 @@ %% se2packages.sty, %% se2thesis-master-thesis-example.bib, and %% se2thesis-master-thesis-example.pdf -\ProvideDictionaryFor{English}{se2translations}[2024/08/12] +\ProvideDictionaryFor{English}{se2translations}[2024/09/18] \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 867b6e3b1aa..1ebcd600af1 100644 --- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl +++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl @@ -32,7 +32,7 @@ %% se2packages.sty, %% se2thesis-master-thesis-example.bib, and %% se2thesis-master-thesis-example.pdf -\ProvideDictionaryFor{German}{se2translations}[2024/08/12] +\ProvideDictionaryFor{German}{se2translations}[2024/09/18] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung} |