Re: [l2h] images generated for math have black bar at bottom

2018-01-08 Thread Nasser M. Abbasi
On 1/8/2018 7:42 PM, Berna Massingill wrote: Subject kind of says it: The images generated for inline math have a black bar across the bottom of each image file. This is with the latest version of latex2html available from CTAN (file latex2html-2017.2.tar.gz). The problem does not occur with a

Re: [l2h] Non standard class questions

2017-01-12 Thread Nasser M. Abbasi
On 1/12/2017 5:01 AM, Philippe Chauvat wrote: Hello there, a) I would be sure latex2html is still a good idea when it comes to convert LaTeX files to HTML. If not please let me know how you would suggest to proceed. If you can't get your latex class to work with l2h, you could try tex4ht.

Re: [l2h] I'd like a way to have four Greek words displayed in a .html file produced by LaTeX2HTML without too much space between adjacent Greek letters.

2013-02-11 Thread Nasser M. Abbasi
On 2/12/2013 12:16 AM, Pat Somerville wrote: Here is a brief summary of the sort of things I have tried so far, but have not yet had the good-looking success I desire in LaTeX2HTML output with the four Greek words: A. .. \usepackage[greek,english]{babel} .. \begin{document} .. \greektex

Re: [l2h] big problem with images in html links. Same image is used.

2013-01-17 Thread Nasser M. Abbasi
I am really sorry. The problem does show up in both cases I got mixed up, since I havecode like this in latex: \begin{rawhtml} \end{rawhtml} And the above is the one that was working OK. Not the latex code. So, the problem is there in these 2 cases: ---

Re: [l2h] big problem with images in html links. Same image is used.

2013-01-17 Thread Nasser M. Abbasi
opps,I seem to have dropped one line from the message during editing: But if the commands were --- \includegraphics[]{A/image} \includegraphics[]{B/image} - Then BOTH images show up correctly Thanks. _

Re: [l2h] big problem with images in html links. Same image is used.

2013-01-17 Thread Nasser M. Abbasi
On 01/15/2013 01:37 AM, Nasser M. Abbasi wrote: I mentioned this problem long time ago. http://comments.gmane.org/gmane.comp.tex.latex2html/505 Hello; Another bit of information on this problem. This problem happens only when using the image as a thumbnail inside hyperlink. It does not

Re: [l2h] big problem with images in html links. Same image is used.

2013-01-14 Thread Nasser M. Abbasi
external_latex_labels array. 1; -- any other information I can give, please let me know. On 01/15/2013 01:37 AM, Nasser M. Abbasi wrote: I mentioned this problem long time ago. http://comments.gmane.org/gmane.comp.tex.latex2html/505 But there is was satsfactory answer to this

[l2h] big problem with images in html links. Same image is used.

2013-01-14 Thread Nasser M. Abbasi
I mentioned this problem long time ago. http://comments.gmane.org/gmane.comp.tex.latex2html/505 But there is was satsfactory answer to this problem as of yet. This is a big problem for me as I have used the same image name in many folders in order to make it easy to automate other things. But

[l2h] errors using l2h Version 2008 (1.71) with -show_section_numbers when using pdflatex generated .aux file

2013-01-12 Thread Nasser M. Abbasi
l2h needs to the .aux file to generate section numbers. So I run pdflatex on the tex file before running l2h, so that the .aux file is there. Noticed now that when .aux is generated by pdflatex, then l2h generates errors: pdflatex index.tex latex2html -show_sec

Re: [l2h] Requesting sample code used in a .tex file for including animated figures, presently as .gif files, in output .pdf and/or .html files/file, et cetera

2012-11-01 Thread Nasser M. Abbasi
On 11/1/2012 9:13 PM, Pat Somerville wrote: If there is a TeX users' group for the use of the program pdflatex, that would probably be a more appropriate group in which to discuss the following matters. You could try http://tex.stackexchange.com/ or comp.text.tex or http://stackoverflow.com

Re: [l2h] Requesting sample code used in a .tex file for including animated figures, presently as .gif files, in output .pdf and/or .html files/file, et cetera

2012-10-31 Thread Nasser M. Abbasi
On 10/31/2012 5:37 PM, Pat Somerville wrote: The remaining challenge for me in having the output file made was that in the output, .html file produced via latex and latex2html commands on my .tex file that the animations either sometimes or nearly always did not have time to be complet

Re: [l2h] Requesting sample code used in a .tex file for including animated figures, presently as .gif files, in output .pdf and/or .html files/file, et cetera

2012-10-31 Thread Nasser M. Abbasi
On 10/31/2012 2:59 AM, Pat Somerville wrote: Pat; This is how I add animated gif files to my Latex document for use with l2h. I do the conversion on windows, but the resulting animated gif file can of course be used on windows on Linux with l2h 1) Tool needed on windows (free) - UNFreeze to

Re: [l2h] Problem using -dir to send output to different directory than default

2012-06-03 Thread Nasser M. Abbasi
On 6/3/2012 9:23 AM, Nasser M. Abbasi wrote: - Cannot create directory foo/: File exists (r) Reuse the images in the old directory OR (d) *** DELETE *** THE CONTENTS OF KERNEL2/ OR (q) Quit ? -- btw, in case someone

[l2h] Problem using -dir to send output to different directory than default

2012-06-03 Thread Nasser M. Abbasi
Normally I generate HTML from my latex into a subdir, with the default name as the document using the following: rm -rf foo; latex2html -no_reuse -subdir foo.tex The reason I delete the directory foo/ before is so that latex2html do not c

Re: [l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-10 Thread Nasser M. Abbasi
On 5/10/2012 1:43 AM, Ross Moore wrote: There are two variables here: $TMP $TMP_ as well as the system-dependent ${dd} . $TMP is /home/me/TMP a full path $TMP_ is TMPjust the directory name, (relative to the current working directory) $TMP is used for image generati

Re: [l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-09 Thread Nasser M. Abbasi
pected which is /home/me/TMP/verb. thanks, --Nasser Hope this helps. On Wed, May 9, 2012 at 7:32 PM, Nasser M. Abbasi wrote: An update on what I tried: I think the problem is related to dbm(). looking at /usr/bin/latex2html.perl I tried to understand how it handles the db opening and closi

Re: [l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-09 Thread Nasser M. Abbasi
An update on what I tried: I think the problem is related to dbm(). looking at /usr/bin/latex2html.perl I tried to understand how it handles the db opening and closing and why that fails when the .tex file is on the mounted shared disk vs. when it is not on the mounted disk. I could not, since

Re: [l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-09 Thread Nasser M. Abbasi
On 5/9/2012 5:40 PM, Ross Moore wrote: The text that needs to be kept verbatim (and not processed to expand macros, etc.) is stored in a database file, and replaced inline by the database key to that piece of text. Once all macros have been expanded, and other processing tasks performed, that

Re: [l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-09 Thread Nasser M. Abbasi
fyi; I made a web page for this problem and putting more information on this problem on this page http://12000.org/my_notes/l2hwin/vwin/vwin/index.htm Such as the verbose output of the latex2html command, and will be adding other information. If any one wants me to put any specific informatio

[l2h] inline \verb does not work when data on windows and using latex2html from Linux in VBox

2012-05-09 Thread Nasser M. Abbasi
I hope someone can give my few hints on this issue. This has been a problem for me for long time, and I am finally sitting down to resolve it. The problem is simple to describe: When I build this file --- t.tex - \documentclass{article} \begin{document} this is \

Re: [l2h] link Operation not permitted, latex2html on windows file system

2012-05-05 Thread Nasser M. Abbasi
On 5/6/2012 12:11 AM, Nasser M. Abbasi wrote: Would it be possible for an expert to correct this by checking if the $(OS) is windows and bypass this whole link operation it is trying to do opps, sorry, I meant to say to check if the file system is NTFS! The OS l2h is running on is of course

[l2h] link Operation not permitted, latex2html on windows file system

2012-05-05 Thread Nasser M. Abbasi
Hello; I run latex2html on linux but inside Virtual machine (Oracle's VBox). My data is actually on windows NTFS disk. Since NTFS does not support symbolic links, each time I use latex2html, I get screen full of errors like this: - Converting image #7 Error (Lin

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-14 Thread Nasser M. Abbasi
I found the problem. I use Linux this way on window: I install Linux in a VM (Oracle's VMbox) hosted on windows 7. But all my data (.tex files, bash build scripts, etc..) are still on windows file system. I mount my windows disk as shared folder so I can access the data it from Linux. I use L

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-13 Thread Nasser M. Abbasi
On 2/13/2012 7:34 AM, Jean-Pierre Chrétien wrote: Le 13/02/2012 13:26, Nasser M. Abbasi a écrit : On 2/13/2012 4:53 AM, Jean-Pierre Chrétien wrote: Nor I can I, with This is LaTeX2HTML Version 2008 (1.71) on Debian Squeeze and TexLive 2009. thanks for trying. I have, according to

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-13 Thread Nasser M. Abbasi
On 2/13/2012 4:53 AM, Jean-Pierre Chrétien wrote: Nor I can I, with This is LaTeX2HTML Version 2008 (1.71) on Debian Squeeze and TexLive 2009. thanks for trying. I have, according to synaptic package manager: 2008-debian1-5(oneiric) and perl is 5.12.4-4 and texlive: 2009-13 I do not know w

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-12 Thread Nasser M. Abbasi
On 2/12/2012 10:08 PM, Ross Moore wrote: \verb|test| This does NOT work. I just tried it. Very strange. Yes. I think it is been like this for me for sometime now. May be someone on this mailing list who has l2h and 2008 version can try this? I'm using version 1.67 (2002) installed m

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-12 Thread Nasser M. Abbasi
On 2/12/2012 7:20 PM, Ross Moore wrote: Can you run your failing job with -debug within a directory that can be accessed across the web, and save the console messages into a file. Make this directory and its siblings listable, and send me the URL. I can then try to get an idea of what is goi

Re: [l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-12 Thread Nasser M. Abbasi
On 2/12/2012 7:20 PM, Ross Moore wrote: Hello Nasser, On 12/02/2012, at 9:56 AM, Nasser M. Abbasi wrote: When I run this: --- \documentclass[12pt]{article} \usepackage{html} \usepackage{verbatim} \begin{document} \begin{verbatim}test\end{verbatim} \begin

[l2h] verbatim does not work when having a math equation nearby in a table with '+' in it.

2012-02-11 Thread Nasser M. Abbasi
This one is really strange. I hope that an expert can explain it. I put a screen shot of the problem here as well: http://12000.org/my_notes/l2hwin/strange_verbatim_result/d.png When I run this: --- \documentclass[12pt]{article} \usepackage{html} \usepackage{ve

Re: [l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-10 Thread Nasser M. Abbasi
On 2/10/2012 4:34 AM, Nasser M. Abbasi wrote: On 2/9/2012 8:35 PM, Shigeharu TAKENO wrote: shige 02/10 2012 in versions/html4_0.pl (or versions/html3_2.pl), and modify elsif ( $frames || $rules ) { $border = " BORDER=\"1\""; }; to if ( $T

Re: [l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-10 Thread Nasser M. Abbasi
On 2/9/2012 8:35 PM, Shigeharu TAKENO wrote: shige 02/10 2012 in versions/html4_0.pl (or versions/html3_2.pl), and modify elsif ( $frames || $rules ) { $border = " BORDER=\"1\""; }; to if ( $TBLADDOPT ) { $border = " $TBLADDOPT"; } elsif ( $frames || $rules ) { $b

Re: [l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-09 Thread Nasser M. Abbasi
On 2/9/2012 5:26 AM, Nasser M. Abbasi wrote: On 2/9/2012 12:22 AM, Ross Moore wrote: Try swapping the loading order: \usepackage{hyperref} \usepackage{html} html.sty has coding that adjusts to what hyperref has already setup. When I did the above, now I get this error

Re: [l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-09 Thread Nasser M. Abbasi
On 2/9/2012 12:22 AM, Ross Moore wrote: Try swapping the loading order: \usepackage{hyperref} \usepackage{html} html.sty has coding that adjusts to what hyperref has already setup. When I did the above, now I get this error: -- (/usr/share/t

Re: [l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-08 Thread Nasser M. Abbasi
On 2/9/2012 12:47 AM, Shigeharu TAKENO wrote: shige 02/09 2012 "Nasser M. Abbasi" wrote: btw, the only trick I know about is to use makeimage, but this means the hyperlinks I have inside the table are lost, since one can not click on them any more. Here is an exam

Re: [l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-08 Thread Nasser M. Abbasi
On 2/8/2012 6:56 PM, Nasser M. Abbasi wrote: hello; I'd like to make a table, where I insert my own \hrule between rows when I want to, because I'd like to group some rows together, But l2h seems to generate horizontal rule in the html table between each row even thought in latex th

[l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-08 Thread Nasser M. Abbasi
hello; I'd like to make a table, where I insert my own \hrule between rows when I want to, because I'd like to group some rows together, But l2h seems to generate horizontal rule in the html table between each row even thought in latex this line is missing. Here is an example -- foo.te

Re: [l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-08 Thread Nasser M. Abbasi
On 2/8/2012 1:09 PM, Ross Moore wrote: Hello Nasser, On 09/02/2012, at 12:14 AM, Nasser M. Abbasi wrote: this is on linux and using l2h : 2008 (1.71) when I write \htmladdnormallink{a_b_c_d_e.m}{a_b_c_d_e.m} I get error about missing $ becuase it think it is math. And so it is, in the

[l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-08 Thread Nasser M. Abbasi
this is on linux and using l2h : 2008 (1.71) when I write \htmladdnormallink{a_b_c_d_e.m}{a_b_c_d_e.m} I get error about missing $ becuase it think it is math. So I end up writing \htmladdnormallink{a\_b\_c\_d\_e.m}{a_b_c_d_e.m} is there a way to avoid having to do this all the time? I have

Re: [l2h] Black bars under integral signs when thelimitsof integration are -\infty and +\infty or analgebraicfraction for each of the upper and lower limits

2011-04-14 Thread Nasser M. Abbasi
On 4/14/2011 9:42 PM, Pat Somerville wrote: But I have been wondering if our versions of Netpbm could have been different and have been responsible for our different results; in particular the version of pnmcrop and the parameters used with it could be very important in the outcome regarding rem

Re: [l2h] Black bars under integral signs

2011-04-13 Thread Nasser M. Abbasi
On 4/13/2011 7:10 PM, Pat Somerville wrote: please note your versions of latex2html and dvips or dvips(k) by looking at the latex2html output after inputting a latex2html... command. Also please type "netpbm -version" and "perl -v" and report your respective installed versions of Netpbm and P

Re: [l2h] Black bars under integral signs when thelimitsof integration are -\infty and +\infty or analgebraicfraction for each of the upper and lower limits

2011-04-13 Thread Nasser M. Abbasi
On 4/13/2011 11:47 AM, Pat Somerville wrote: In my request earlier in this chain of e-mail letters that LaTeX2HTML users perform the \int\limits _{-\infty}^{+\infty} experiment for me, I would like to add to my list of requested users' installed software packages: I am sorry to see you still g

Re: [l2h] Black bars under integral signs when the limits of integration are -\infty and +\infty or an algebraic fraction for each of the upper and lower limits

2011-04-10 Thread Nasser M. Abbasi
On 4/10/2011 10:29 PM, Pat Somerville wrote: Question: What can I do to eliminate all of such examples of unwanted black bars underneath some of the integral signs? This sounds like the same known problem which was mentioned here some time ago? Check http://12000.org/my_notes/l2hwin/index.

Re: [l2h] lines between rows in table, how to remove them?

2011-03-25 Thread Nasser M. Abbasi
On 3/25/2011 4:12 AM, Shigeharu TAKENO wrote: One simple solution of your problem using latex2html is to make image: Ex. 3: \usepackage{html} ... \begin{makeimage} \begin{tabular}{|c|c|}\hline a& b \\% NO \hline here c& d \\ \hline \end{tabular} \end{makeimage}

[l2h] lines between rows in table, how to remove them?

2011-03-24 Thread Nasser M. Abbasi
I noticed that the HTML page generated for a latex table contains lines between rows of the table, even though I do not tell it in Latex to put a line there. Here is a simple example - \documentclass{article} \usepackage{html} \begin{document} \begin{tabular}{|c|c|}\hline a &

Re: [l2h] paragraphs in table. alignment, ragged right, ragged2e package

2011-03-24 Thread Nasser M. Abbasi
:00 AM, Nasser M. Abbasi wrote: Hello; I have a table, in which I use p for table, as in: \begin{tabular}{p{2in}p{2in}} \end{tabular} and I want the paragraphs to be ragged right, since they do not look nice justified inside a table cells. I can do that in Latex as follows

Re: [l2h] Generating pages with a non-standard font/typeface

2011-03-24 Thread Nasser M. Abbasi
On 3/24/2011 8:51 AM, Mark Duke wrote: Hi All, I was wondering if it possible to change the typeface (Helvetica, Times new Roman, Arial) of the generated output via a configuration setting. I would like to use Arial instead of the standard typeface. Is this possible? best regards and thanks for

[l2h] paragraphs in table. alignment, ragged right, ragged2e package

2011-03-24 Thread Nasser M. Abbasi
Hello; I have a table, in which I use p for table, as in: \begin{tabular}{p{2in}p{2in}} \end{tabular} and I want the paragraphs to be ragged right, since they do not look nice justified inside a table cells. I can do that in Latex as follows: - \documentclass{arti

[l2h] l2h sometimes hangs in "Converting image #nnnn" on large files under cygwin

2011-01-31 Thread Nasser M. Abbasi
I am not sure if this is a cygwin/perl problem or l2h. But sometimes I noticed that when I run l2h on large document which causes hundreds of images to be generated (equations, symbols, etc...), then I noticed l2h hands on . Converting image #665 Converting image #652 Converting image #519 C

[l2h] speed of latex2html

2010-12-20 Thread Nasser M. Abbasi
fyi; I compared the speed of running l2h on a document I have on linux and on cygwin under windows 7 . linux was ubuntu 10, was running inside virtual machine (oracle Vbox) same exact latex document: linux inside VMbox ---> 6 minutes to finish. cygwin/windows 7 > 20 minutes Most of the t

Re: [l2h] \verbatiminput{} support in l2h, can one use absolute file path?

2010-11-25 Thread Nasser M. Abbasi
On 11/25/2010 12:20 AM, Christian Pleul wrote: What happens if you just put it to a subfolder "snippets" to keep the files together. And then write \verbatiminput{snippets/file.txt} Good suggestion Christian. I thought I did try relative path also, but I must have not. But the above do

[l2h] \verbatiminput{} support in l2h, can one use absolute file path?

2010-11-24 Thread Nasser M. Abbasi
Hello; Using l2h 2008, I wanted to read source code into the latex document. Since l2h does not support listings.sty, I read that one needs to use \verbatiminput{file.txt} instead. The above does work with l2h, but only when file.txt is in the same folder as the latex document: \documentclass{a

Re: [l2h] Installing latex2html with latest distros

2010-11-19 Thread Nasser M. Abbasi
EX\GnuWin32\bin\pnmcrop.exe -verbose yes checking for pnmflip... no" so it is OK. Need to follow all the steps. to the end, and run the install, test and then see what you get. hth --Nasser 2010/11/19 Nasser M. Abbasi On 11/19/2010 12:15 AM, Adin Ramirez Rivera wrote: I found that the p

Re: [l2h] Installing latex2html with latest distros

2010-11-19 Thread Nasser M. Abbasi
all what I can guess now. Once you start having to modify file names and add missing extension, then you know you must be on the wrong path. Sorry, no other ideas from me now other than to try to find out where the files do not have extensions to start with. good luck --Nasser 2010/11/18 Nasser M.

Re: [l2h] Installing latex2html with latest distros

2010-11-18 Thread Nasser M. Abbasi
On 11/18/2010 1:26 AM, Adin Ramirez Rivera wrote: Hi list, I'd been trying to install latex2html with the latest distributions but I cannot succeed. I'm under a windows XP, using latex2html-2008 version, MiKTex2.8, GnuWin32 Netpbm 10.27.0, and GS8.54 (I tried with others too). However, I always

[l2h] Latex2html handling of verbatim. Some verbatim is NOT generated

2010-06-13 Thread Nasser M. Abbasi
Hello; THis is really strange one. I thought that anything between \begin{verbatim} .. \end{verbatim} should NOT be looked at, and should be generated as is? But below is an example, where l2h seems to "look inside" the verbatim section, and becuase of this, some of the verabtim text is remov

[l2h] how to change font size of verbatim for Latex2html?

2010-06-11 Thread Nasser M. Abbasi
Hello; Does l2h support different font size for verbatim? For example, when I change font size for verbatim, pdflatex generated a PDF file with the verbatim font changed, but the HTML file generated by l2h shows that verbatim font size is NOT changed. So, I am thinking may be l2h does not su

[l2h] any one seen this perl error running latex2html under cygwin? fatal error - Internal error: TP_NUM_W_BUFS too small

2010-06-03 Thread Nasser M. Abbasi
Hello; I was trying to document installation of l2h under cygwin. I get this perl error when I run `make test` at the end of the process of installation of latex2html. The problem is clearly with perl on cygwin, but thought to ask here in case someone might have run l2h under cygwin and seen

[l2h] fyi,latex2html pre-packaged on fedora 13

2010-05-31 Thread Nasser M. Abbasi
I just installed fedora 13, and was happy to find that latex2html is allready packaged. So I just used yum to install it, with one click of the mouse. I installed all the latex and latex2html needed automatically. This is the main reason I switched from windows to linux! Compare a one click wi

[l2h] using -reuse 0 -subdir without interactive session asking if I want to delete subdir?

2010-05-24 Thread Nasser M. Abbasi
Hello; I like to create a subfolder to contain the output of l2h. So I use a command such as this: type l2h.bat latex2html -no_reuse -subdir hw10.tex The problem is that if folder hw10/ already exist, l2h will stop and ask me if I want to reuse images, or delete folder or quit. So I norma

Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-05-24 Thread Nasser M. Abbasi
listed on the above webpage) is the same. Any way, I am happy l2h is working again! --Nasser -- From: "Nasser M. Abbasi" Sent: Sunday, April 11, 2010 12:12 PM To: "Latex2Hmtl list" Subject: Re: [l2h] TMP strikes again! T

Re: [l2h] Unwanted, black, line segments under some images corresponding to LaTeX commandsprobably like \dot{\vec{r}}

2010-05-10 Thread Nasser M. Abbasi
- Original Message - From: Pat Somerville Hello. Using the year-2002 version of LaTeXHTML version 1.70 in the ouput, .html file I have horizontal, black, line segments under what correspond to probably \dot{\vec{r}} and \dot{\vec{v}} in the corresponding LaTeX, .tex file for some eq

Re: [l2h] HOw to install l2h on debian?

2010-04-16 Thread Nasser M. Abbasi
- Original Message - From: "Bob van der Poel" To: "Nasser M. Abbasi" ; "Latex2Hmtl list" Sent: Friday, April 16, 2010 8:22 PM Subject: Re: [l2h] HOw to install l2h on debian? In my current distribution, Ubunutu 9.10, I just had to click on the s

Re: [l2h] HOw to install l2h on debian?

2010-04-16 Thread Nasser M. Abbasi
It seems there is no latex2hml package for debian (may be one day there will be?). So, I went to http://packages.debian.org/search?keywords=latex2htmland since there is no date or version numbers on the links shown on the page (how does one expect to know which is the newest? this is so

Re: [l2h] HOw to install l2h on debian?

2010-04-16 Thread Nasser M. Abbasi
- Original Message - From: "Nasser M. Abbasi" To: "Latex2Hmtl list" Sent: Friday, April 16, 2010 1:53 PM Subject: [l2h] HOw to install l2h on debian? Hello; I installed sun virtual on windows, and installed debian on it to try l2h on it. In debian, I start the GUI app

[l2h] HOw to install l2h on debian?

2010-04-16 Thread Nasser M. Abbasi
Hello; I installed sun virtual on windows, and installed debian on it to try l2h on it. In debian, I start the GUI application called "Add/remove applications", then I search for application "latex2html", but it does not find it. This is debian/Linux version 2.6.26-2 I am also confused by

Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-04-11 Thread Nasser M. Abbasi
asser - Original Message - From: "Ross Moore" To: "Nasser M. Abbasi" Cc: "Latex2Hmtl list" Sent: Sunday, April 11, 2010 4:24 PM Subject: Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows On 12/04/2010, at 5:12 AM, Nasser M. Abbasi w

Re: [l2h] TMP strikes again! TMP folder blues with latex2html onwindows

2010-04-11 Thread Nasser M. Abbasi
he left G:\LATEX\GnuWin32\bin\pnmcrop.exe: cropping 1 col off the right = end = I do not see the error not found error now? Also, in the TMP folder, I now see the p2104.t01 file !! thanks - Original Message - From: "Nasser M. Abbasi" To: "

Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-04-11 Thread Nasser M. Abbasi
move to Linux from windows). If you you need more info, please let me know. Meanwhile, I'll update the list if I find what is wrong myself. thanks --Nasser - Original Message - From: "Les R" To: "Nasser M. Abbasi" Cc: "Latex2Hmtl list" Sent:

Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-04-11 Thread Nasser M. Abbasi
update: The TMP error is gone. I had a file access problem. Now it goes much further, but I am stuck at a somewhat familar error, but not able to find the solution. I get this error when I run latex2html on a tex file: "Error: Cannot read 'img62.png': No such file or directory Converting im

[l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-04-10 Thread Nasser M. Abbasi
Hello; My PC crashed. But my data is on a good disk. So, no problem, I rebooted my laptop, connected the USB disk where I have all my l2h installation, and added the needed environment variables again, and reinstalled MikTex. Now I am ready to reuse l2h I thought. The laptop is XP SP2 (home e

[l2h] Best GNU/linux distro for latex2html?

2010-04-10 Thread Nasser M. Abbasi
Hello; I am thinking of trying GNU/Linux, and was wondering if there is a better distro with respect to its support of l2h in terms of having the most up-2-date package and bug fixes. Would that be Debian by any chance? or are they all the same with this respect? I assume all the distro's

Re: [l2h] Relative/Absolute paths of images and failure when the images are accessed by the variable $TEXINPUTS

2010-01-20 Thread Nasser M. Abbasi
Hi All, I have managed to generate html files using the png files as input, but only when the png files were located in the same directory as the tex files. The way I include my png files is as follows \usepackage{graphicx} \begin{document} \includegraphics[]{file.png} So, if the file.pn

Re: [l2h] using includegraphics[] with image files having same names but in different folder?

2009-12-27 Thread Nasser M. Abbasi
Hello Ross; Using latex2html 2008. I just found a nasty problem. I am trying to convert a large latex file to html using latex2html. I have lots of images in different folders. in my latex file I have things like \includegraphics[]{A/e4.png} \includegraphics[]{B/e4.png} But because

[l2h] using includegraphics[] with image files having same names but in different folder?

2009-12-26 Thread Nasser M. Abbasi
Using latex2html 2008. I just found a nasty problem. I am trying to convert a large latex file to html using latex2html. I have lots of images in different folders. in my latex file I have things like \includegraphics[]{A/e4.png} \includegraphics[]{B/e4.png} But because the image file itse

Re: [l2h] Doesn't recognise HTML version 4.01 though version scriptexists for it

2009-12-09 Thread Nasser M. Abbasi
- Original Message - From: "Stuart Rossiter" P.S. Using version 2002-2-1 (v1.71) from Ubuntu packages; this appears to be the latest (final?) version. Is l2h still being actively maintained? http://www.ctan.org/tex-archive/support/latex2html/ has latex2html-2008.tar.gz 2008-09-

Re: [l2h] Math is being underlined

2009-11-27 Thread Nasser M. Abbasi
I think we were just talking about a problem like this on this mailing list just few weeks ago. check the mailing list archive. I wrote: "I found that the following setting ELIMINATED all the cropping bars from the math bitmapped images produced $MATH_SCALE_FACTOR = 1.8; $DISP_SCALE_FACTOR =

Re: [l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image

2009-11-17 Thread Nasser M. Abbasi
some l2h expert a hint where the problem could be? thanks, --Nasser - Original Message - From: "Nasser M. Abbasi" To: Sent: Thursday, November 12, 2009 7:44 PM Subject: Re: [l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-17 Thread Nasser M. Abbasi
shige 11/18 2009 Nasser M. Abbasi wrote: Illegal division by zero at G:\LATEX\latex2html\bin/latex2html.bat line 558. The error goes away when restting $PK_GENERATION = 0 If you use $PK_GENERATION, you must set $METAFONT_DPI in l2hconf.pm, or your initialization file

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-16 Thread Nasser M. Abbasi
From: "Ross Moore" r...@ics.mq.edu.au Hello Nasser, On 17/11/2009, at 3:05 AM, Nasser M. Abbasi wrote: (also posted on comp.text.tex) On windows, XP, SP2, using latex2html 2008 version, I get the following when I set $PK_GENERATION = 1 in the l2hconf.pm file Why would you

[l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-16 Thread Nasser M. Abbasi
(also posted on comp.text.tex) On windows, XP, SP2, using latex2html 2008 version, I get the following when I set $PK_GENERATION = 1 in the l2hconf.pm file latex2html -split 0 -no_subdir -local_icons -style="nma.css" index.tex $* is no longer supported at G:\LATEX\latex2html\bin/latex2html.b

[l2h] Fyi, report on installation of l2h on windows

2009-11-14 Thread Nasser M. Abbasi
Having had hard time getting l2h working on windows, I wrote down the steps with a diagram of the final tree. Hopefully this will help someone who wants to try l2h on windows. http://12000.org/my_notes/l2hwin/index.htm Please let me know if you think there are any errors. --Nasser __

Re: [l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image

2009-11-12 Thread Nasser M. Abbasi
I think your problem is similar to: [l2h] cropping bars --- problem persists :( http://tug.org/mailman/htdig/latex2html/2003-February/002205.html I have find an interesting observation which can give clue to some l2h expert where the problem is. The number of those bars at the edge of bitm

Re: [l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image

2009-11-12 Thread Nasser M. Abbasi
From: "Shigeharu TAKENO" To: "Nasser M. Abbasi" Cc: Sent: Thursday, November 12, 2009 3:46 AM Subject: Re: [l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image shige 11/12 2009 I think your problem

Re: [l2h] cannot request no stylesheet

2009-11-11 Thread Nasser M. Abbasi
hello; I was trying to find a way to tell l2h to use my own style sheet. Then I read this from 2002. But when I tried to see if the fix, described below, is actually in, I found it is _not_. I type latex2html -style "" foo.tex but I find that l2h still creates a .css file. According to th

[l2h] Some bitmapped images produced by latex2html contain solid edge at the bottom of the image

2009-11-10 Thread Nasser M. Abbasi
On windows XP, latex2html. Most of the problems with the installation are solved now. But there is still this one last problem. For some reason, SOME of the equations and math symbols, after they are converted to bitmapped images, have a solid edge at the bottom, which shows up as a solid bl

[l2h] The problem with having to be on the C:\ drive when running latex2html on windows. pstoimg.bat

2009-11-10 Thread Nasser M. Abbasi
I believe this is a known problem: When one installs latex2html on C:\ drive, then if one changes drive to say E:\ and try to run latex2html on some latex file on the E:\ drive, then the images can't be processed. One must be on the C:\ drive for latex2html to work. I was wondering if there

Re: [l2h] Fw: latex2html on windows: How to tell it NOT to usethe ALT attribute for the tage? tex2html_comment_mark problem

2009-11-08 Thread Nasser M. Abbasi
- Original Message - From: "Shigeharu TAKENO" To: "Nasser M. Abbasi" Cc: Sent: Tuesday, November 03, 2009 5:59 PM Subject: Re: [l2h] Fw: latex2html on windows: How to tell it NOT to usethe ALT attribute for the tage? tex2html_comment_mark problem

Re: [l2h] latex2html on windows: How to tell it NOT to use the ALTattribute for the tage? tex2html_comment_mark problem

2009-11-02 Thread Nasser M. Abbasi
Hello Everyone; I just wanted to say that this issue is no longer needs attention. I tried tex4ht which comes with MikTex and it is working fine. So I am switching to it as it is working for me. Best, --Nasser ___ latex2html mailing list latex2ht

Re: [l2h] latex2html on windows: How to tell it NOT to use the ALT attribute for the tage? tex2html_comment_mark problem

2009-11-02 Thread Nasser M. Abbasi
assume there are people on this mailing list who are using latex2html :) thanks, --Nasser - Original Message - From: "Nasser M. Abbasi" To: Sent: Sunday, November 01, 2009 7:35 PM Subject: Fw: latex2html on windows: How to tell it NOT to use the ALT attribute for

[l2h] Fw: latex2html on windows: How to tell it NOT to use the ALT attribute for the tage? tex2html_comment_mark problem

2009-11-01 Thread Nasser M. Abbasi
I posted this on the comp.test.tex then I found about this maling list, so I am posting this here. May be I can get help. Please let me know if you need any more information about this. Hello After spending 2 days of configuration blues on windows to get latex2html to finally generate image