Beamer and TOC
Alan Hogan
contact at alanhogan.com
Wed Jul 8 20:49:55 EDT 2015
Markdown itself doesn’t have a TOC feature (although some implementations do). You will have better luck filing an issue with whoever is responsible for Beamer.
Alan
> On Jul 8, 2015, at 5:39 PM, David Feitosa <davidfeitosa at gmail.com> wrote:
>
> Hello,
>
> I am trying to create a beamer presentation with a TOC,
> but I not getting the end result with a TOC.
> Instead, the presentation shows an empty page.
>
> Is there something that I am doing wrong with it?
>
> Here goes the code:
>
> ---
> title: "Título"
> author: "David"
> output:
> beamer_presentation:
> toc: true
> header-includes:
> - \usepackage[brazil]{babel}
> colortheme: "dolphin"
> ---
>
> # R Markdown 1
>
> - A
> - B
> - C
>
> # R Markdown 2
>
> - A
> - B
> - C
>
>
> Thanks in advance.
>
> David F.
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
More information about the Markdown-Discuss
mailing list