Re: [l2h] image generation problem

2005-04-23 Thread jos
I think Ross mentioned earlier that overly large figures can cause extra blank images. You might search for "Overfull \vbox" in images.log. Since this is such a disaster when it happens, I have the following in all my Makefiles that run LaTeX2HTML: $(HTMLDIR): ... ... if (grep

Re: [l2h] newbie questions

2005-08-03 Thread jos
At 09:43 PM 8/2/2005, Clark Sims wrote: 2) I got latex2html to run, but the equations all have a grey background instead of the white background of the rest of the page. How can I get the equations to have a white background? You might make sure you have the patch described at https://bugzilla

Re: [l2h] Tilde problem

2006-01-03 Thread jos
eeds attention regarding link translation. If there is a workaround in the LaTeX source, please let me know what it is! Below is my test file in case anyone wants to try something out quickly: %&latex \documentclass{article} \usepackage{html} \begin{document} \begin{enumerate} \item This \

Re: [l2h] Tilde problem

2006-01-03 Thread jos
Thanks! It's not pretty (prints as '%7Ejos'), but it does work. - Julius At 12:57 PM 1/3/2006, Ian MacPhedran wrote: On Tue, 3 Jan 2006, jos wrote: > Since we're on the topic of the classic tilde problem, I have not yet > found a solution that works also for PD

Re: [l2h] Image conversion

2006-02-16 Thread jos
At 04:40 AM 2/16/2006, Shigeharu TAKENO wrote: In <[EMAIL PROTECTED]>, Julius Smith <[EMAIL PROTECTED]> wrote: | | > /usr/bin/ppmquant -floyd 256 /usr/bin/pnmtopng -interlace >! img577.png | ... | pnmremap failed, rc=13 | Segmentation fault This seems to be an error of pnmtopng (13 = SIGPIPE).

Re: [l2h] including a web counter

2007-07-02 Thread jos
I think you want \begin{rawhtml}. - jos At 10:08 AM 7/2/2007, [EMAIL PROTECTED] wrote: >hi there, > >I can compile without a problem my website from my .tex files. However now I >would like to add a web counter (or hit counter) to my main webpage. >I know how >to do that (cop

Re: [l2h] pstree?

2008-02-11 Thread jos
, study the INSTALL file further for ideas of what to try next. The example works for me if I hide my ~/.latex2html-init file and create a 'report' directory in the 'example' directory.  Below is my log.  I'm running Red Hat Fedora 7 Linux. - jos ls -l total 16 -rw-r--r-- 1

Re: [l2h] math mode and underline

2008-03-16 Thread jos
? See, e.g., http://ccrma.stanford.edu/~jos/webpub/Eliminating_Black_Rules_Under.html -- jos ___ latex2html mailing list latex2html@tug.org http://tug.org/mailman/listinfo/latex2html

Re: [l2h] Need dim and half dim symbols

2010-06-25 Thread jos
Here is what I use for the degree symbol: \providecommand{\degrees}{\mbox{${}^{\circ}$}} In principle this should put a slash through it: \providecommand{\slashdegrees}{\mbox{${}^{\mbox{\o}}$}} (Maybe something to try) - Julius At 02:25 PM 6/24/2010, Bob van der Poel wrote: I'm doing some "

Re: [l2h] Need dim and half dim symbols

2010-06-25 Thread jos
I just tried it and it worked ok for me. You might try $NO_SIMPLE_MATH = 1; in your .latex2html-init file - it looks like you want to force l2h to make an image instead of using HTML's superscripts - jos At 05:12 PM 6/24/2010, Bob van der Poel wrote: Thanks, but it's still n

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-11 Thread jos
Here is how I got around the black-bar problem: https://ccrma.stanford.edu/~jos/webpub/Eliminating_Black_Rules_Equation.html - jos At 12:15 PM 4/11/2011, Pat Somerville wrote: Thanks, Nasser M. Abbasi, for kindly taking the time to reply to me. I found the file /usr/lib/latex2html/l2hconf.pm

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-12 Thread jos
#x27;t yet traversed them all. I look forward to upgrading myself once all known bugs are fixed. - jos At 09:24 PM 4/11/2011, Pat Somerville wrote: Thanks, JOS, for kindly taking the time to reply to me. Did you find your workaround solutions to eliminate unwanted black line segments to work in a

Re: [l2h] What is a good way to introduce five or six consecutive, blank spaces within text in a .html file produced using LaTeX2HTML?

2011-10-13 Thread jos
conjunction with my .css file): https://ccrma.stanford.edu/~jos/pasp/Software_Delay_Line.html - jos At 02:58 PM 10/13/2011, Peter Flynn wrote: On 13/10/11 04:39, Pat Somerville wrote: Hello. This year of 2011 I wanted to include Fortran computer program code (footnote below) and output listings

Re: [l2h] LaTeX2HTML Development?

2011-10-14 Thread jos
I think it would be cool to set up the latest l2h on github|sourceforge|googlecode|etc. and freely allow new developers to join in. - jos At 05:13 PM 10/14/2011, Les R wrote: Hello L2H Folks, I've been wondering if there is going to be any ongoing development on L2H to add features or h

Re: [l2h] Unofficial latex2html 2009 version

2011-11-02 Thread jos
Hi Roland, That could be mine. Here is the story: https://ccrma.stanford.edu/~jos/webpub/Why_Fork_LaTeX2HTML_Distribution.html I would be happy to port my bugfixes into the 2008 version if they are still relevant. - jos At 12:41 PM 11/2/2011, Roland Stigge wrote: Hi, at Debian, I just

Re: [l2h] Problems with larger documents when generationg images

2012-01-23 Thread jos
Hi Mark, Search the latex2html source for "%.3d" and change 3 to 4 or whatever. Cheers, Julius At 02:47 AM 1/23/2012, Mark Duke wrote: Hi All, We want to use latex2html to create a really large document - as a pdf approximately 2000 pages. There are a considereable number (~4000) of images,

Re: [l2h] pstoimg

2012-08-15 Thread jos
Do you have both /usr/bin/ppmquant and /usr/bin/pnmtopng on your machine? If not, install the netpbm package. - jos At 06:53 AM 8/15/2012, Jenkins, Mack wrote: I hope that this is the right place to post this. I work in I/T support and have a couple of users who are having trouble with

Re: [l2h] Fwd: fw: Feature Request for Latex2HTML

2013-08-04 Thread jos
Hi Roland, I just fixed this for someone else (leaving equation-image ALT text complete instead of shortening it), and it was easy. In the latex2html script, I simply changed if ( length($alt) > 163 ) { to if ( $ALTMAXLENGTH && length($alt) > $ALTMAXLENGTH-2 ) { where I left $ALTM