-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
robust-externalize fails to handle code that cares about newlines (such as inline tables well in tikz) #43
Comments
The problem here is that pgf expects the lines to be preserved. The problem is that LaTeX gives us 2 options to parse the inputs:
The solution here is to use
with
like in:
You can also choose a different name like:
or replace the existing
MWE:
If you find this solution good enough for your need, we can close this. |
In any case, I'll let this issue open until I document this behavior, and I'd like to try to fix https://tex.stackexchange.com/questions/718003/alias-of-verbatim-environment-with-optional-arguments |
Parallel to sasozivanovic/memoize#19
This code only works if I comment out
\cacheTikz
Otherwise it errors with
The text was updated successfully, but these errors were encountered: