diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls index 4da4aadc4fe..b7dcdc06fb3 100644 --- a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls +++ b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{beaulivre} - [2021/08/09 A colorful book style] + [2021/08/11 A colorful book style] \def\colorclass@baseclass{book} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -34,6 +34,7 @@ \DeclareBoolOption[false]{noto} \DeclareBoolOption[false]{biolinum} \DeclareBoolOption[false]{customfont} +\DeclareStringOption{thmnum}[PJL@thmnum@default] \newif\if@colorclass@bfivepaper\@colorclass@bfivepaperfalse \DeclareVoidOption{b5paper}{\@colorclass@bfivepapertrue} @@ -314,7 +315,7 @@ \apptocmd{\ttfamily}{\CJKttfamily}{}{\FAIL} \if@PJLlang@enable@CN -\gappto{\PJLlang@langconfig@schinese}{% +\gappto{\PJLlang@langconfig@CN}{% \def\CJKsffamily{\CJKfamily{SCsans}}% \def\CJKttfamily{\CJKfamily{SCmono}}% \CJKfamily{SCmain}% @@ -322,7 +323,7 @@ \fi \if@PJLlang@enable@TC -\gappto{\PJLlang@langconfig@tchinese}{% +\gappto{\PJLlang@langconfig@TC}{% \def\CJKsffamily{\CJKfamily{TCsans}}% \def\CJKttfamily{\CJKfamily{TCmono}}% \CJKfamily{TCmain}% @@ -330,7 +331,7 @@ \fi \if@PJLlang@enable@JP -\gappto{\PJLlang@langconfig@japanese}{% +\gappto{\PJLlang@langconfig@JP}{% \def\CJKsffamily{\CJKfamily{JPsans}}% \def\CJKttfamily{\CJKfamily{JPmono}}% \CJKfamily{JPmain}% |