[l2h] images problem

Harry Bingham Harry Bingham <hbb@imm.dtu.dk>
Thu, 13 Jul 2000 11:09:02 +0200


This is a multi-part message in MIME format.
--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Dear l2h list,

I have an irritating problem converting a simple 
file to html.  I am using the vita class to 
produce a CV.  As long as the CV stays on one 
page everything works OK.  As soon as it 
moves onto the second (html) page, the images.tex 
file begins to produce one or more empty pages in 
the images.dvi file, which then crashes the image 
conversion process.  Can anyone give me some 
advice on how to avoid this?  I have access to 
2 systems and 2 versions of latex2html and the 
same thing happens on both, so I don't think 
it's an installation or version issue.  

I attach two sample latex files, and a log 
of running latex2html -debug on them.  

-Harry Bingham
--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="test.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="test.tex"

\documentclass[Science]{vita}

%\topmargin -13mm
\textwidth 150mm % A4 paper
\textheight 220mm
\oddsidemargin 4mm


\begin{document}

\name{Harry B. Bingham}


\businessAddress{My address at work\\
on three or four\\
lines \\
plus a phone \# \\
hbb@imm.dtu.dk }

\homeAddress{My home address \\
on 2 lines \\
plus a phone \# }



\begin{vita}

\begin{Employment}
\item
{\bf Some place where I work } \\
A brilliant description of my job.


\end{Employment}



\end{vita}

\end{document}



--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="test2.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="test2.tex"

\documentclass[Science]{vita}


\begin{document}

\name{Harry B. Bingham}


\businessAddress{My address at work\\
on three or four\\
lines \\
plus a phone \# \\
hbb@imm.dtu.dk }

\homeAddress{My home address \\
on 2 lines \\
plus a phone \# }


\begin{vita}

\begin{Employment}
\item
{\bf Some place where I work } \\
A brilliant description of my job.


\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\item
{\bf Another place where I worked } \\
Exciting description of that job.

\end{Employment}

\newpage

\begin{Degrees}

\item
{\bf A University } \\
A degree from this place.

\item
{\bf A University } \\
A degree from this place.

\item
{\bf A University } \\
A degree from this place.

\item
{\bf A University } \\
A degree from this place.

\item
{\bf A University } \\
A degree from this place.


\end{Degrees}

\end{vita}

\end{document}



--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="vita.cls"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="vita.cls"

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{vita}[1996/10/09
                     class file ``vita'' to create Curriculum Vitae]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% (C) Copyright 1995, Andrej Brodnik, ABrodnik@UWaterloo.CA. All
%% rights reserved.
%%
%% This is a generated file. Permission is granted to to customize the 
%% declarations in this file to serve the needs of your installation. 
%% However, no permission is granted to distribute a modified version of 
%% this file under its original name. 
%% 
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%%
%%---

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%    - based on vita.sty by kcb@hss.caltech.edu
%    - 1995/02/07: the first version
%    - 1996/10/09: if there is no business address the field is
%                  left out
%
% User documentation: This class file only provides basic definitions
% =================== of environments, which are then used in class
% option files to instantiate entries for different disciplines. Thus,
% create your document as follows:
%
%    \documentclass[<discipline>]{vita}
%    \begin{document}
%      \name{Andrej Brodnik}
%      \businessAddress{First line \\ second line of bussines address}
%      \homeAddress{Again \\ multiline address \\ perhaps with phone number}
%    \begin{vita}
%      % here comes a real Curriculum Vitae for particular <discipline>
%    \end{vita}
%    \end{document}
%
% where it is assumed that file ``vita<discipline>.clo'' exists and defines
% proper categories used in given discipline. For detail explanation on
% categories in different disciplines see individual ``.clo'' files.
%
% The output will have format:
%
%   o on the first page will appear a title ``Curriculum Vitae'' (to
%     change it, see below under i18n notes -- internationalization)
%   o below will be your name
%   o below, side by side, your business and home address headed
%     by strings ``Business address'' and ``Home address''
%     respectively (to change these strings see below in i18n notes).
%   o then will follow the rest of CV as defined by ``<discipline>.clo''
%     file.
%   o the header of each but first page will include your name and the
%     page number.
%   o on the last page in the bottom right you will have the current
%     date, that is month and year (to change this, see below under
%     i18n notes).
%
%------
%
% i18n NOTES: If you are making CV for some other language, you have to
% =========== redefine:
%   - title:
%       o use command:   ``\title{<new title>}''
%       o default value: ``Curriculum Vitae''
%   - date:   
%       o use command:   ``\today{<date})''
%       o default value: ``<current month>, <current year>'' (in English)
%   - addresses headers:
%       o use command:   ``\HeaderBusiness{<new header>}''
%                        ``\HeaderHome{<new header>}''
%       o default value: ``Business address''
%                        ``Home address''
%
%------
%
% System documentation: class ``vita'' is based on the class
% ===================== ``article''. It changes the title into
% <default value> (see i18n notes) and the name becomes an
% author. Individual categories, publications and references are
% implemented using ``description'' environment. 
%
%----------------------------------------

%%%%
%
% Process options and load class article:
%---
\let\@optionsToInput=\@empty
\DeclareOption*{
  \IfFileExists{vita\CurrentOption.clo}%
    {\edef\@optionToInput{vita\CurrentOption.clo}}%
    {\PassOptionsToClass{\CurrentOption}{article}}
}
\ProcessOptions
\LoadClass{article}

%%%%
%
% First all i18n definitions:
%---
\title{Curriculum Vitae}
\renewcommand{\today}{
  \ifcase\month\or
    January\or February\or March\or April\or May\or June\or
    July\or August\or September\or October\or November\or December\fi,
  \space\number\year}
\newcommand\HeaderBusiness[1]{\def\@businessAddressHeader{#1}}
  \HeaderBusiness{Business Address}
\newcommand\HeaderHome[1]{\def\@homeAddressHeader{#1}}
  \HeaderHome{Home Address}

%%%%
%
% Next, header definitions:
%---
\date{\relax}
\newcommand{\name}[1]{
  \renewcommand{\@author}{#1} \markright{\protect\small\@author}
}
\newcommand{\businessAddress}[1]{\def\@businessAddress{#1}}
  \businessAddress{}
\newcommand{\homeAddress}[1]{\def\@homeAddress{#1}}
  \homeAddress{}

%%%%
%
% \maketitle command, which prints out the title and the name of person
%---
\renewcommand{\maketitle}{\newpage
  \global\@topnum\z@   % Prevents figures from going at top of page.
  \begin{center}
    {\LARGE \@title}

    \medskip

    {\large \@author}
  \end{center}

  \bigskip

  \thispagestyle{plain}

  \gdef\@author{}\gdef\@title{}
}

%%%%
%
% ``vita'' environment:
%---
\pagestyle{empty}
\newenvironment{vita}{
     % first page is empty style though the following pages have on the
     % right side written the name from the \name command
  \ifx\@author\@empty\@warning{Missing name command}\fi
     % next we start to layout information. First the title and the
     % name,

  \maketitle
     % followed by both addresses,
  \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll@{}}
    \begin{tabular}[t]{@{}l@{}}
    \ifx\@businessAddress\@empty\mbox{}\else
       {\small \@businessAddressHeader:}
    \\ \@businessAddress
    \fi
    \end{tabular}
  &
    \ifx\@homeAddress\@empty\@warning{Missing home address}%
    \else
      \begin{tabular}[t]{@{}l@{}}
         {\small \@homeAddressHeader:}
      \\ \@homeAddress
      \end{tabular}
    \fi
  \end{tabular*}

  \bigskip

  \thispagestyle{empty}
}{   % quite at the bottom of last page we have a date
  \par\nopagebreak\vfill\hfill \today
}%end vita environment

%%%%
%
% Curriculum vitae consists of categories which we create using
% command:
%
%      \newcategory[The name]{The label}
%
% where <The name> is written in bold character as a small title of
% category. It appears at the left margine of a page. If <The name>
% parameter is missing, it takes the same value as <The label>, which,
% in turn is used to refer to individual category. For example
% commands:
%
%      \newcategory{Name of category}
%      \newcategory[Name of category]{Name of category}
%
% have the same result. Now, to use category:
%
%      \newcategory[Some category]{some other name}
%
% the input has form:
%
% \begin{some other name}
%   \item The first item
%   \item The second one etc.
% \end{some other name}
%
% and the category will have on the output title ``Some category''.
% Entries in each category are preceded by \item.
%
%-----
% i18n NOTE: One can use as the names of categories strings in
% ========== different languages, but the labels can be the same in
% the same language, which is useful if you have a single CV and you
% want outputs in different languages.
%---
\def\@newCategory[#1]#2{%
  \newenvironment{#2}{\medskip\pagebreak[2]\par
    \textbf{\small #1}\nopagebreak
    \begin{description}}{\end{description}\par}
}
\def\@noNameCategory#1{\@newCategory[#1]{#1}}
\def\newcategory{\@ifnextchar[{\@newCategory}{\@noNameCategory}}

%%%%
%
% Inside categories we have different ``kinds'' (such as different
% publications), which we create using command \newkind. It has the
% same parameters as \newcategory and all comments at command
% newcategory are also valid here.
%---
\def\@newKind[#1]#2{%
  \newenvironment{#2}{
    \pagebreak[2]
    \item \textbf{\small #1}\nopagebreak
      \begin{description}
  }{  \end{description}\par }
}
\def\@noNameKind#1{\@newKind[#1]{#1}}
\def\newkind{\@ifnextchar[{\@newKind}{\@noNameKind}}

%%%%
%
% There is a special category ``plaincategory'' which entries are
% simply listed without any indentation, and in particular, multiple
% references are separated by \and command. It can be used for
% references.
%---
\def\@newPlainCategory[#1]#2{%
  \newenvironment{#2}{
    \medskip\pagebreak[2]\par
    \textbf{\small #1}\nopagebreak
    \renewcommand{\and}{
             \end{tabular}
      \item[]\begin{tabular}[t]{l}
    }
    \begin{description}
    \item[] \begin{tabular}[t]{l}
  }{        \end{tabular}
    \end{description}\par
  }
}
\def\@noNamePlainCategory#1{\@newPlainCategory[#1]{#1}}
\def\newplaincategory{\@ifnextchar[{\@newPlainCategory}{\@noNamePlainCategory}}

%%%%
%
% Finally, formatting parameters and the possible option to input:
%---
\pagestyle{myheadings}
\parindent 0pt
\nofiles

\ifx\@optionToInput\@empty\relax
\else \input \@optionToInput
\fi

--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="vitaScience.clo"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="vitaScience.clo"

\ProvidesFile{ComputerScience.clo}
        [1995/02/07 vita class option file for Computer Science]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% (C) Copyright 1995, Andrej Brodnik, ABrodnik@UWaterloo.CA. All
%% rights reserved.
%%
%% This is a generated file. Permission is granted to to customize the 
%% declarations in this file to serve the needs of your installation. 
%% However, no permission is granted to distribute a modified version of 
%% this file under its original name. 
%% 
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%%
%% Based on (HS):
%% --------------
%% AUTHOR, ETC.: Van Leunen, Mary-Claire.
%% TITLE: A handbook for scholars / Mary-Claire van Leunen.
%% SUBJECT(S): Authorship - Handbooks, manuals, etc.
%% EDITION: Rev. ed.
%% IMPRINT: New York : Oxford University Press, 1992.
%% NOTES: Includes index.
%% ISBN: 0195069536 (alk. paper)
%% LANGUAGE: eng
%% PHYSICAL DESCRIPTION: xi, 348 p. : ill. ; 22 cm.
%%
%% File containing Curriculum vitae consists of three parts:
%%  o header which defines all user dependent information, such as
%%    name and addresses.
%%  o the content
%%
%% The content is further subdivided into categories each of which
%% starts with ``\begin{Name of category}''\footnote{There can be
%% spaces in the name of category} and ends by
%% ``\end{category}''.\footnote{The complete list of available
%% categories is provided below and also how one can add new
%% categories.}.
%%
%% A category ``Publications'' consists of ``kinds'' which list is also
%% provided below and can be supplemented.
%%
%% Entries in different categories and kinds are separated (start) with
%% command ``\item''. The only difference is a category ``References''
%% which entries are separated by command ``\and''. Here is a very
%% short example of usage:
%%
%%----------------------------------------
%% \documentclass[ComputerScience]{vita}
%%
%% \begin{document}
%%   \name{Andrej Brodnik}
%%   \businessAddress{First line \\ second line of bussines address}
%%   \homeAddress{Again \\ multiline address \\ perhaps with phone number}
%%
%% \begin{vita}
%% \begin{Degrees}
%%   \item B.S. etc.
%%   \item Ph.D. ...
%% \end{Degrees}
%%
%% \begin{Publications}
%%   \begin{Books}
%%     \item My First One
%%     \item My Last One
%%   \end{Books}
%%
%%   \begin{Papers in Refereed Journals}
%%     \item My First One
%%     \item My Last One
%%   \end{Papers in Refereed Journals}
%%
%% \end{Publications}
%%
%% \begin{References}
%%    The first person
%% \\ his address
%% \\ in multiple lines
%%
%% \and
%%
%%    The second person
%% \\ again, multiple lines
%% \end{References}
%%
%% \end{vita}
%% \end{document}
%%----------------------------------------

%%%%
%
% First categories. According to HS we predefine the following
% categories:
%   o ``Degrees''
%   o ``Additional education''
%   o ``Experience''
%   o ``Honors''
%   o ``Grants''
%   o ``Memberships''
%   o ``Personal information''
%   o ``Publications''
%
% and additionally:
%   o ``Work in Progress''
%   o ``Professional activities''
%
% However, one can define additional categories using command
% ``\newcategory'' (see ``vita.cls'' file for details).
%---
\newcategory{Degrees}
\newcategory{Additional education}
\newcategory{Employment}
\newcategory{Honors}
\newcategory{Grants}
\newcategory{Memberships}
\newcategory{Personal information}
\newcategory{Publications}
\newcategory{Work in progress}
\newcategory{Professional activities}

%%%%
%
% There are several ``kinds'' of publications and we predefine the
% following ones:
%  o ``Books''
%  o ``Papers in Refereed Journals''
%  o ``Papers at Refereed Conferences''
%  o ``Papers at Unrefereed Conferences''
%  o ``Editorial Work''
%  o ``Invited seminars''
%
% To define new kinds see ``vita.cls'' file for details.
%---
\newkind{Books}
\newkind{Journals}
\newkind{Conference Proceedings}
\newkind{Theses}
\newkind{Editorial Work}
\newkind{Invited seminars}

%%%%
%
% Finally, we have also references which are so called ``plain
% category''. Note that multiple references are separated by
% the ``\and'' command.
%
% To define additional plain categories see file ``vita.cls'' for
% details.
%---
\newplaincategory{References}

--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="log_1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="log_1"

serv3:/home3/hbb/text/Resume $ latex2html -debug test

This is LaTeX2HTML Version 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos,
 Computer Based Learning Unit, University of Leeds.

Revised and extended by:
 Marcus Hennecke, Ross Moore, Herb Swan and others
...producing markup for HTML version 3.2  


Loading /usr/unic/share/latex2html/98.1/versions/html3_2.pl

 *** processing declarations ***
Starting at 963475526 seconds
OPENING /home3/hbb/text/Resume/test.tex 


/usr/unic/share/latex2html/98.1/texexpand -debug -auto_exclude  -save_styles test/TMP/styles /home3/hbb/text/Resume/test.tex > test/TMP/test
texexpand: TeX inputs are in:
texexpand:   .
texexpand:   .
texexpand:   /home3/hbb/text/Resume
texexpand:   /home3/hbb/text/Resume
texexpand:   /usr/local/lib/tex/macros
texexpand: %--- Found class: \documentclass[Science]{vita}


 *** finished child process: #23253

 ***  `texexpand' done ***


 ***  database open ***

Loading /usr/unic/share/latex2html/98.1/styles/texdefs.perl...

Reading ...
%++
wrapping raw arg commands 
@@@@@@@@@@@

Translating ...
0/1:top of test: for test.html

 *** translating preamble ***
.
Warning: No implementation found for document class: vita....
 *** preamble done ***
;.............;...

1/1:sectionstar:."About this document ... " for node1.html
;;.

Writing image file ...

latex ./images.tex


latex ./images.tex
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/usr/unic/share/teTeX-texmf/1.0/texmf/web2c/il1-t1.tcx)
(./images.tex
LaTeX2e <1999/12/01> patch level 1
Babel <v3.6Z> and hyphenation patterns for american, danish, loaded.

(/home3/hbb/text/Resume/vita.cls
Document Class: vita 1996/10/09 class file ``vita'' to create Curriculum Vitae
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/base/article.cls
Document Class: article 1999/09/10 v1.4a Standard LaTeX document class
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/base/size10.clo))
No auxiliary output files.

) (/home3/hbb/text/Resume/vitaScience.clo)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/color.sty
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/config/color.cfg)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/dvips.def)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/dvipsnam.def))
No file images.aux.
latex2htmlLength hsize=349.0pt
latex2htmlLength vsize=708.96062pt
latex2htmlLength hoffset=0.0pt
latex2htmlLength voffset=0.0pt
latex2htmlLength topmargin=0.0pt
latex2htmlLength topskip=0.00003pt
latex2htmlLength headheight=0.0pt
latex2htmlLength headsep=0.0pt
latex2htmlLength parskip=0.0pt plus 1.0pt
latex2htmlLength oddsidemargin=11.38109pt
latex2htmlLength evensidemargin=11.38109pt

LaTeX Warning: No \author given.


LaTeX Warning: Missing home address on input line 97.

l2hSize :vita6:144.0pt::1.94444pt::349.0pt.
[1] )
Output written on images.dvi (1 page, 696 bytes).
Transcript written on images.log.

 *** finished child process: #23262

Generating postscript images using dvips ...

images will be generated in /home3/hbb/text/Resume/test/l2h23249/ 
dvips -E -S 1 -i  -M  -o /home3/hbb/text/Resume/test/l2h23249/image ./images.dvi


dvips -E -S 1 -i  -M  -o /home3/hbb/text/Resume/test/l2h23249/image ./images.dvi

This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
' TeX output 2000.07.13:1005' -> /home3/hbb/text/Resume/test/l2h23249/image
(-> /home3/hbb/text/Resume/test/l2h23249/image001) <texc.pro><special.pro>
<color.pro>[1] 

 *** finished child process: #23288


/usr/unic/share/latex2html/98.1/pstoimg -tmp /home3/hbb/text/Resume/test/l2h23249/  -gif -debug -discard -interlace -antialias -depth 1 -scale 1.6 -geometry 348x145 -margins 83,72 -transparent -out img1.gif /home3/hbb/text/Resume/test/l2h23249/image001.ps

current directory is /home3/hbb/text/Resume/test/ ...

temp directory is /home3/hbb/text/Resume/test/l2h23249/ ...

Using /home3/hbb/text/Resume/test/l2h23249/ as tmp directory
pstoimg: EPSF dimensions are 350x137
Running /usr/unic/bin/gs -q -dNOPAUSE -dNO_PAUSE  -sDEVICE=ppmraw -g560x219 -r115 -dTextAlphaBits=4  -sOutputFile=image001.ppm
GS>-82 -574 translate
GS>(image001.ps) run
GS>showpage
GS>quit
GS>
Image is PPM, 560x219
Running /usr/unic/libexec/netpbm/1mar1994/bin/pnmcrop < image001.ppm | /usr/unic/libexec/netpbm/1mar1994/bin/ppmquant -floyd 256 | /usr/unic/libexec/netpbm/1mar1994/bin/ppmtogif -interlace -trans '#ffffff'  > img1.gif
pnmcrop: cropping 1 row off the top
pnmcrop: cropping 2 cols off the left
pnmcrop: cropping 2 cols off the right
ppmquant: making histogram...
ppmquant: 16 colors found
ppmquant: choosing 256 colors...
ppmquant: mapping image to new colors...
ppmtogif: computing colormap...
ppmtogif: 16 colors found
Writing img1.gif

Output image is in file: /home3/hbb/text/Resume/test/l2h23249/img1.gif

 *** finished child process: #23314

Writing image: img1.gif
Doing section links .....

*********** WARNINGS ***********  
No implementation found for style `vita'
No implementation found for style `Science'

Unknown commands: name businessAddress homeAddress
Done.
Timing: 3 seconds
serv3:/home3/hbb/text/Resume $ latex2html -debug test


This is LaTeX2HTML Version 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos,
 Computer Based Learning Unit, University of Leeds.

Revised and extended by:
 Marcus Hennecke, Ross Moore, Herb Swan and others
...producing markup for HTML version 3.2  


Loading /usr/unic/share/latex2html/98.1/versions/html3_2.pl

 *** processing declarations ***
Starting at 963475563 seconds
OPENING /home3/hbb/text/Resume/test.tex 
Cannot create directory test: File exists
Reusing directory test:


/usr/unic/share/latex2html/98.1/texexpand -debug -auto_exclude  -save_styles test/TMP/styles /home3/hbb/text/Resume/test.tex > test/TMP/test
texexpand: TeX inputs are in:
texexpand:   .
texexpand:   .
texexpand:   /home3/hbb/text/Resume
texexpand:   /home3/hbb/text/Resume
texexpand:   /usr/local/lib/tex/macros
texexpand: %--- Found class: \documentclass[Science]{vita}


 *** finished child process: #23365

 ***  `texexpand' done ***


 ***  database open ***

Loading /usr/unic/share/latex2html/98.1/styles/texdefs.perl...

Reading ...
%++
wrapping raw arg commands 
@@@@@@@@@@@

Translating ...
0/1:top of test: for test.html

 *** translating preamble ***
.
Warning: No implementation found for document class: vita....
 *** preamble done ***
;.............;...

1/1:sectionstar:."About this document ... " for node1.html
;;.

Doing section links .....

*********** WARNINGS ***********  
No implementation found for style `vita'
No implementation found for style `Science'

Unknown commands: name businessAddress homeAddress
Done.
Timing: 1 seconds
serv3:/home3/hbb/text/Resume $ serv3:/home3/hbb/text/Resume $ 
--------------5D220F2ABE076888BE61EFC3
Content-Type: text/plain; charset=us-ascii;
 name="log_2"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="log_2"

serv3:/home3/hbb/text/Resume $latex2html -debug test2 latex2html -debug test2 

This is LaTeX2HTML Version 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos,
 Computer Based Learning Unit, University of Leeds.

Revised and extended by:
 Marcus Hennecke, Ross Moore, Herb Swan and others
...producing markup for HTML version 3.2  


Loading /usr/unic/share/latex2html/98.1/versions/html3_2.pl

 *** processing declarations ***
Starting at 963475413 seconds
OPENING /home3/hbb/text/Resume/test2.tex 


/usr/unic/share/latex2html/98.1/texexpand -debug -auto_exclude  -save_styles test2/TMP/styles /home3/hbb/text/Resume/test2.tex > test2/TMP/test2
texexpand: TeX inputs are in:
texexpand:   .
texexpand:   .
texexpand:   /home3/hbb/text/Resume
texexpand:   /home3/hbb/text/Resume
texexpand:   /usr/local/lib/tex/macros
texexpand: %--- Found class: \documentclass[Science]{vita}


 *** finished child process: #23104

 ***  `texexpand' done ***


 ***  database open ***

Loading /usr/unic/share/latex2html/98.1/styles/texdefs.perl...

Reading ...
++
wrapping raw arg commands 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Translating ...
0/1:top of test2: for test2.html

 *** translating preamble ***
.
Warning: No implementation found for document class: vita.
 *** preamble done ***
;.............;...

1/1:sectionstar:."About this document ... " for node1.html
;;.

Writing image file ...

latex ./images.tex


latex ./images.tex
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/usr/unic/share/teTeX-texmf/1.0/texmf/web2c/il1-t1.tcx)
(./images.tex
LaTeX2e <1999/12/01> patch level 1
Babel <v3.6Z> and hyphenation patterns for american, danish, loaded.

(/home3/hbb/text/Resume/vita.cls
Document Class: vita 1996/10/09 class file ``vita'' to create Curriculum Vitae
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/base/article.cls
Document Class: article 1999/09/10 v1.4a Standard LaTeX document class
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/base/size10.clo))
No auxiliary output files.

) (/home3/hbb/text/Resume/vitaScience.clo)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/color.sty
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/config/color.cfg)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/dvips.def)
(/usr/unic/share/teTeX-texmf/1.0/texmf/tex/latex/graphics/dvipsnam.def))
No file images.aux.
latex2htmlLength hsize=349.0pt
latex2htmlLength vsize=633.0pt
latex2htmlLength hoffset=0.0pt
latex2htmlLength voffset=0.0pt
latex2htmlLength topmargin=0.0pt
latex2htmlLength topskip=0.00003pt
latex2htmlLength headheight=0.0pt
latex2htmlLength headsep=0.0pt
latex2htmlLength parskip=0.0pt plus 1.0pt
latex2htmlLength oddsidemargin=62.0pt
latex2htmlLength evensidemargin=62.0pt

LaTeX Warning: No \author given.


LaTeX Warning: Missing home address on input line 93.

l2hSize :vita6:682.0pt::1.94444pt::349.0pt.
[1]
Overfull \vbox (49.0pt too high) has occurred while \output is active [2]
! Infinite glue shrinkage found on current page.
\newpage ...k \@nobreakfalse \everypar {}\fi \par 
                                                  \vfil \penalty -\@M 
l.150 \hfill\lthtmlcheckvsize\clearpage
                                       }
[3] )
(see the transcript file for additional information)
Output written on images.dvi (3 pages, 2952 bytes).
Transcript written on images.log.

 *** finished child process: #23113

Generating postscript images using dvips ...

images will be generated in /home3/hbb/text/Resume/test2/l2h23100/ 
dvips -E -S 1 -i  -M  -o /home3/hbb/text/Resume/test2/l2h23100/image ./images.dvi


dvips -E -S 1 -i  -M  -o /home3/hbb/text/Resume/test2/l2h23100/image ./images.dvi

This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
' TeX output 2000.07.13:1003' -> /home3/hbb/text/Resume/test2/l2h23100/image
(-> /home3/hbb/text/Resume/test2/l2h23100/image001) <texc.pro><special.pro>
<color.pro>[1] (-> /home3/hbb/text/Resume/test2/l2h23100/image002) <texc.pro>
<special.pro><color.pro>[2] 
(-> /home3/hbb/text/Resume/test2/l2h23100/image003) <texc.pro><special.pro>
<color.pro>[3] 

 *** finished child process: #23141


/usr/unic/share/latex2html/98.1/pstoimg -tmp /home3/hbb/text/Resume/test2/l2h23100/  -gif -debug -discard -interlace -antialias -depth 1 -scale 1.6 -geometry 348x681 -margins 134,72 -transparent -out img1.gif /home3/hbb/text/Resume/test2/l2h23100/image001.ps

current directory is /home3/hbb/text/Resume/test2/ ...

temp directory is /home3/hbb/text/Resume/test2/l2h23100/ ...

Using /home3/hbb/text/Resume/test2/l2h23100/ as tmp directory
pstoimg: Page dimensions are 612x792
Running /usr/unic/bin/gs -q -dNOPAUSE -dNO_PAUSE  -sDEVICE=ppmraw -g582x1128  -r115 -dTextAlphaBits=4  -sOutputFile=image001.ppm
GS>-129 -31 translate
GS>(image001.ps) run
GS>showpage
GS>quit
GS>
Image is PPM, 582x1128
Running /usr/unic/libexec/netpbm/1mar1994/bin/pnmcrop < image001.ppm | /usr/unic/libexec/netpbm/1mar1994/bin/ppmquant -floyd 256 | /usr/unic/libexec/netpbm/1mar1994/bin/ppmtogif -interlace -trans '#ffffff'  > img1.gif
pnmcrop: cropping 1128 rows off the top
pnmcrop: cropping 581 cols off the left
ppmquant: making histogram...
ppmquant: 0 colors found
ppmquant: choosing 256 colors...
ppmtogif: EOF / read error reading magic number
pstoimg: Conversion failed: No such file or directory

Output image is in file: /home3/hbb/text/Resume/test2/l2h23100/img1.gif

 *** finished child process: #23168

Error while converting image: No such file or directory

Doing section links .....

*********** WARNINGS ***********  
No implementation found for style `vita'
No implementation found for style `Science'

Unknown commands: name businessAddress homeAddress
Done.
Timing: 3 seconds






--------------5D220F2ABE076888BE61EFC3--