glasgow-theme icon indicating copy to clipboard operation
glasgow-theme copied to clipboard

A beamer theme conforming approximately to the University of Glasgow branding guidelines.

Results 2 glasgow-theme issues
Sort by recently updated
recently updated
newest added

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...

bug