-
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
fix for #25 breaks memoize on LuaTeX #34
Comments
In LuaTeX, `\pdfpageattr` --> `\pdfvariable pageattr`. Addresses #34.
Thanks for reporting this, and for the pull request — even if I didn't use it, as I changed the offending Once I have more time on my hands, I need to investigate (as you have suggested on TeX.SE) whether the "unrotate" fix is even needed in LuaTeX. |
It was only in case you didn't have time to do anything else on the grounds it would then be less broken on LuaTeX. I didn't check what happened with rotation - I just copied the XeTeX code on the grounds something which worked in non-rotation cases would be better than something which didn't work at all .... |
A perfectly sound approach!
And I indeed don't have the time to explore the LuaTeX situation further right now, or to address the other issue (#33) you have raised recently. Soon(ish) ... and thanks again for all the reports and TeX.SE activity! |
Refs: https://tex.stackexchange.com/q/731942/
Suspect commit: 40f67e2
Related: #25
This is Jasper's example:
jasper-test.log
If I amend the example as follows
it compiles fine. [Sorry - I know you don't like
expl3
.]Jasper reports that adding
\makeatletter\def\mmz@shipout@unrotate{}\makeatother
to the preamble results in compilation successful compilation with updated TeX Live, whereas I tested with TeX Live pre the November LaTeX release. (I used a clone of your repo to test as the oldermemoize
doesn't produce the error.)The text was updated successfully, but these errors were encountered: