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 | |
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')
10 files changed, 30 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls index 79ac9ee080b..2651b3037fc 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/07/15 A colorful book style] + [2021/07/27 A colorful book style] \def\colorclass@baseclass{book} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -127,11 +127,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} diff --git a/Master/texmf-dist/tex/latex/colorist/colorart.cls b/Master/texmf-dist/tex/latex/colorist/colorart.cls index 8db263ddcab..64c68139bd4 100644 --- a/Master/texmf-dist/tex/latex/colorist/colorart.cls +++ b/Master/texmf-dist/tex/latex/colorist/colorart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{colorart} - [2021/07/15 A colorful article style] + [2021/07/27 A colorful article style] \def\colorclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} diff --git a/Master/texmf-dist/tex/latex/colorist/colorbook.cls b/Master/texmf-dist/tex/latex/colorist/colorbook.cls index 632f9968205..45efb1360c5 100644 --- a/Master/texmf-dist/tex/latex/colorist/colorbook.cls +++ b/Master/texmf-dist/tex/latex/colorist/colorbook.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{colorbook} - [2021/07/15 A colorful book style] + [2021/07/27 A colorful book style] \def\colorclass@baseclass{book} \RequirePackage{kvoptions} \RequirePackage{etoolbox} diff --git a/Master/texmf-dist/tex/latex/colorist/colorist.sty b/Master/texmf-dist/tex/latex/colorist/colorist.sty index 3a610e4943c..ddc6055a053 100644 --- a/Master/texmf-dist/tex/latex/colorist/colorist.sty +++ b/Master/texmf-dist/tex/latex/colorist/colorist.sty @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesPackage{colorist} - [2021/07/15 A colorful style for articles and books] + [2021/07/27 A colorful style for articles and books] \RequirePackage{kvoptions} \RequirePackage{etoolbox} \SetupKeyvalOptions{% @@ -1459,7 +1459,8 @@ %%================================ %% Simulate features of amsart %%================================ -\RequirePackage{PJLamssim} +\PassOptionsToPackage{amsfashion}{PJLauthor} +\RequirePackage{PJLauthor} } diff --git a/Master/texmf-dist/tex/latex/einfart/einfart.cls b/Master/texmf-dist/tex/latex/einfart/einfart.cls index 0471027bbac..9bd5664b8af 100644 --- a/Master/texmf-dist/tex/latex/einfart/einfart.cls +++ b/Master/texmf-dist/tex/latex/einfart/einfart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{einfart} - [2021/07/13 A simple and clear article style] + [2021/07/27 A simple and clear article style] \def\minimclass@baseclass{article} \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} diff --git a/Master/texmf-dist/tex/latex/lebhart/lebhart.cls b/Master/texmf-dist/tex/latex/lebhart/lebhart.cls index 4221ba16be1..529837fadbe 100644 --- a/Master/texmf-dist/tex/latex/lebhart/lebhart.cls +++ b/Master/texmf-dist/tex/latex/lebhart/lebhart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{lebhart} - [2021/07/15 A colorful article style] + [2021/07/27 A colorful article style] \def\colorclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -127,11 +127,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} diff --git a/Master/texmf-dist/tex/latex/minimalist/minimalist.sty b/Master/texmf-dist/tex/latex/minimalist/minimalist.sty index a50f03497d6..9ae2e948b5f 100644 --- a/Master/texmf-dist/tex/latex/minimalist/minimalist.sty +++ b/Master/texmf-dist/tex/latex/minimalist/minimalist.sty @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesPackage{minimalist} - [2021/07/13 A simple and clear style for articles and books] + [2021/07/27 A simple and clear style for articles and books] \RequirePackage{kvoptions} \RequirePackage{etoolbox} \SetupKeyvalOptions{% @@ -905,7 +905,8 @@ %%================================ %% Simulate features of amsart %%================================ -\RequirePackage{PJLamssim} +\PassOptionsToPackage{amsfashion}{PJLauthor} +\RequirePackage{PJLauthor} } diff --git a/Master/texmf-dist/tex/latex/minimalist/minimart.cls b/Master/texmf-dist/tex/latex/minimalist/minimart.cls index 6adab5ca9a2..8953e92b7cd 100644 --- a/Master/texmf-dist/tex/latex/minimalist/minimart.cls +++ b/Master/texmf-dist/tex/latex/minimalist/minimart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{minimart} - [2021/07/13 A simple and clear article style] + [2021/07/27 A simple and clear article style] \def\minimclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} diff --git a/Master/texmf-dist/tex/latex/minimalist/minimbook.cls b/Master/texmf-dist/tex/latex/minimalist/minimbook.cls index e804b013763..83a16c03f44 100644 --- a/Master/texmf-dist/tex/latex/minimalist/minimbook.cls +++ b/Master/texmf-dist/tex/latex/minimalist/minimbook.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{minimbook} - [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} 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} |