next up previous
Next: Including postscript files Up: EXAMPLES OF THE USE Previous: Referencing other htmls


Including HTML commands

latex2html allows raw html commands to be included within the LaTeX source by using the environment rawhtml.

For example, the commands:

\begin{rawhtml}
<hr>
<form>
<ol>
<li> <input type="checkbox" name="wp" value="checkbox1"> 
	Here is a dummy checkbox
<li> <input type="checkbox" name="wp" value="checkbox2"> 
	Here is another
</ol>
<input type="submit" value="Here a a dummy submit button">
</form>
<hr>
Is this ace or what ??!
<hr>
\end{rawhtml}
results in the following when processed by latex2html:


Is this ace or what ??!
(nothing when processed by LaTeX).



Mike Corcoran 2001-08-22