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
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
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
\
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
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).
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
, 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
?
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
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 "
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
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
#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
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
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
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
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,
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
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
18 matches
Mail list logo