1% language=us runpath=texruns:manuals/xml 2 3% engine=luatex 4 5% author : Hans Hagen 6% copyright : ConTeXt Development Team 7% license : Creative Commons Attribution ShareAlike 4.0 International 8% reference : pragma-ade.nl | contextgarden.net | texlive (related) distributions 9% origin : the ConTeXt distribution 10% 11% comment : Because this manual is distributed with TeX distributions it comes with a rather 12% liberal license. We try to adapt these documents to upgrades in the (sub)systems 13% that they describe. Using parts of the content otherwise can therefore conflict 14% with existing functionality and we cannot be held responsible for that. Many of 15% the manuals contain characteristic graphics and personal notes or examples that 16% make no sense when used out-of-context. 17% 18% comment : Some chapters might have been published in TugBoat, the NTG Maps, the ConTeXt 19% Group journal or otherwise. Thanks to the editors for corrections. Also thanks 20% to users for testing, feedback and corrections. 21 22% to be checked: 23% 24% \Ux in index 25% 26% undocumented: 27% 28% \processXMLbuffer 29% \processxmlbuffer 30% \processxmlfile 31% 32% kind of special ... tricky explanation needed: 33% 34% \xmldirect 35 36\environment xml-mkiv-style 37 38\starttext 39 40\component xml-mkiv-titlepage 41 42\startfrontmatter 43 \component xml-mkiv-contents 44 \component xml-mkiv-introduction 45\stopfrontmatter 46 47\startbodymatter 48 \component xml-mkiv-converter 49 \component xml-mkiv-filtering 50 \component xml-mkiv-commands 51 \component xml-mkiv-expressions 52 \component xml-mkiv-tricks 53 \component xml-mkiv-lookups 54 \component xml-mkiv-examples 55\stopbodymatter 56 57\stoptext 58 |