-
Notifications
You must be signed in to change notification settings - Fork 40
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
feature request: extensions recognized by tikzscale #23
Comments
I've never used |
Exactly. Currently I am using the workaround function save_tikz(basename, plot)
texname = basename * ".tex"
save(texname, plot; include_preamble = false)
mv(texname, basename * ".tikz", remove_destination = true)
end Consider giving |
Forgot to mention: happy to do a PR for this. |
Closed by #25. |
tikzscale
allows LaTeX to load Tikz/PGF graphics withThis is handy for scaling, also for using the same mechanism for including all graphics.
It recognizes extensions
.tikz
,.TIKZ
,.TikZ
,.pgf
,.PGF
. It would be nice to havePGFPlotX.save
pick thetex
backend for these extensions (without the preamble by default).The text was updated successfully, but these errors were encountered: