2014年10月8日 星期三

[Latex] htlatex convert tex to html



Create a tex file and paste following code into the file.



\documentclass[12pt]{article}
\usepackage
[latin1]{inputenc}
\usepackage
{graphicx}
\begin
{document}
This shows inline math, where $\alpha$ is related to $\sqrt{\beta}=2$. Not to be confused with \(\sum_{\nu}a_{\nu}x^{\nu}\) and finally
\[
\s
in\frac{1}{2\gamma\sum_{\mu=1}^{\infty}C_{\mu}} \ne \alpha
\]

\begin
{figure}[t]
\center
{\includegraphics{../IllustratorScreenShot.png}}

\caption
{This is an unrelated figure.}
\end
{figure}

And bye.
\end
{document}

compile .tex will product html file

Reference:

1. From LaTeX to the Web: some simple examples with tex4ht

Related Posts:

0 意見:

張貼留言