Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TikZ export #63

Open
diomidov opened this issue May 19, 2021 · 1 comment
Open

TikZ export #63

diomidov opened this issue May 19, 2021 · 1 comment

Comments

@diomidov
Copy link

We could use svg2tikz to export figures as TikZ.

@edemaine
Copy link
Owner

Interesting! I doubt it would work as-is given that svg2tikz claims not to support groups, nor does it support <symbol>s (xyz2tex/svg2tikz#26), which are the basis for SVG Tiler. So could either apply it to each symbol and build a TeX-based expander, or implement <symbol> support in svg2tikz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants