On Sun, Jul 27, 2014 at 10:45 PM, Damien Cassou <[email protected]> wrote: > Hi Serge, > > On Sat, Jul 26, 2014 at 9:02 PM, Serge Stinckwich > <[email protected]> wrote: >> There is only one drawback for me at the moment: apparently LaTeX >> equations are not visible under markdown. I guess this might possible >> to generate the pictures with LaTex. > > > nothing exists yet, but I can help if you want to look at that. The > idea would be to keep the latex formula for latex output and to use > latex to generate a picture for other outputs
Apparently this is possible to generate png or jpg files from LaTeX with the standalone package: http://mirror.ibcp.fr/pub/CTAN/macros/latex/contrib/standalone/standalone.pdf Dans un fichier tex: \documentclass[convert]{standalone} \begin{document} %%% insert your LaTeX equations here $\frac{dS}{dt} = -\beta*S*I$ \end{document} puis : pdflatex -shell-escape test.tex Another option is to use a LaTeX image generator : http://www.sciweavers.org/free-online-latex-equation-editor that allows you to embed images inside the resulting html. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
