ntnu-tex / beamerthementnu

A LaTeX beamer theme for presentations in the NTNU corporate design
https://github.com/ntnu-tex/beamerthementnu/blob/master/ntnu-beamer-documentation.pdf
54 stars 41 forks source link

In example(s): \tableofcontents perhaps needs wrapped in frame #19

Closed PeterMaxwell closed 3 years ago

PeterMaxwell commented 3 years ago

There seems to be a layout problem with the TOC using the examples as-is (using Tex Live to compile).

This is the problem:

ntnu_beamer_toc_flaw

But if wrapped in a Beamer frame then it seems to resolve:

ntnu_beamer_toc_fixed

kellertuer commented 3 years ago

I never use a TOC (at least for my talks <25 minutes), so maybe, yes, there is a problem with TOCs. I will take a look. But it might only be beginning of next week that I find time.

PeterMaxwell commented 3 years ago

There's no hurry at all, and it's easily fixable (I think) by wrapping in a frame - just thought it was worth flagging :-)

kellertuer commented 3 years ago

I found the culprit – since I nearly never use a TOC in beamer, I mistakenly put it directly in the main code, where it is usually supposed to be in a frame (cf. the beamer manual, either Sec. 3.6, p. 22, or on p. 106.

I adapted the example codes accordingly.