Changes

Jump to navigation Jump to search
773 bytes added ,  22:18, 1 February 2011
In MKIV there is a slightly different approach to the figure-library generation and the xml-database has different labeling.
< [[Graphics]] | [[XML]] | [[Figure library]] | [[Image library]] | [[Resource library]] >
ConTeXt's direct XML processing allows a rather mighty management of pictures with an XML database.
[http://www.ntg.nl:8061/makeres.pdf Here] you can make such files online. (PDF interface!)
'''XML database file: MKII'''
<xmlcode>
</xmlcode>
'''XML database file: MKIV''' <xmlcode><rl:library language="en">  <rl:description> <rl:organization>Organisation</rl:organization> <rl:project>ConTeXt Wiki</rl:project> <rl:product>product pictures</rl:product> <rl:comment>pictures for ConTeXt Wiki</rl:comment> </rl:description>  <rl:resource> <rl:file>filename</rl:file> <rl:label>reference</rl:label> <rl:copyright>owner</rl:copyright> <rl:comment>comment</rl:comment> </rl:resource></rl:library</xmlcode> '''Making a PDF listMKII'''
<pre>
texexec --pdf --use=fig-make --mode=compact myfile
</pre>
 
'''Making a PDF list MKIV'''
 
<pre>
context --input=figure-lib.xml auto:x-res-01.mkiv --result=figure-lib
</pre>
[[Category:Graphics]]
[[Category:XML]]
[[Category:Figure library]]
[[Category:Image library]]
48

edits

Navigation menu