Re: [patch] (html)URL - inset

2002-03-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Also it would be nice if the patch did not try to remove double LF | btween methods and change tab-indentation to 4char indentation :) But | this is secondary. Not to me. -- Lgb

Re: [patch] (html)URL - inset

2002-03-13 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Back to this one... Believe it or not, I would like to resolve it before 1.2.0. Herbert> Jean-Marc Lasgouttes wrote: >> To rephrase myself: could this html check button produce code using >> hyperref \href instead of html.sty version? W

Re: [patch] (html)URL - inset

2002-03-01 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: >> To rephrase myself: could this html check button produce code using >> hyperref \href instead of html.sty version? Would that work with >> latex2html? Answering to my own question, it seems that th

Re: [patch] (html)URL - inset

2002-02-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > To rephrase myself: could this html check button produce code using > hyperref \href instead of html.sty version? Would that work with > latex2html? > > Answering to my own question, it seems that the macros in html.sty are > mostly wrappers around hyperref's \href.

Re: [patch] (html)URL - inset

2002-02-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> not before 1.2.0 At this time it onlx makes sense to get the Herbert> html check- button in the gui run. than we can think about Herbert> other possibiulities. To rephrase myself: could this html check button produce code using

Re: [patch] (html)URL - inset

2002-02-28 Thread Herbert Voss
On 28 Feb 2002, Jean-Marc Lasgouttes wrote: > Herbert> \let\ahref\htmladdnormallink > > Herbert> or > > Herbert> \let\href\htmladdnormallink > > Herbert> that's all > > You mean latex2html does not support hyperref natively? I only wanted to say, that it's no problem to link to other converters.

Re: [patch] (html)URL - inset

2002-02-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> \let\ahref\htmladdnormallink Herbert> or Herbert> \let\href\htmladdnormallink Herbert> that's all You mean latex2html does not support hyperref natively? I really think using hyperref for URLs is the natural thing to do fro

Re: [patch] (html)URL - inset

2002-02-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> > > Dekel> There is also tex4ht. Also, there is the \href command in the > Dekel> hyperref.sty. > > This is getting more interesting! How well is this command supported > by translators? Herbert? > > The

Re: [patch] (html)URL - inset

2002-02-27 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> There is also tex4ht. Also, there is the \href command in the Dekel> hyperref.sty. This is getting more interesting! How well is this command supported by translators? Herbert? The syntax is \href{URL}{text}. It seems that hevea sup

Re: [patch] (html)URL - inset

2002-02-27 Thread Dekel Tsur
On Wed, Feb 27, 2002 at 12:34:37PM +0100, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> I know, but it seems that the users prefer l2h. > > You mean latex2html, right? > > Herbert> we could detect the converter from the preferences. But

Re: [patch] (html)URL - inset

2002-02-27 Thread Jose Abilio Oliveira Matos
On Wednesday 27 February 2002 15:11, Jean-Marc Lasgouttes wrote: > > I have little experience with hevea, but it seemed to me at the time > that it got right some things l2h got wrong. But maybe was my l2h > version too old. Yes, hevea analyses the .aux files, that is the reason why it is my f

Re: [patch] (html)URL - inset

2002-02-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> there are some others, but the major one seems to be Herbert> latex2hatml Especially since this one is included in linux distributions. Herbert> latex2html is the only which works as most users expect. try Herbert> hevea and y

Re: [patch] (html)URL - inset

2002-02-27 Thread Herbert Voss
On 27 Feb 2002, Jean-Marc Lasgouttes wrote: > Herbert> I know, but it seems that the users prefer l2h. > > You mean latex2html, right? yes > Herbert> we could detect the converter from the preferences. But there > Herbert> is still a problem if someone has installed both. or we > Herbert> creat

Re: [patch] (html)URL - inset

2002-02-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> I know, but it seems that the users prefer l2h. You mean latex2html, right? Herbert> we could detect the converter from the preferences. But there Herbert> is still a problem if someone has installed both. or we Herbert> crea

Re: [patch] (html)URL - inset

2002-02-26 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"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-> Name > > Herbert> the current cvs has only the first one, wh

Re: [patch] (html)URL - inset

2002-02-26 Thread Jean-Marc Lasgouttes
> "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-> Name Herbert> the current cvs has only the first one, which is wrong for export-> html I agree we need that

[patch] (html)URL - inset

2002-02-24 Thread Herbert Voss
attached a (small) patch to get support for urls, when exporting to html. dvi -> Name: (Url) html-> Name the current cvs has only the first one, which is wrong for export->html Herbert -- http://www.lyx.org/help/ Index: src/BufferView_pimpl.C