Eric S Fraga <e.fr...@ucl.ac.uk> writes: > Eric Schulte <schulte.e...@gmail.com> writes: > >>> >>> This is very nice and works well for me. I would very much like to see >>> that in orgmode. Thanks a lot! >>> >> >> Great, I've just committed this patch. Thanks for your original example >> which this simply extends. > > Thanks for this Eric! I've tried it out just now (on a real document) > and it works well. > > I do have a problem in the SVG creation in that I need a special package > included to generate the figure in question. Time to search on the list > as I think this has come up before for LaTeX snippets. >
My patch introduced a new variable `org-babel-latex-htlatex-packages' which controls the packages added to these latex to SVG code block snippets. The following should work. (push "{your-package}" org-babel-latex-htlatex-packages) -- Eric Schulte http://cs.unm.edu/~eschulte