bug in lyx->HTML conversion via tth

2010-05-23 Thread travis+ml-lyx
I wrote to the author of tth: > Anyway, I wanted to alert you to a potential bug. When I use lyx's > "hyperef" feature to make a hyperlink (as opposed to embedding a URL, > where the text is the same as the href target), it generates a .tex > file that contains a line like this: > > \usepackage[u

Re: Lyx HTML conversion problem - while using polynom package

2010-04-06 Thread rgheck
On 04/06/2010 01:30 PM, Uwe Stöhr wrote: rgheck schrieb: Perhaps you should read to the end of the message before replying. I said this myself. And anyone reading this with any degree of charity at all would have realized that what was meant here was: do with the current version of elyxer.

Re: Lyx HTML conversion problem - while using polynom package

2010-04-06 Thread Uwe Stöhr
rgheck schrieb: Perhaps you should read to the end of the message before replying. I said this myself. And anyone reading this with any degree of charity at all would have realized that what was meant here was: do with the current version of elyxer. Richard, please don't overreact. Requestin

Re: Lyx HTML conversion problem - while using polynom package

2010-04-06 Thread rgheck
On 04/06/2010 05:19 AM, Guenter Milde wrote: On 2010-04-05, rgheck wrote: If you're using elyxer, then there is not really anything you can do. WRONG: you can ask the elyxer developer whether support for these constructs, providing sample input (and preferabely expected output).

Re: Lyx HTML conversion problem - while using polynom package

2010-04-06 Thread Guenter Milde
On 2010-04-05, rgheck wrote: > On 04/05/2010 01:14 PM, baqijan1 wrote: >> When I use polynom package in lyx. The html output does not show that >> parts where macros from polynom package is used. For example, if I >> have something lik >> \polylongdiv{x^2-2x+1}{x-1} >> When I convert lyxt to pdf

Re: Lyx HTML conversion problem - while using polynom package

2010-04-05 Thread rgheck
On 04/05/2010 01:14 PM, baqijan1 wrote: When I use polynom package in lyx. The html output does not show that parts where macros from polynom package is used. For example, if I have something lik \polylongdiv{x^2-2x+1}{x-1} When I convert lyxt to pdf, there is no problem. Only html does not wo

Re: Lyx HTML conversion problem - while using polynom package

2010-04-05 Thread Jack Desert
El Mon, 5 Apr 2010 09:14:11 -0800 (PST) baqijan1 escribió: > > > When I use polynom package in lyx. The html output does not show that parts > where > macros from polynom package is used. Which LyX -> HTML converter are you using? Which vers

Lyx HTML conversion problem - while using polynom package

2010-04-05 Thread baqijan1
instances to images, which it does not. Any help will be greatly appreciated. Since, I am stuck at this and can't move on. -- View this message in context: http://n2.nabble.com/Lyx-HTML-conversion-problem-while-using-polynom-package-tp4854375p4854375.html Sent from the LyX - Users mailing

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread jorgen johansson
Hello again, I narrowed down the problem: Your file works fine for me as well. The problem lies within the path to the image and if file extension is specified in the latex file. I have broken it down to 9 cases. see below for details Conclusion: Image conversion works fine from within LyX an

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread Herbert Voss
jorgen johansson wrote: Could you send me an example file and the latex2html command you used to get it to work? as I said, the problem with LyX is, that you need an exported TeX file, but LyX doesn't know, that it should not use latex, because in this case the jpeg image is converted to eps and t

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread jorgen johansson
Herbert, Could you send me an example file and the latex2html command you used to get it to work? Time for me to go to bed. I will try tomorrow. Thanks Herbert Voss wrote: jorgen johansson wrote: I suppose that LyX runs latex instead of pdflatex and then latex2html takes the converted jpg-eps

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread Herbert Voss
jorgen johansson wrote: I suppose that LyX runs latex instead of pdflatex and then latex2html takes the converted jpg-eps and converts it again to jpg. Try to run _first_ pdflatex from inside LyX and then latex2html. No difference I am afraid, l2h keeps on converting the figures to eps through

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread jorgen johansson
Hello, I suppose that LyX runs latex instead of pdflatex and then latex2html takes the converted jpg-eps and converts it again to jpg. Try to run _first_ pdflatex from inside LyX and then latex2html. No difference I am afraid, l2h keeps on converting the figures to eps through dvips etc... I will

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread Herbert Voss
jorgen johansson wrote: Some questions/problems: 1) My jpg figure is still converted. Is this because inside lyx I have specified output scale to 20%? no, this is passed to TeX 2) Run l2h from inside LyX: (by specifying latex->html coverter in prefs) The command is: latex2html -debug -no_subdir

Re: prevent image conversion .lyx -> .html by l2h

2004-02-23 Thread jorgen johansson
Hello Herbert, I was to slow in informing you that after getting your 1st response I installed the gnuwin32 patch program and patched the original L2H files ( with some tweaking, one patch had to be done by hand). I got the patched l2h installed and can now run it to get jpg output, but... Som

Re: prevent image conversion .lyx -> .html by l2h

2004-02-22 Thread Herbert Voss
jorgen johansson wrote: I had seen the patch when I was surfing around for info, but I wasn't sure if this was what was I looking for. with the patched version you can simply run latex2html texfile, then all jpg images are unchanged or with the image_type option other formats are converted to jpg

Re: prevent image conversion .lyx -> .html by l2h

2004-02-22 Thread jorgen johansson
Herbert, I had seen the patch when I was surfing around for info, but I wasn't sure if this was what was I looking for. On a windows system, what is the easiest way apply a patch? On unix/linux there is a program "patch" but I have never used it. I saw that there is a patch program for windows

Re: prevent image conversion .lyx -> .html by l2h

2004-02-21 Thread Herbert Voss
Georg Baum wrote: Am Freitag, 20. Februar 2004 17:25 schrieb jorgen johansson: Hello, I have got latex2html 2002-2-1 (1.71) up and running together with lyx 1.3.3 (native qt version under windows XP). I have some photos in .jpg format that I'd rather keep in that format for the html version of

Re: prevent image conversion .lyx -> .html by l2h

2004-02-21 Thread Herbert Voss
Herbert Voss wrote: jorgen johansson wrote: I have got latex2html 2002-2-1 (1.71) up and running together with lyx 1.3.3 (native qt version under windows XP). I have some photos in .jpg format that I'd rather keep in that format for the html version of my document. But l2h converts it to .gif o

Re: prevent image conversion .lyx -> .html by l2h

2004-02-21 Thread Herbert Voss
jorgen johansson wrote: I have got latex2html 2002-2-1 (1.71) up and running together with lyx 1.3.3 (native qt version under windows XP). I have some photos in .jpg format that I'd rather keep in that format for the html version of my document. But l2h converts it to .gif or .png (depending

Re: prevent image conversion .lyx -> .html by l2h

2004-02-21 Thread Georg Baum
Am Freitag, 20. Februar 2004 17:25 schrieb jorgen johansson: > Hello, > > I have got latex2html 2002-2-1 (1.71) up and running together with lyx > 1.3.3 (native qt version under windows XP). > > I have some photos in .jpg format that I'd rather keep in that format > for the html version of my d

prevent image conversion .lyx -> .html by l2h

2004-02-20 Thread jorgen johansson
Hello, I have got latex2html 2002-2-1 (1.71) up and running together with lyx 1.3.3 (native qt version under windows XP). I have some photos in .jpg format that I'd rather keep in that format for the html version of my document. But l2h converts it to .gif or .png (depending on the settings l

LyX -> HTML via tth

2004-01-31 Thread Anand Rangarajan
This is an embarrassingly simple question but I couldn't find an answer after struggling for an hour or so. I want to convert a LyX 1.3.3 document to HTML. I have tth 3.5.8 installed. While tth works fine and I get a html document, I have one (seemingly) unsurmountable problem at this time. I

Re: LyX -> html

2004-01-03 Thread robin
Mark Carroll wrote: On Sat, 3 Jan 2004, Janus Sandsgaard wrote: Where can I find examples of tools used for converting a report or a manual from LyX -> HTML? I don't know, but FWIW I normally export to TeX then use a free latex2html Perl script. You can call latex2html from within LyX;

Re: LyX -> html

2004-01-03 Thread Mark Carroll
On Sat, 3 Jan 2004, Janus Sandsgaard wrote: > Where can I find examples of tools used for converting a report or a manual > from LyX -> HTML? I don't know, but FWIW I normally export to TeX then use a free latex2html Perl script. -- Mark

LyX -> html

2004-01-03 Thread Janus Sandsgaard
Where can I find examples of tools used for converting a report or a manual from LyX -> HTML? -j -- My baby daughter loves Linux! <http://idun.sandsgaard.dk/archives/000564.html> <http://idun.sandsgaard.dk/archives/000556.html> <http://idun.sandsgaard.dk/archives/000563.html>

lyx->html

2003-02-02 Thread Raphael Clifford
I am having no luck at all converting a simple set of foiltex slides into html using "export->html" with the converter set to the default which is latex2html in my case. I would be very grateful indeed if anyone could have a look at the attached file and give me any tips on how to do this... The

Re: lyx->html. Inline maths formulae missing!

2003-01-29 Thread Raphael Clifford
On Wed, 2003-01-29 at 15:13, Andre Poenitz wrote: > On Wed, Jan 29, 2003 at 02:51:49PM +, Raphael Clifford wrote: > > P.S. > > latex2html 1.68 2002/04/30 (from latex2html-2002-2mdk) > > TeX (Web2C 7.3.1) 3.14159 > > kpathsea version 3.3.1 (both from tetex-1.0.7-60mdk and related > > packages)

lyx->html. Inline maths formulae missing!

2003-01-29 Thread Raphael Clifford
I have installed latex2html and "reconfigured" lyx. When I Export->HTML it seems to be going fine however, I get the following problems... 1) The resultant html file has references to .png files that don't appear to have been created so none of the inline maths formulae show up. When I search fo

Re: lyx->html figures

2002-02-18 Thread Wayan
On Mon, 18 Feb 2002, Wolfgang Engelmann wrote: > 1-How do I handle eps figures in lyx in order to have them as figures in > the exported html-file? the figures are normally saved in temporary directory. You can move it by hand. Or, in a few month or week ago Dekel has suggested to use TtH for c

lyx->html figures

2002-02-18 Thread Wolfgang Engelmann
1-How do I handle eps figures in lyx in order to have them as figures in the exported html-file? 2-If i use convert x.eps x.pdf and view the x.pdf file with gv the upper part of the figure is cut. Any idea whats going wrong? Wolfgang

Lyx -> html output problems with presentation

2000-11-18 Thread Paul E Johnson
Oscar's setup (http://www.iit.upco.es/~oscar/download/Presentation.tgz), which includes a lyx layout for ppower4 slides and a script to generate the ppower4 pdf file works well. ANybody searching for a presentation approach should consider using it. It is necessary to install the foiltex package,