summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cochineal/cochineal.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-23 20:56:12 +0000
committerKarl Berry <karl@freefriends.org>2019-06-23 20:56:12 +0000
commit926a641b7207115964a7dec7895970c380cb0af4 (patch)
treea479caec5b9de8a0d0a1b56d11a633ce241e590a /Master/texmf-dist/tex/latex/cochineal/cochineal.sty
parentdfc849d78aaa5dcb694fc32ff9c9eece4f8b0f88 (diff)
cochineal (23jun19)
git-svn-id: svn://tug.org/texlive/trunk@51429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cochineal/cochineal.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cochineal/cochineal.sty8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/cochineal/cochineal.sty b/Master/texmf-dist/tex/latex/cochineal/cochineal.sty
index 8d603237191..7ae4d339a8a 100644
--- a/Master/texmf-dist/tex/latex/cochineal/cochineal.sty
+++ b/Master/texmf-dist/tex/latex/cochineal/cochineal.sty
@@ -1,8 +1,8 @@
%% cochineal.sty
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.050}
-\def\filedate{2019/05/12}
+\def\fileversion{1.054}
+\def\filedate{2019/06/22}
\ProvidesPackage{cochineal}
[\filedate\space v\fileversion.]
@@ -55,6 +55,8 @@
%\newif\if@Cochineal@swashQ
\def\Cochineal@@swashQ{}
+\def\Cochineal@@thmtab{} % default is to not change to tabular
+\def\Cochineal@@thmlin{X} % default is to not change to lining
\newif\if@Cochineal@thrm
\newif\if@Cochineal@sups
\newif\if@Cochineal@scosf
@@ -73,6 +75,8 @@
\DeclareOptionX{p}{\useproportional}
\DeclareOptionX{proportional}{\useproportional}
\DeclareOptionX{theoremfont}{\@Cochineal@thrmtrue}
+\DeclareOptionX{thmtabular}{\edef\Cochineal@@thmtab{t}}
+\DeclareOptionX{thmlining}{\edef\Cochineal@@thmlin{l}}
\DeclareOptionX{swashQ}{\edef\Cochineal@@swashQ{-swash}}
\DeclareOptionX{sups}{\@Cochineal@supstrue}
\DeclareOptionX{scosf}{\@Cochineal@scosftrue}