Am Donnerstag, 17. Juli 2003 20:03 schrieb Jason L W Lynn: > What I would like to find out is how (and where) lyx converts the lyx > file to a tex file. For instance, my lyx files have
src/insets/inseturl.C in that case (InsetUrl::latex()) > "[EMAIL PROTECTED]" but it (unfortunately) converts that in > the TEX file to "Jason [EMAIL PROTECTED]". I would like to change > that default behaviour to export > "[EMAIL PROTECTED]". The problem is that every html converter uses another command. html.sty only works with latex2html, but there are also hevea, tth and others for html export and hyperref for pdf hyperlink generation. LyX would have to switch the command depending on which converter is currently being used. This is not trivial. I agree, though, that an obviously senseless "generate hyperlink" checkbox is not a solution either. Juergen.
