gdiepen / latexbeamer-handoutWithNotes

Create Handouts with notes from your Latexbeamer presentation
46 stars 17 forks source link

\pageheight returns error on compilation #4

Closed bdeloynes closed 2 years ago

bdeloynes commented 5 years ago

For some reason, I got an ! Undefined sequence error on compilation (Ubuntu 18.04 with texlive-full installed) returned on compilation by \pageheight.

The solution : replace \pageheight with \paperheight in handoutWithNotes.sty.

Not sure if this is ideal, I followed the discussion here : https://tex.stackexchange.com/questions/61469/pageheight-just-inside-layout-package

Chris00 commented 4 years ago

Workaround

\mode<handout>{%
  \newlength{\pageheight}% for “handoutWithNotes”
  \setlength{\pageheight}{\paperheight}
}
TeXhackse commented 2 years ago

it's resolved with todays preparation for CTAN