tud-cd
tud-cd copied to clipboard
undefined control sequence for \setlength
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
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.