summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls')
-rw-r--r--Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls16
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls b/Master/texmf-dist/tex/latex/beaulivre/beaulivre.cls
index 2651b3037fc..d6f3ef19c4d 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/27 A colorful book style]
+ [2021/07/30 A colorful book style]
\def\colorclass@baseclass{book}
\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}