From c6b7d46ff1b9b5e7edbed8ee6f65a00d8376222f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Jul 2019 20:48:47 +0000 Subject: perfectcut (26jul19) git-svn-id: svn://tug.org/texlive/trunk@51744 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/perfectcut/perfectcut.sty | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/perfectcut') 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{% -- cgit v1.2.3