summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-27 20:32:48 +0000
committerKarl Berry <karl@freefriends.org>2022-09-27 20:32:48 +0000
commitc76b2aad9860c74fce4dc1b41b0271fc3b1e549e (patch)
treee04d84633826e7ad2b96a0bf384b2fb836902069 /Master/texmf-dist/tex/latex
parent651757fa87463094db70040de4ee07f4795eab0f (diff)
se2thesis (27sep22)
git-svn-id: svn://tug.org/texlive/trunk@64531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2colors.sty2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty32
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl2
5 files changed, 21 insertions, 19 deletions
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}