summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/perfectcut
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-26 20:48:47 +0000
committerKarl Berry <karl@freefriends.org>2019-07-26 20:48:47 +0000
commitc6b7d46ff1b9b5e7edbed8ee6f65a00d8376222f (patch)
treed5b65d4bdb5d7b622cb70600ed4f0ac51fa73ae4 /Master/texmf-dist/tex/latex/perfectcut
parentf05bd5449219a9de46e6cbdf6aff74e18b2eb858 (diff)
perfectcut (26jul19)
git-svn-id: svn://tug.org/texlive/trunk@51744 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/perfectcut')
-rw-r--r--Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty b/Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty
index 672333d6da0..8cfb2936ce5 100644
--- a/Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty
+++ b/Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty
@@ -9,7 +9,7 @@
%%% or (at your option) any later version. Refer to the README file.
%%%
%%%
-\ProvidesPackage{perfectcut}[04/22/2017 Perfect Cut v2.2]
+\ProvidesPackage{perfectcut}[06/23/2017 Perfect Cut v2.3]
%%% Option processing
\newif\ifcut@mathstyle@
\cut@mathstyle@false
@@ -32,7 +32,7 @@
\newmuskip\cutcasebarskip
\newif\ifcutdebug
%%% Exported commands
-%%See end of file for a more detailed description of the commands
+%%See end of file for a more detailed description of the commands
\newcommand{\perfectcut}[2]{\cut@{#1}{#2}}%% displays <#1||#2>
\newcommand{\perfectbra}[1]{\cut@bra{#1}}%% displays <#1|
\newcommand{\perfectket}[1]{\cut@ket{#1}}%% displays |#2>
@@ -89,7 +89,7 @@
\def\cut@setcurrentcutstyle{}
\else
\RequirePackage{scalerel}
- \def\cut@setcurrentcutstyle{\ThisStyle}
+ \def\cut@setcurrentcutstyle#1{{\ThisStyle{\let\ThisStyle\relax#1}}}
\def\cut@currentcutstyle{\SavedStyle}
\fi
@@ -250,7 +250,7 @@
%% Displays #1#2#3#4#5. Arguments #2 and #4 can contain other cut primitives.
%% Does not increase the current height computed by cut primitives inside #2
-%% and #4.
+%% and #4.
%% Arguments #1, #3 and #5 can access the current height in two different
%% forms via \cut@n and \count0.
\newcommand{\cut@computeBinary@CurrentHeight}[5]{\cut@setcurrentcutstyle{%
@@ -274,7 +274,7 @@
%% Displays #1#2#3#4#5. Arguments #2 and #4 can contain other cut primitives.
%% Does not increase the current height computed by cut primitives inside #2
-%% and #4 but the height to display is increased by 1.
+%% and #4 but the height to display is increased by 1.
%% Arguments #1, #3 and #5 can access the height height in two different
%% forms via \cut@n and \count0.
\newcommand{\cut@computeBinary@CurrentHeightPlusOne}[5]{\cut@setcurrentcutstyle{%