> You might also want to search the lyx-devel archives. There have been several
> attempts to implement this. You might get some ideas and also some more
> reasons of why this task has to be handled carefully. And please don't
> hesitate to ask this list for help.
Thanks for the support. I'm ju
Zach Garner wrote:
> My goal is to have properly formatted links in HTML, and visible, but
> nicely formatted links in PDF. Using \htmladdnormallink will simply
> ignore all of the URLs, only printing out the Name. The last thing I
> want to do is lose the URLs in any output format that I use.
I a
On Mon, Jul 21, 2003 at 07:25:32AM -0500, Zach Garner wrote:
> + if (isRequired("html"))
> + packages << "\\usepackage{html}\n";
You should just be able to add this to simplefeatures array instead of
this code.
regards
john
> A few remarks:
> 1. Why do you use \htmladdnormallinkfoot and not \htmladdnormallink? I
think
> that we do not want to modify the output of dvi/ps/pdf. This should be
\url
My goal is to have properly formatted links in HTML, and visible, but
nicely formatted links in PDF. Using \htmladdnormallin
Zach Garner wrote:
> +
> + os << "\\htmladdnormallinkfoot";
> + if (getOptions().empty())
> + os << '{' << getContents() << '}';
> + else
> + os << '{' << getOptions() << '}';
> + os << '{' << getContents() << '}';
> +
A few remarks:
1. Why do yo
Hi, I haven't been able to determine if this has been fixed. I need LyX
to allow latex2html to generate real HTML links when I do an
"Insert|URL", as discussed in on the user mailing list
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg20257.html)
One post in that thread says a similar patch will