ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MkIV, XML and raw TeX input
@ 2010-05-28 13:38 Martin Kolařík
  2010-05-28 15:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kolařík @ 2010-05-28 13:38 UTC (permalink / raw)
  To: ntg-context

Hello,

I have found a problem when switching from MkII to MkIV -- I am using a 
XML containing raw TeX (a temporary solution for math, which lasts for 
four years now) and now, in MkIV, I did not succeed to adopt TeX anyhow. 
The math is typeset in math style, but obviously characters read from 
XML have improper catcode set. I tried some tricks with \scantokens, but 
nothing helped.

Here is my XML (the element is root):

<?xml version="1.0" encoding="utf-8"?>
<mathtex>\int_0^\pi {sin x\over x} &gt; 0</mathtex>

And here is my ConTeXt environment file (I am using version 2010.05.24 
13:05):

\startxmlsetups doc:mathtex
   $\xmlflush{#1}$
\stopxmlsetups

\xmlregistersetup{xml:doc}

\startxmlsetups xml:doc
   \xmlsetsetup{\xmldocument}{mathtex}{doc:*}
\stopxmlsetups

Any hint?

Thank you,

mk

-- 
Martin Kolařík

martin.kolarik@email.cz
martin.kolarik@jabber.cz
+420603535593

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MkIV, XML and raw TeX input
  2010-05-28 13:38 MkIV, XML and raw TeX input Martin Kolařík
@ 2010-05-28 15:38 ` Wolfgang Schuster
  2010-05-28 16:24   ` Martin Kolařík
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-05-28 15:38 UTC (permalink / raw)
  To: martin.kolarik, mailing list for ConTeXt users

Am 28.05.10 15:38, schrieb Martin Kolařík:
> Hello,
>
> I have found a problem when switching from MkII to MkIV -- I am using 
> a XML containing raw TeX (a temporary solution for math, which lasts 
> for four years now) and now, in MkIV, I did not succeed to adopt TeX 
> anyhow. The math is typeset in math style, but obviously characters 
> read from XML have improper catcode set. I tried some tricks with 
> \scantokens, but nothing helped.
>
> Here is my XML (the element is root):
>
> <?xml version="1.0" encoding="utf-8"?>
> <mathtex>\int_0^\pi {sin x\over x} &gt; 0</mathtex>
>
> And here is my ConTeXt environment file (I am using version 2010.05.24 
> 13:05):
>
> \startxmlsetups doc:mathtex
>   $\xmlflush{#1}$
> \stopxmlsetups

\startxmlsetups doc:mathtex
     \startmathmode
     \xmlflushcontext{#1}
     \stopmathmode
\stopxmlsetups

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MkIV, XML and raw TeX input
  2010-05-28 15:38 ` Wolfgang Schuster
@ 2010-05-28 16:24   ` Martin Kolařík
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Kolařík @ 2010-05-28 16:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Perfect!

Thanks very much,

mk

Dne 28.5.2010 17:38, Wolfgang Schuster napsal(a):
> Am 28.05.10 15:38, schrieb Martin Kolařík:
>> Hello,
>>
>> I have found a problem when switching from MkII to MkIV -- I am using 
>> a XML containing raw TeX (a temporary solution for math, which lasts 
>> for four years now) and now, in MkIV, I did not succeed to adopt TeX 
>> anyhow. The math is typeset in math style, but obviously characters 
>> read from XML have improper catcode set. I tried some tricks with 
>> \scantokens, but nothing helped.
>>
>> Here is my XML (the element is root):
>>
>> <?xml version="1.0" encoding="utf-8"?>
>> <mathtex>\int_0^\pi {sin x\over x} &gt; 0</mathtex>
>>
>> And here is my ConTeXt environment file (I am using version 
>> 2010.05.24 13:05):
>>
>> \startxmlsetups doc:mathtex
>>   $\xmlflush{#1}$
>> \stopxmlsetups
>
> \startxmlsetups doc:mathtex
>     \startmathmode
>     \xmlflushcontext{#1}
>     \stopmathmode
> \stopxmlsetups
>
> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-28 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-28 13:38 MkIV, XML and raw TeX input Martin Kolařík
2010-05-28 15:38 ` Wolfgang Schuster
2010-05-28 16:24   ` Martin Kolařík

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).