diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-27 20:34:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-27 20:34:31 +0000 |
commit | a30b486ea04192786a22645b5f1224a47a156b0f (patch) | |
tree | ad9503dc2f6200590e30c0707a136dc8b1bedab0 /Master/texmf-dist/tex/latex/simplivre | |
parent | 8bf741a5cfd2af9c7f0027b5a48af58d940740a9 (diff) |
jxu (27jul21)
git-svn-id: svn://tug.org/texlive/trunk@60090 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/simplivre')
-rw-r--r-- | Master/texmf-dist/tex/latex/simplivre/simplivre.cls | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/simplivre/simplivre.cls b/Master/texmf-dist/tex/latex/simplivre/simplivre.cls index b234e411a59..113e881f817 100644 --- a/Master/texmf-dist/tex/latex/simplivre/simplivre.cls +++ b/Master/texmf-dist/tex/latex/simplivre/simplivre.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{simplivre} - [2021/07/13 A simple and clear book style] + [2021/07/27 A simple and clear book style] \def\minimclass@baseclass{book} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -134,11 +134,11 @@ BoldFont = SourceSansPro-Bold.otf , ItalicFont = SourceSansPro-RegularIt.otf , BoldItalicFont = SourceSansPro-BoldIt.otf ] - \setmonofont{cmuntt.otf}[ + \setmonofont{NewCMMono10-Regular.otf}[ Scale = 1.05 , - BoldFont = cmuntb.otf , - ItalicFont = cmunst.otf , - BoldItalicFont = cmuntb.otf ] + BoldFont = NewCMMono10-Book.otf , + ItalicFont = NewCMMono10-Italic.otf , + BoldItalicFont = NewCMMono10-BookItalic.otf ] \PassOptionsToPackage{fontset=none,scheme=plain}{ctex} \RequirePackage{ctex} |