summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-31 21:09:13 +0000
committerKarl Berry <karl@freefriends.org>2021-10-31 21:09:13 +0000
commit9b4a31e3008d8ea772d27e8566b5eb38bae6b6e8 (patch)
treee157a8b3761bab9e176dc022e30d083163cace60 /Master/texmf-dist/tex/latex/projlib/ProjLib.sty
parent2df086481eed9b96ca38f21228299834a8bf0daa (diff)
projlib (31oct21)
git-svn-id: svn://tug.org/texlive/trunk@60914 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.sty11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/projlib/ProjLib.sty b/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
index 919c3fa5f89..3ece848a2f8 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/10/24 The collective interface of ProjLib toolkit]
+ [2021/10/30 The collective interface of ProjLib toolkit]
\RequirePackage{kvoptions}
\RequirePackage{etoolbox}
\SetupKeyvalOptions{
@@ -34,6 +34,8 @@
\DeclareStringOption{thmnum}[PJL@thmnum@default]
\DeclareBoolOption[true]{regionalref}
\DeclareBoolOption[false]{originalref}
+\DeclareBoolOption[true]{complexname}
+\DeclareBoolOption[false]{simplename}
\DeclareBoolOption[false]{useosf}
\DeclareBoolOption[false]{lmodern}
\DeclareBoolOption[false]{palatino}
@@ -46,6 +48,9 @@
\if@ProjLib@originalref
\@ProjLib@regionalreffalse
\fi
+\if@ProjLib@simplename
+ \@ProjLib@complexnamefalse
+\fi
\if@ProjLib@draft
\@ProjLib@fasttrue
\fi
@@ -75,6 +80,9 @@
\if@ProjLib@regionalref\else
\PassOptionsToPackage{originalref}{PJLthm}
\fi
+\if@ProjLib@complexname\else
+ \PassOptionsToPackage{simplename}{PJLthm}
+\fi
\if@ProjLib@amsfashion
\PassOptionsToPackage{amsfashion}{PJLauthor}
@@ -169,6 +177,7 @@
\fi
\RequirePackage{microtype}
+\AtEndPreamble{\AtBeginDocument{\microtypesetup{disable}{\scshape}\microtypesetup{enable}}}
\endinput
%%