Open main menu

Changes

m
Text replacement - "</cmd>" to "}}"
Being text-based, ConTeXt does not always lend itself well to a direct
conversion from an XML tree. If an innoncent innocent blank line from an
XML document finds its way into a ConTeXt document, we end up
with an extra paragraph division. One way around this problem is
<opt>width=2cm, height=1cm</opt>
<parm>that's it</parm>
}}
</TeXML>
</env>
one in TeXML.
[[simple_page.tex]]
<code>Simple_page.tex</code> <texcode>\enableregime[utf]\setuppagenumbering[simple_pagestate=stop] \starttextWie schön!\stoptext</texcode> and <code>Simple_page.texml]]</code> <pre><?xml version="1.0"?><TeXML><!--Attributes nl1 and nl2 can be used to force a new line before (nl1) or after (nl2) TeX command.--> <cmd name="setuppagenumbering"> <opt>state=stop, way=bytext</opt> }} <cmd name="enableregime" nl1="1"> <opt>utf</opt> }} <env name="text"> Wie schön! </env></TeXML></pre>
=To Do=
* Include more documentation about TeXML.
 
[[Category:XML]]