summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls')
-rw-r--r--Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls17
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
index 6a88c6e9498..7b7fae8298d 100644
--- a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
+++ b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplClass
{beaulivre}
- {2023/07/14} {}
+ {2023/09/26} {}
{A colorful book style}
\tl_const:Nn \l__colorclass_base_class_tl { book }
@@ -392,8 +392,8 @@
[
UprightFont = *-Regular,
BoldFont = *-Bold,
- ItalicFont = *-Regular,
- BoldItalicFont = *-Bold,
+ ItalicFont = *-ExtraLight,
+ BoldItalicFont = *-SemiBold,
]
}
{
@@ -457,8 +457,8 @@
[
UprightFont = *-Regular,
BoldFont = *-Bold,
- ItalicFont = *-Regular,
- BoldItalicFont = *-Bold,
+ ItalicFont = *-ExtraLight,
+ BoldItalicFont = *-SemiBold,
]
}
{
@@ -522,8 +522,8 @@
[
UprightFont = *-Regular,
BoldFont = *-Bold,
- ItalicFont = *-Regular,
- BoldItalicFont = *-Bold,
+ ItalicFont = *-ExtraLight,
+ BoldItalicFont = *-SemiBold,
]
}
{
@@ -590,18 +590,21 @@
\cs_set:Nn \colorclass_cjk_sffamily: { \CJKfamily { SCsans } }
\cs_set:Nn \colorclass_cjk_ttfamily: { \CJKfamily { SCmono } }
\CJKfamily { SCmain }
+ \hook_gput_code:nnn { normalfont } { colorclass } { \CJKfamily{SCmain} }
}
\AddLanguageSetting [tchinese]
{
\cs_set:Nn \colorclass_cjk_sffamily: { \CJKfamily { TCsans } }
\cs_set:Nn \colorclass_cjk_ttfamily: { \CJKfamily { TCmono } }
\CJKfamily { TCmain }
+ \hook_gput_code:nnn { normalfont } { colorclass } { \CJKfamily{TCmain} }
}
\AddLanguageSetting [japanese]
{
\cs_set:Nn \colorclass_cjk_sffamily: { \CJKfamily { JPsans } }
\cs_set:Nn \colorclass_cjk_ttfamily: { \CJKfamily { JPmono } }
\CJKfamily { JPmain }
+ \hook_gput_code:nnn { normalfont } { colorclass } { \CJKfamily{JPmain} }
}
}