I am trying to move to locally running my documents. In doing this, I have actually been quite successful - all of my packages except one are running smoothly.
Pardon me if this is a silly question, but I can't seem to get memoize to work right now - which is strange, since it worked before. I just want some help troubleshooting the error.
\documentclass{article} \usepackage{memoize} \usepackage{tikz} \begin{document} \tikz \draw[red] (-5,-5) rectangle (5,5); Hello World! \tikz \draw[green] (-5,-5) rectangle (5,5); \end{document} The log is huge, so I will post a snippet of it.
c:/Users/twill/TeX_Folder/MWE.tex:5: Undefined control sequence. <argument> \pdfpageattr {/Rotate 0} l.5 \tikz \draw[red] (-5,-5) rectangle (5,5); The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. [1] No file MWE.memo.dir/89CF3ABB71B828505525EA2E771A5C63-E778DCCCB8AAB0BBD3F6CFEEFD2421F8.pdf c:/Users/twill/TeX_Folder/MWE.tex:5: Undefined control sequence. <argument> \pdfpageattr {/Rotate 0} l.5 \tikz \draw[red] (-5,-5) rectangle (5,5); The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.
\usepackage{luatex85}before memoize to give the pdflatex names in lualatex but that should never be needed. there are others here with more knowledge of memoize though who will probably answer\makeatletter\def\mmz@shipout@unrotate{}\makeatotherto your preamble and see if that works?