Discussion:
LaTeX in html
brayanrojas18
2007-06-08 18:00:12 UTC
Permalink
why can included LaTeX in HTML language, if help me, thank you
Antonio Olivares
2007-06-08 19:56:42 UTC
Permalink
Post by brayanrojas18
why can included LaTeX in HTML language, if help me,
thank you
Do you want to include a LaTeX file inside an html
file?

You can use
<pre>

Your latex source file here

cut + pasted

</pre>

and it will be shown in HTML.

If you want your latex file to be seen through, dvi,
ps, pdf, and converted from LaTeX to HTML

you need to use verbatim environment

\begin{verbatim}

You LaTeX stuff here.

\end{verbatim}
Keep in mind you might get hbox, vbox warnings.

Hope this helps,

Antonio



____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545433

Loading...