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.

Example input file:

% Just a comment
\documentclass[11pt]{article}

\begin{document}

  \begin{makeimage}
        AA
  \end{makeimage}

\end{document}

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. 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
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...

Thanks!


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

Reply via email to