tud-cd icon indicating copy to clipboard operation
tud-cd copied to clipboard

undefined control sequence for \setlength

Open XiaodiJin opened this issue 7 years ago • 1 comments

Hi, I make a presentation with tud beamer style, I use following order to set the header and footer of the slide

\makeatletter
\setlength{\tudbeamerfootertitlewidth}{\paperwidth-\beamer@leftmargin-\beamer@rightmargin-  \tudbeamerfooterplacewidth-\tudbeamerfooterpagenumwidth}
\makeatother

After I compile the souce, there is an error, "it is undefined control sequence ....placewidth-\tudbeamerfooterpagenumwidth}". Maybe do you know the reason? Thanks for the help Xiaodi

XiaodiJin avatar Apr 27 '18 16:04 XiaodiJin

Did you download the latest Style from March 2018? In that case your code does not make any sense. Where did you find it?

The official slide layout changed twice since the old layout has been published. I had to make a major revision of the code. So I'd advise you to use the new style whenever possible.

If this does not solve your problem, please provide a minimal working example showing your problem.

keinstein avatar Apr 27 '18 20:04 keinstein