[pstricks] pstCancel: seems like it is equivalent to xcancel, can I get the behavior similar to "cancel" and "rcancel".

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Jun 10 20:33:29 CEST 2011


Am 10.06.2011 20:22, schrieb Herbert Voss:
> Am 10.06.2011 08:05, schrieb Herbert Voss:
>
>> the pstricks-add from http://texnik.dante.de/tex/generic/pstricks-add/
>> knows an additional optional argument
>>
>> \psCancel[...]{...} % x
>> \psCancel[...]<x>{...} % x
>> \psCancel[...]<>{...} % \
>> \psCancel[...]</>{...} % /
>
> That was not a good idea, with the next official version of
> pstricks-add I'll change this to the default Syntax of macros
>
> \psCancel[...]{...} % x
> \psCancel[cancelType=x, ...]<x>{...} % x
> \psCancel[cancelType=b, ...]<>{...} % \
> \psCancel[cancelType=s, ...]</>{...} % /
>
> or
> \psCancel[cancelType=backslash, ...]<>{...} % \
> \psCancel[cancelType=slash, ...]</>{...} % /

sorry, should be

\psCancel[...]{...} % x
\psCancel[cancelType=x, ...]{...} % x
\psCancel[cancelType=b, ...]{...} % \
\psCancel[cancelType=s, ...]{...} % /

  or
\psCancel[cancelType=backslash, ...]{...} % \
\psCancel[cancelType=slash, ...]{...} % /

HErbert


More information about the PSTricks mailing list