30 Jul
2014
30 Jul
'14
10:24 a.m.
On 7/28/2014 1:13 PM, Xan wrote:
This is a minimal and isolate example
You can see that {\bf Hola} is not processed.
well, because you want to typeset it as is:
<pas>Hola {\bf a}</pas>
why should <pas> be treated as tex?
\startxmlsetups xml:demo:pas \startitem \xmlflush{#1} \stopitem \stopxmlsetups
versus:
\startxmlsetups xml:demo:pas \startitem \xmlflushcontext{#1} \stopitem \stopxmlsetups
Mmm... thanks. Very much Xan