Hans Hagen wrote:
Christopher G D Tipper wrote:

Hi Taco,

I've found the miscreant. In my stylesheet I have
\def\eDroppedCaps
    {\DroppedCaps
        {} {ptmr8r}
        {2.2\baselineskip} {2pt} {\baselineskip} {2}}

and in my XML I have:
\defineXMLcommand     [dropped-caps] \eDroppedCaps

and for some reason this screws up all paragraph indenting. Has this changed recently, because it used to work?

well, indenting has been extended (and a bit fixed)

My guess is this patch to supp-fun is needed (untested):

 \def\DroppedCaps#1#2#3#4#5#6#7% does not yet handle accented chars
   {\convertargument            #7\to\asciia
    \convertcommand \DroppedString\to\asciib
    \ExpandBothAfter\doifinstringelse\asciia\asciib
-     {\noindenting
+     {\noindentation
       \dontleavehmode
      %\ifhmode\hskip-\parindent\fi % sensitive for context mechanism

Cheers, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to