Open main menu

Changes

461 bytes added ,  07:47, 6 October 2009
no edit summary
Sort orders can be different because of changes to the sort order lists.
 
 
== Images ==
 
When using mkii, following code will give you document with two identical images (2nd will be the copy of 1st) even if they are different.
 
Mkiv will give you what you expect, I mean two different images (of course only if they are different).
 
<texcode>
\starttext
\placefigure[here,force][]{none}{\externalfigure[image1/image.png][width=5cm]}
\placefigure[here,force][]{none}{\externalfigure[image2/image.png][width=5cm]}
\stoptext
</texcode>
Anonymous user