You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be out of the scope of this project, but just in case: I use Inkscape with the textext extension to add LaTeX support to my SVG files. I usually convert them to PDF for inclusion in an actual LaTeX file.
Apparently, this extension is not supported by svg2tikz, and related text is not exported. This could be an interesting feature for people who rely on textext extensively.
It seems that in the SVG files generated by Inkscape, textext nodes look like this:
This might be out of the scope of this project, but just in case: I use Inkscape with the textext extension to add LaTeX support to my SVG files. I usually convert them to PDF for inclusion in an actual LaTeX file.
Apparently, this extension is not supported by
svg2tikz
, and related text is not exported. This could be an interesting feature for people who rely ontextext
extensively.It seems that in the SVG files generated by Inkscape,
textext nodes
look like this:so we can extract the actual LaTeX code, and the associated preamble (contains defaults
\usepackage{...}
etc.).The text was updated successfully, but these errors were encountered: