Hi Avinash.

        How's itrans coming along ?
        ... or your new system ?

> I just downloaded 98.2beta8, and am seeing some problems,
> was wondering if anyone has any input on these:
> 
> *********
> Problem 1) If I have comments before a \documentclass command,
> the images.tex file contains a extra character > in images.tex,
> which causes latex to generate an empty page, which later causes
> pnmcrop, etc to  core dump.

I'll take a look at this.
It can't be too difficult to fix.
 
> 
> will generate this in images.tex:
> \nonstopmode
> <% Just a comment
> \documentclass[11pt]{article}
> 
> **********
> Problem 2) I have a huge longtable (covers 3 pages in printed text)
> that I need to convert in a HTML doc, but I need this entire table
> to be converted as a single image.

You want an image ? not a <TABLE> ?
That will be one huge bitmap, but it shoud be possible,
provided your system has the memory to do it.

> ... So, I use \begin{makeimage}
> for the entire table, but this causes empty images and core
> dumps on the NetPBM tools. Seems like the .ps files generated are
> invalid - they crop images to a letter size page (USA) which crops

Set the $PAPERSIZE variable, to say 'a3' or maybe 'a2' or larger.
LaTeX2HTML translates the ISO A and B sizes to points and passes these
values to the  programs that need them.


> my 3 page table to a single page, and they
> create empty pages. Is this fixable or is there a workaround?
> Right now, my fix is to manually break up the longtable into multiple
> longtables that exactly fit on one page, and then use makeimage
> around each of those tables...this process becomes too tedious,
> was wondering if there is anything easier possible...

Yes. Set $PAPERSIZE='a2'; within  .latex2html-init  or other initialisation file.

Is this for the new translator ?
I'd like to see it when you're ready.

        Cheers,

                Ross Moore

> Thanks!
> 
> 
> -- 
> Avinash Chopde  
> e-mail: [EMAIL PROTECTED]
> home page: http://www.aczone.com/

Reply via email to