glasgow-theme
glasgow-theme copied to clipboard
A beamer theme conforming approximately to the University of Glasgow branding guidelines.
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....
As soon as `\usepackage{pgfpages}` `\setbeameroption{show notes on second screen=bottom}%` is included in the document to enable notes, the pages are shown correctly on the notes. However, the normal view breaks...