I'm using the html.sty style and the \HTML command, like this:

   \documentstyle[html]{report}
   \begin{document}
   
   \def\inine{i960\HTML{SUP}{\HTML[size=1]{FONT}{(R)}}}
   
   This option is only available for \inine targets.
   
   \end{document}

I copied the html.sty into the same directory as the .tex source.

No problems with latex2html, but LaTEX itself balks at the \HTML
command:

   This is TeX, Version 3.14159 (C version 6.1)
   (demo3.tex
   LaTeX2e <1996/06/01>
   Hyphenation patterns for english, german, loaded.
   (/usr/lib/texmf/texmf/tex/latex/base/latex209.def
   Entering LaTeX 2.09 compatibility mode.
   (/usr/lib/texmf/texmf/tex/latex/base/tracefnt.sty)
   (/usr/lib/texmf/texmf/tex/latex/base/latexsym.sty)
   (/usr/lib/texmf/texmf/tex/latex/config/latex209.cfg
   (/usr/lib/texmf/texmf/tex/latex/tools/rawfonts.sty
   (/usr/lib/texmf/texmf/tex/latex/tools/somedefs.sty)
   (/usr/lib/texmf/texmf/tex/latex/base/Ulasy.fd))))
   (/usr/lib/texmf/texmf/tex/latex/base/report.cls
   Document Class: report 1996/05/26 v1.3r Standard LaTeX document class
   (/usr/lib/texmf/texmf/tex/latex/base/size10.clo)) (html.sty) (demo3.aux)
   ! Undefined control sequence.
   \inine ->i960\HTML 
                      {SUP}{\HTML [size=1]{FONT}{(R)}}
   l.6 This flag is only available for \inine
                                              targets.
   ? 

I thought that including html as my document style would have made the
\HTML command available to LaTEX, but apparently not.  Do I need to
\input it or something?

Thanks,

Dan Young

Reply via email to