summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-16 20:43:40 +0000
committerKarl Berry <karl@freefriends.org>2021-10-16 20:43:40 +0000
commit504647ec476fa56a0dac017351bfd6ee5aa993c4 (patch)
tree1c34e71129f408446367ed3722a41029f5e59f11 /Master/texmf-dist/tex/latex/projlib/ProjLib.sty
parent589a84efe2cdf12b3412a73d2991c69d5de89953 (diff)
projlib (16oct21)
git-svn-id: svn://tug.org/texlive/trunk@60779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/projlib/ProjLib.sty')
-rw-r--r--Master/texmf-dist/tex/latex/projlib/ProjLib.sty13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/projlib/ProjLib.sty b/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
index 40d9f2d9bec..930106ca211 100644
--- a/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
+++ b/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
@@ -17,7 +17,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2020-10-01]
\ProvidesPackage{ProjLib}
- [2021/08/19 The collective interface of ProjLib toolkit]
+ [2021/10/16 The collective interface of ProjLib toolkit]
\RequirePackage{kvoptions}
\RequirePackage{etoolbox}
\SetupKeyvalOptions{
@@ -35,6 +35,7 @@
\DeclareBoolOption[true]{regionalref}
\DeclareBoolOption[false]{originalref}
\DeclareBoolOption[false]{useosf}
+\DeclareBoolOption[false]{lmodern}
\DeclareBoolOption[false]{palatino}
\DeclareBoolOption[false]{times}
\DeclareBoolOption[false]{garamond}
@@ -91,6 +92,16 @@
\ifdefined\PJL@font@alreadyset\else
+\if@ProjLib@lmodern
+ \RequirePackage{amssymb}
+ \if@ProjLib@useosf
+ \RequirePackage{cfr-lm}
+ \else
+ \RequirePackage{lmodern}
+ \fi
+ \PJLsetlinespacing{\setstretch{1.00}}
+\fi
+
\if@ProjLib@palatino
% \RequirePackage{amssymb}
\RequirePackage{mathpazo}