From c76b2aad9860c74fce4dc1b41b0271fc3b1e549e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Sep 2022 20:32:48 +0000 Subject: se2thesis (27sep22) git-svn-id: svn://tug.org/texlive/trunk@64531 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/se2thesis/se2colors.sty | 2 +- Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty | 32 ++++++++++++---------- .../texmf-dist/tex/latex/se2thesis/se2thesis.cls | 2 +- .../latex/se2thesis/se2translations-english.trsl | 2 +- .../latex/se2thesis/se2translations-german.trsl | 2 +- 5 files changed, 21 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty index bf9a7ce51a0..4506417149e 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-09-12} {1.1.0} +\ProvidesExplPackage {se2colors} {2022-09-27} {1.1.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 1b7ea3a24c4..2e1fd8fa3c9 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-09-12} {1.1.0} +\ProvidesExplPackage {se2fonts} {2022-09-27} {1.1.1} {A font-selection support package for the se2thesis bundle} \keys_define:nn { seiifonts } { @@ -92,36 +92,38 @@ { \RequirePackage{fontspec} \RequirePackage{unicode-math} + \defaultfontfeatures{ Scale = MatchLowercase } + \defaultfontfeatures[\rmfamily]{ Scale = 1 } \tl_if_eq:NnT \l__slcd_fonts_fontmode_tl {original} { - \setmainfont{Palatino}[Ligatures=TeX] - \setsansfont{Optima}[Ligatures=TeX] + \setmainfont{Palatino} + \setsansfont{Optima} \setmonofont{MesloLGS Nerd Font Mono} - \setmathfont{Neo Euler}[Ligatures=TeX] + \setmathfont{Neo Euler}[math-style=upright] } \tl_if_eq:NnT \l__slcd_fonts_fontmode_tl {replacement} { - \setmainfont{TeX Gyre Pagella}[Ligatures=TeX] - \setsansfont{TeX Gyre Heros}[Ligatures=TeX, Scale=0.9] - \setmonofont{Fira Code}[Ligatures=TeX] - \setmathfont{TeX Gyre Pagella Math}[Ligatures=TeX] + \setmainfont{TeX Gyre Pagella} + \setsansfont{TeX Gyre Heros} + \setmonofont{Fira Code} + \setmathfont{TeX Gyre Pagella Math} \setmathfont{Latin Modern Math}[range={\mathcal,\mathbb}] } \tl_if_eq:NnT \l__slcd_fonts_fontmode_tl {auto} { \IfFontExistsTF { Palatino } - { \setmainfont{Palatino}[Ligatures=TeX] } - { \setmainfont{TeX Gyre Pagella}[Ligatures=TeX] } + { \setmainfont{Palatino} } + { \setmainfont{TeX Gyre Pagella} } \IfFontExistsTF { Optima } - { \setsansfont{Optima}[Ligatures=TeX] } - { \setsansfont{TeXGyre Heros}[Ligatures=TeX] } + { \setsansfont{Optima} } + { \setsansfont{TeXGyre Heros} } \IfFontExistsTF{ MesloLGS Nerd Font Mono } { \setmonofont{MesloLGS Nerd Font Mono} } - { \setmonofont{Fira Code}[Scale=0.85] } + { \setmonofont{Fira Code} } \IfFontExistsTF { Neo Euler } - { \setmathfont{Neo Euler}[Ligatures=TeX] } + { \setmathfont{Neo Euler}[math-style=upright] } { - \setmathfont{TeX Gyre Pagella Math}[Ligatures=TeX] + \setmathfont{TeX Gyre Pagella Math} \setmathfont{Latin Modern Math}[range={\mathcal,\mathbb}] } } diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls index d361f8affe9..6d67799c246 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-09-12} {1.1.0} +\ProvidesExplClass {se2thesis} {2022-09-27} {1.1.1} {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 4af1a053cac..30f8e2b7fa5 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/09/12] +\ProvideDictionaryFor{English}{se2translations}[2022/09/27] \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 0239c9a9b29..62bfd8c5e5a 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/09/12] +\ProvideDictionaryFor{German}{se2translations}[2022/09/27] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung} -- cgit v1.2.3