On 7/10/2013 9:32 AM, Radhakrishnan CV wrote:


\documentclass{article}
\begin{document}

\ScriptEnv{html}
  {\NoFonts\hfill\break}
  {\EndNoFonts}

\begin{html}
<h2>This is HTML head 2 </h2>
\end{html}

\end{document}


Thank you very much, yes, this is what I wanted. It works now

-----------------------------------------

\documentclass{article}
\begin{document}

\ifdefined\HCode
\ScriptEnv{html}
 {\NoFonts\hfill\break}
 {\EndNoFonts}

\begin{html}
<h2>This is HTML head 2 </h2>

test

\end{html}
\fi

\end{document}
----------------------------------------

regards,
--Nasser

Reply via email to