diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lebhart/lebhart.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/lebhart/lebhart.cls | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/lebhart/lebhart.cls b/Master/texmf-dist/tex/latex/lebhart/lebhart.cls index 529837fadbe..f7e3535e489 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/27 A colorful article style] + [2021/07/30 A colorful article style] \def\colorclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -31,6 +31,7 @@ \DeclareBoolOption[false]{palatino} \DeclareBoolOption[false]{times} \DeclareBoolOption[false]{garamond} +\DeclareBoolOption[false]{noto} \DeclareBoolOption[false]{biolinum} \DeclareBoolOption[false]{customfont} @@ -55,6 +56,9 @@ \if@colorclass@garamond \@colorclass@customfonttrue \fi +\if@colorclass@noto + \@colorclass@customfonttrue +\fi \if@colorclass@biolinum \@colorclass@customfonttrue \fi @@ -326,6 +330,16 @@ \let\colorist@sffamily\relax \fi +\if@colorclass@noto + \RequirePackage{amssymb} + \if@colorclass@useosf + \PassOptionsToPackage{oldstyle}{notomath} + \fi + \RequirePackage{anyfontsize} + \RequirePackage{notomath} + \PJLsetlinespacing{\setstretch{1.00}} +\fi + \if@colorclass@biolinum \RequirePackage{amssymb} % \RequirePackage{mathpazo} |