Dear Experts,
The following code:
\documentclass[10pt]{beamer}
\usetheme{glasgow}
\begin{document}
\begin{frame}[allowframebreaks]{Summary}
\end{frame}
\end{document}
causes a memory leak. That means the process will not stop until all system memory is exhausted. Without [allowframebreaks] the document is produced as expected.
The code was executed with:
lualatex -synctex=1 -interaction=nonstopmode --shell-escape "demoAllowFrameBreaks".tex
Any pointers on how to solve the problem would be greatly appreciated.
Dear Experts,
The following code:
causes a memory leak. That means the process will not stop until all system memory is exhausted. Without
[allowframebreaks]the document is produced as expected.The code was executed with:
lualatex -synctex=1 -interaction=nonstopmode --shell-escape "demoAllowFrameBreaks".texAny pointers on how to solve the problem would be greatly appreciated.