stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
930 stars 87 forks source link

Support .svg in LaTeX rendering mode #44

Open dakusui opened 5 years ago

dakusui commented 5 years ago

Currently it is not supported to render LaTeX formulae into .svg files. But it is highly preferable for users who use this feature in their papers and want to reuse the diagrams in their presentations.

dakusui commented 5 years ago

I think I came up with a technique to implement this. Please assign this to me when an appropriate occasion comes.