[l2h] Using special characters

Shigeharu TAKENO shige at iee.niit.ac.jp
Thu Jun 6 03:03:34 CEST 2019


shige 06/06 2019
----------------

bob at mellowood.ca wrote:
| represented by a
| \latex{``\raisebox{.7em}{\rotatebox{270}{\textbf{(\raisebox{.5ex}{.}}}}''}
| \html{ 𝄐 }
| above a note.
| 
| And this works perfectly for the generated PDF file. But, the html doesn't
| work. For some reason it's generating
| 
|   𝄐
| 
| so somehow I need to get rid of the "amp;" portion. I've tried quoting the
| "&" with a "\" but that doesn't help. Thanks!

If you want to write raw html code in your latex file, you should
use rawhtml environment provided in html package. Please try:

 \latex{``\raisebox{.7em}{\rotatebox{270}{\textbf{(\raisebox{.5ex}{.}}}}''}
 \html{\begin{rawhtml}𝄐\end{rawhtml}}

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+


More information about the latex2html mailing list