<div dir="ltr"><div><div><div>I've given TeX coding below:<br><br>\documentclass{book}<br>\usepackage{amsmath,color,framed}<br>\usepackage{hyperref}<br><br>\begin{document}<br><br>$a^{\dagger}\langle 0\rangle \sim \langle 1\rangle$<br><br>   $a^{\dagger}( 0) \sim ( 1)$<br><br>   $a^{\dagger}[0] \sim [1]$<br><br>   \end{document}<br><br></div>I need the below requirement in HTML file:<br><br>1. Space came before and after the command \sim when round and square bracket comes, but if \langle and \rangle comes then the space is not coming, and it should come<br><br>2.    Then the character "/" and hexa code is &x2215; and it should come in roman (both text and math) always but it came as italic.<br><br>3. In inline equations, Comma and Period always should come in roman, and now it came in italic<br><br>4. The tag \cdots converted as image but it should come as hex unicode<br><br>   How can I fix this? Please help...<br><br>   I am using the command "htlatex test "xhtml" " -cunihft" " -cvalidate -p"" for conversion...<br><br></div>Thanks,<br></div>MadYuv...<br></div>