Greetings!

In testing l2h 98.1p4, I found a small problem with \newboolean.  It
seems to exist in earlier versions, as well.

My input file is:
-----------------

\documentclass{article}
\usepackage{ifthen}
\usepackage{html}
\newboolean{flag}
\newcounter{xyz}
\begin{document}
\begin{makeimage}
This is forced to be an image.
\end{makeimage}
\end{document}


The output in images.tex is:
----------------------------

\batchmode
\documentclass{article}
\makeatletter
\usepackage{ifthen}
\usepackage{html}
newboolean{flag}

\newcounter{xyz}
\usepackage[dvips]{color}
\pagecolor[gray]{.7}
etc. etc.



Note the lack of a \ in front of "newboolean".  This produces a TeX
error!  The \newcounter command works OK, however.


--



 /-----------------------+------------------------------\
 | Herbert Swan          | Geophysical Research Group   |
 | ARCO AEPT             |                              |
 | 2300 W. Plano Parkway | Phone:  (972) 509-6588       |
 | Plano, Texas  75075   | Fax:    (972) 509-6482       |
 | Room:  PRC-D3310      | e-mail: [EMAIL PROTECTED]  |
 \-----------------------+------------------------------/


Reply via email to