Am Montag 18 November 2013, 15:57:46 schrieb Liviu Andronic: > I noticed this strange behaviour: If I include Parts in the Beamer > presentation (attached), then the TOC fails (is blank). Is this an > issue with LyX, or normal Beamer behaviour?
Normal Beamer behavior. Beamer considers parts to be "a little 'talk of its own' with its own table of contents, its own navigation bars, and so on. Inside one part, the sections and subsections of the other parts are not shown at all." (Beamer manual, 10.3). Hence, \tableofcontents only outputs the sections and subsections of the current part. Since you put it in part "0" (before the first actual part), where no section exists, the TOC is empty. > The other related issue is that when I go to Doc Settings > Numbering, > I don't see Part included in that list. Is there a good reason for > this? (I find it confusing, as I'd expect it to be there.) Does not make sense due o the behavior sketched above, IMHO. Jürgen
