Beamer doesn't display section titles as their own thing. Sometimes the section title appears in a side navigation list (depending on the style you're using) but sometimes it's useful to have a section header page. To do this, I have the following code:
I've generally thought the repeated heading is fine and easily ignored, and the idea that chirun would display its own <h2> for a section iff this wasn't done in the LaTeX seemed like quite a thorny issue, so I've just ignored it.
Why is the text [sep=8pt,center,shadow=true,rounded=true]title appearing on screen?
Is there a way to stop this?
Is there a better way to do what I'm trying to do? I want a slide in the PDF output (that I lecture from) which contains the section title. Is there a way to achieve this that doesn't lead chirun to produce a double heading with junk code in between?
I suppose I could adapt my LaTeX section header code to only run if \ifplastex is false, like the below. Is this my best option at this point?
Beamer doesn't display section titles as their own thing. Sometimes the section title appears in a side navigation list (depending on the style you're using) but sometimes it's useful to have a section header page. To do this, I have the following code:
Previously this would do something like this:
I've generally thought the repeated heading is fine and easily ignored, and the idea that chirun would display its own
<h2>
for a section iff this wasn't done in the LaTeX seemed like quite a thorny issue, so I've just ignored it.But now it looks like this:
The HTML is like this:
Questions:
[sep=8pt,center,shadow=true,rounded=true]title
appearing on screen?I suppose I could adapt my LaTeX section header code to only run if
\ifplastex
is false, like the below. Is this my best option at this point?