>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> attached a (small) patch to get support for urls, when Herbert> exporting to html. Herbert> dvi -> Name: (Url) html-> <a href=Url>Name</a> Herbert> the current cvs has only the first one, which is wrong for export-> html I agree we need that, but your commands are only correct for latex2html. From what I have seen, hevea uses other macros: http://pauillac.inria.fr/~maranget/hevea/doc/manual011.html#hyperlink And I guess other translators have yet other ways of doing it. The long-term solution is probably to be able to generate latex tailored for such or such translator. However, we may not want to do that for 1.2.0. Personally, I do not use these tools much, but I understand there is a need for a solution... JMarc PS: Herbert, why do you remove double empty lines between functions? This is how Lars wants them, I think.