diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls index 7a7ba60d6da..57a4938e1de 100644 --- a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls +++ b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls @@ -19,7 +19,7 @@ \RequirePackage{l3keys2e} \ProvidesExplClass {beaulivre} - {2022/04/03} {} + {2022/04/17} {} {A colorful book style} \tl_const:Nn \l__colorclass_base_class_tl { book } @@ -258,7 +258,7 @@ } \setsansfont { SourceSansPro-Regular.otf } [ - Scale = MatchLowercase , + Scale = 1.05 , BoldFont = SourceSansPro-Bold.otf , ItalicFont = SourceSansPro-RegularIt.otf , BoldItalicFont = SourceSansPro-BoldIt.otf , @@ -554,20 +554,15 @@ [ range = { \sum, \prod, \coprod } ] - \__colorclass_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 } [ @@ -585,6 +580,7 @@ } \RequirePackage { tikz-cd } + \tikzcdset { arrow~style = tikz, diagrams = { >={Stealth[round,length=3.4pt,width=6.15pt,inset=2.25pt]} } } \box_new:N \l__colorclass_xarrows_above_box \box_new:N \l__colorclass_xarrows_below_box |