> I need to match the fonts that an existing HTML web page is using.
> For example:
> 
> <font align=right face=arial,helvetica size=1 color="black" 
>    STYLE="font-family:arial,helvetica;font-size:14pt;">
>    <b>School of Operations Research and Industrial Engineering</b>
> </font>       
> 
> I have been looking through the documentation, but it is not clear to me
> what the equivalent latex/latex2html code would be.  Any help appreciated.

2 possible solutions:

A.  use the  rawhtml  environment:
 
\begin{rawhtml}
<font align=right face=arial,helvetica size=1 color="black"
    STYLE="font-family:arial,helvetica;font-size:14pt;">
\end{rawhtml}
\textbf{School of Operations Research and Industrial Engineering}%
\begin{rawhtml}
</font>
\end{rawhtml}


B.  try using the  \HTMLcode  command.

This probably will not actually work, as  STYLE  is not
a valid attribute for <font> in HTML 3.2 .
You will need to use  -html_version=4.0   (or  4.1)


Another approach is to use a CSS style-sheet entry.


Hope this helps,

        Ross Moore

 
> Thank you,
> 
> -- 
> =======================================================================
> William T. Martin             email:  [EMAIL PROTECTED]
> Ithaca, NY 14853      
> Public Key: http://www.orie.cornell.edu/~martin/public_key.html
> =======================================================================
> _______________________________________________
> latex2html mailing list
> [EMAIL PROTECTED]
> http://tug.org/mailman/listinfo/latex2html

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to