diff options
Diffstat (limited to 'macros/unicodetex/latex/simplivre/simplivre.cls')
-rw-r--r-- | macros/unicodetex/latex/simplivre/simplivre.cls | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/macros/unicodetex/latex/simplivre/simplivre.cls b/macros/unicodetex/latex/simplivre/simplivre.cls index 7dd6f4b592..0e719bb849 100644 --- a/macros/unicodetex/latex/simplivre/simplivre.cls +++ b/macros/unicodetex/latex/simplivre/simplivre.cls @@ -19,7 +19,7 @@ \RequirePackage{l3keys2e} \ProvidesExplClass {simplivre} - {2022/04/03} {} + {2022/04/17} {} {A simple and clear book style} \tl_const:Nn \l__minimclass_base_class_tl { book } @@ -279,7 +279,7 @@ } \setsansfont { SourceSansPro-Regular.otf } [ - Scale = MatchLowercase , + Scale = 1.05 , BoldFont = SourceSansPro-Bold.otf , ItalicFont = SourceSansPro-RegularIt.otf , BoldItalicFont = SourceSansPro-BoldIt.otf , @@ -577,20 +577,15 @@ [ range = { \sum, \prod, \coprod } ] - \__minimclass_if_font_exist:nnn { Neo~Euler } - { - \setmathfont { Neo~Euler } - [ - range = { up / { Latin, latin, Greek, greek }, - bfup / { Latin, latin, Greek, greek }, - `(, `), `[, `], `\{, `\} - }, - Scale = 1.05, - ] - }{} \setmathfont { latinmodern-math.otf } [ - range = { cal, bfcal, frak, bffrak } + range = { frak, bffrak } + ] + \DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n} + \setmathfont { texgyrepagella-math.otf } + [ + range = { `(, `) } , + Scale = 1.10 ] \setmathfont { texgyrepagella-math.otf } [ @@ -608,6 +603,7 @@ } \RequirePackage { tikz-cd } + \tikzcdset { arrow~style = tikz, diagrams = { >={Stealth[round,length=3.4pt,width=6.15pt,inset=2.25pt]} } } \box_new:N \l__minimclass_xarrows_above_box \box_new:N \l__minimclass_xarrows_below_box |