From: Otfried C. <oc...@wi...> - 2004-08-27 07:00:40
|
Jay Belanger writes: > The correspoding references in the html file would have to match; how > hard would it be to arrange that? Would that be tricky at all? > Are there any advantages to specifying the image file name? > (Obviously, I don't know the answer to any of these.) When I originally added image generation to Hyperlatex, I wanted to automatically assign a file name, but I was inable to come up with a reliable way to synchronize the filename between HTML and Latex (think about images that are not shown in one version -- simply counting get's completely out of step them). I think the only way to do this is to have Elisp create a new Latex file for the image generation, and that looked like too much of a mess to me then. Otfried |