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
For me the error message differs and hence the workaround does not kick in:
\sa@placebox ...wd \sa@box \global \pdfpageheight
I tried on two different systems (Ubuntu and Fedora) and got the same error. I can of course work around this by manually enabling the workaround. But maybe you could consider generalizing the filter (I guess replacing ->\\newpage by a wildcard should do the trick).
The text was updated successfully, but these errors were encountered:
Ah, interesting! Yes, feel free to file a PR with that filter. We don't want it to be too broad though, but what you describe seems okay. Which version of texlive are you running?
Sorry, this was a wrong report. I do get the same substring in the error message, so the issue is somewhere else.
For context, I want to use TreeView, which uses TikzGraphs for printing a tikz picture in a notebook. Somewhere in this pipeline there seems to be a problem for me (for at least one other person it seems to work). But I give up now and just always do this:
using TreeView
using TikzPictures # workaround
TikzPictures.standaloneWorkaround(true) # workaround@treeexp(x^4+2) - x^3
The workaround for
standalone
catches a specific error message:TikzPictures.jl/src/TikzPictures.jl
Line 258 in 34dfc43
For me the error message differs and hence the workaround does not kick in:
I tried on two different systems (Ubuntu and Fedora) and got the same error. I can of course work around this by manually enabling the workaround. But maybe you could consider generalizing the filter (I guess replacing
->\\newpage
by a wildcard should do the trick).The text was updated successfully, but these errors were encountered: