Generalhtlatex problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
casperyc
Posts: 50
Joined: Thu Oct 15, 2009 11:23 pm

htlatex problem

Post by casperyc »

Hi,

I am currently using htlatex
to convert tex to html output.

1 - it does not seem to do well with

Code: Select all

\begin{alignat*}{4}
C_x & = v^{x+1}d_x & \qquad \bar{C}_x & = \int_0^1 v^{x+1} l_{x+t} \mu_{x+t} \, \mathrm{d}t & \qquad 
D_x & = v^xl_x     & \qquad \bar{D}_x & = \int_0^1 v^{x+1} l_{x+t} \, \mathrm{d}t                 \\
    &              & \qquad           & = \int_0^1 D_{x+t} \mu_{x+t} \, \mathrm{d}t         & \qquad 
    &              & \qquad           & = \int_0^1 D_{x+t} \, \mathrm{d}t                         \\[2ex]
%-%
M_x & = \sum_{k=0}^{\infty} C_{x+k}   & \qquad \bar{M}_x & = \sum_{k=0}^{\infty} \bar{C}_{x+k} &\qquad 
N_x & = \sum_{k=0}^{\infty} D_{x+k}   & \qquad \bar{N}_x & = \sum_{k=0}^{\infty} \bar{D}_{x+k}    \\
    &              & \qquad           & = \int_0^{\infty} D_{x+t} \, \mathrm{d}t            & \qquad 
    &              & \qquad           & = \int_0^{\infty} D_{x+t} \, \mathrm{d}t                  \\[2ex]
%-%
R_x & = \sum_{k=0}^{\infty} M_{x+k}   & \qquad \bar{R}_x & = \sum_{k=0}^{\infty} \bar{M}_{x+k} &\qquad 
S_x & = \sum_{k=0}^{\infty} N_{x+k}   & \qquad \bar{S}_x & = \sum_{k=0}^{\infty} \bar{N}_{x+k}    \\
    & = \sum_{k=0}^{\infty} (k+1)C_{x+k}& \qquad         & = \sum_{k=0}^{\infty} (k+1)\bar{C}_{x+k}  & \qquad 
    & = \sum_{k=0}^{\infty} (k+1)D_{x+k}& \qquad         & = \sum_{k=0}^{\infty} (k+1)\bar{D}_{x+k} 
\end{alignat*}
alignat environment. Does not convert as a whole image.

2 - cant not include pdf or eps files?

3 - how can i make it show the latex code in the image?
i.e. http://en.wikipedia.org/wiki/Gamma_distribution
the 'formulae' on the page, if you click property
it contain the latex code such as

Code: Select all

 f(x;k,\theta) = x^{k-1} \frac{e^{-x/\theta}}{\theta^k \, \Gamma(k)}\text{ for } x > 0\text{ and }k, \theta > 0.\,
4 - the inline 'math', how can I convert them to image as well?
for example,
We define $x$ to be the BLABLABLA
i want the 'x' shown as an image in the html as well


Thanks.

casperyc

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply