On Jun 8, 1:09 pm, "lomov.vl" <[email protected]> wrote: > Hi. > > Is it possible to use (almost arbitrary) latex math markup in source > that would be rendered in html as svg? > > I found 'latex-filter' that fit most of my requests but it gives png > images. > > My idea is to have a single txt source (not for math of course, for > that I use LaTeX itself) that have usual asciidoc markup and math > blocks with latex markup. I prefer in this case the html output where > latex blocks replaced by svg images generated from that blocks (e.g. > by dvisvgm program). > > P.S. I use Linux and FF (FF wants SVG to be in 'object' tag).
I found a way to insert directly SVG image into generated html file. I defined a svgimage macro that do the same job as 'graphviz-svg- block' :). But then I need separate file (LaTeX) from that I get SVG image. So now I ended with two files (actually more than two). -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
