Am 31.12.2011 um 13:58 schrieb Meer, H. van der:

> Has the following been found and corrected?
> 
>>> \definetypeface [\typescriptone] [tt] [mono]  [cursor]  [default]<argument> 
>>> \@tlstyle                     
> <argument> \@tlstyle 
> 
> \dousestyleparameter ...\currentstyleparameter {#1
>                                                  }\ifx \currentstyleparamet...
> <argument> ...\hss \dousestyleparameter \@tlstyle 
>                                                  \dousecolorparameter \@tlc…
> apparently in: pack-mrl.mkiv
> 
> My typesetting of an xml-document cannot advance because of this missing 
> \@tlstyle (and possibly also \@tlcolor?)

Should \@@tlstyle and \@@tlcolor.

> Is there a quick fix?

\unprotect
\def\docomplextextrule#1%
  {\bgroup
   \advance\hsize\dimexpr-\rightskip-\leftskip\relax
   \setbox\scratchbox\hbox to \hsize
     {\dimen4\dimexpr .5ex+.5\linewidth\relax
      \dimen6\dimexpr-.5ex+.5\linewidth\relax
      \doifsomething{#1}
        {\doifelse\@@tllocation\v!inmargin
           {\llap
              {\dousestyleparameter\@@tlstyle
               \dousecolorparameter\@@tlcolor
               #1%
               \hskip\leftmargindistance}}
           {\color[\@@tlrulecolor]
              {\vrule\!!height\dimen4\!!depth\dimen6\!!width\@@tlwidth}%
            \hbox spread 2\dimexpr\@@tldistance\relax
              {\hss
               \dousestyleparameter\@@tlstyle
               \dousecolorparameter\@@tlcolor
               \strut#1%
               \hss}}}%
      \color[\@@tlrulecolor]
        {\leaders\hrule\!!height\dimen4\!!depth\dimen6\hfill}}%
   \ht\scratchbox\strutht
   \dp\scratchbox\strutdp
   \noindent\box\scratchbox
%\nobreak\verticalstrut\kern-\struttotal
% evt \witruimte
   \egroup}
\protect

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to