-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Add support for tikzscale package, remove extra whitespace #975
base: master
Are you sure you want to change the base?
Conversation
Thanks, but why not just insert |
You need to use \includegraphics in order for tikzscale to do its thing, |
I see. I think the
Is there a reason why you prefer |
The difference between resize.width and tikzscale is that resizewidth |
Oh, and as far as speed, goes, I found a workaround to make tikzexternalize work, so that's not an issue. Briefly:
|
560c398
to
7561a3f
Compare
|
This patch adds support for the tikzscale package, making it possible to generate tikz plots with external=FALSE while still being able to scale them to the desired size. In addition, several linebreaks in the generated LaTeX code are commented out, as they led to extra whitespace being inserted before the plot, which is very annoying when trying to have multiple plots in one figure using the subfig package.