benjamin-weiss / hsrmbeamertheme

Beamer theme that complies with the corporate design of the RheinMain University of Applied Sciences.
225 stars 63 forks source link

An error with `allowframebreaks` option. #7

Open mental689 opened 5 years ago

mental689 commented 5 years ago

Hi Benjamin @benjamin-weiss,

Thank you for your groundbreaking work. I have used your HSRM theme and found that when adding allowframebreaks option to the frame, it produced some errors like:

...
Runaway argument?
! TeX capacity exceeded, sorry [main memory size=5000000].
\reserved@a #1#2->\let #2#1\reserved@a 

l.9 \end{frame}
...

It would be very helpful if you can response in this situation. Thanks.

mental689 commented 5 years ago

It seems like another work also solved the same problem: https://github.com/matze/mtheme/issues/20 I patched your code like the above work told me, and allowframebreaks options can work well now.

However, this issue is still present in HSRM at this moment. That's why I put the reference above for anyone else who may encounter the same issue.