summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/easybook/easybook.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/easybook/easybook.cls')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 3f88822fea5..b527673a369 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/10/21}{1.40A}
+\ProvidesExplClass{easybook}{2021/10/21}{1.40B}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -39,7 +39,7 @@
enmode .meta:n = { newline,scheme = plain },
font .choices:nn =
- { noto,garamond,times,libertine,palatino,auto }
+ { noto,garamond,times,times*,libertine,palatino,auto }
{ \tl_set:Nn \l__eb_font_choice_tl {#1} },
font .value_required:n = true,
font .initial:n = auto,
@@ -174,6 +174,12 @@
Ligatures = CommonOff
}
}
+\cs_new_protected:cpn { eb@font@load@times* }
+ {
+ \eb_setmainfont:nn { Times~New~Roman } { }
+ \eb_setsansfont:nn { Arial } { }
+ \eb_setmonofont:nn { Courier~New } { }
+ }
\cs_new_protected:Npn \eb_font_load_libertinus_sans:
{
\eb_setsansfont:nn { LibertinusSans }