Hi Hans, missing namespaces in the parent keys \def\dodefinebar[#1][#2][#3]% {\ifthirdargument - \getparameters[\??on#1][\s!parent=#2,#3]% + \getparameters[\??on#1][\s!parent=\??on#2,#3]% \else - \getparameters[\??on#1][\s!parent=,#2]% + \getparameters[\??on#1][\s!parent=\??on,#2]% \fi % %\setvalue{\??on:#1}{0}% % \ifcsname\??on:#1:c\endcsname \csname\??on:#1:c\endcsname\zerocount \else \expandafter\newcount\csname\??on:#1:c\endcsname \fi \normalexpanded{\checkalldefinedbars{\noexpand\doredefinebar{#1}\the\checkalldefinedbars}}% \dodefinebarindeed{#1}% \setuvalue{#1}{\doruled{#1}}} Wolfgang
On 20-3-2011 8:59, Wolfgang Schuster wrote:
\def\dodefinebar[#1][#2][#3]% {\ifthirdargument - \getparameters[\??on#1][\s!parent=#2,#3]% + \getparameters[\??on#1][\s!parent=\??on#2,#3]% \else - \getparameters[\??on#1][\s!parent=,#2]% + \getparameters[\??on#1][\s!parent=\??on,#2]%
fixed ... in the next beta (on ftp, probably later today) ... i made framedtexts also using the parent chain so it probably needs checking (i also had to patch the placement code to do inheritance) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Wolfgang Schuster