Hi all, I have a document (sort of proceedings of a meeting) which have to contain several pages, with each page dedicated to an author and a specific figure (say a photo). In mkii I used to do have a command like \define\authorpicture{hacker.jpg} and then use a command like: \externalfigure[\authorpicture] to include that figure in the text, and everythinng worked ver nicely in my big document. Unfortunately this scheme does not work anymore in mkivā¦ How can I change the following code (which works in mkii) in order to have it work in mkiv? Thanks in advance for any help: OK %%% begin dynamic-filename-figure.tex \starttext \define\authorpicture{hacker.jpg} \placefigure[here][fig:Myfigure]{} {\externalfigure[\authorpicture]} \stoptext %%% end dynamic-filename-figure.tex