LyX ⇒ Insert outline in presentation
Insert outline in presentation
I'm learning to create presentations (using beamer). How can I insert the outline of my presentation, on the next page right after the title page?
Last edited by anta40 on Tue Apr 13, 2010 6:06 pm, edited 1 time in total.
Insert outline in presentation
I'm not a LyX user, but the "outline" in beamer is just a table of contents. Can you create a frame and insert the table of contents into it?
If you can edit the LaTeX code, just put in, e.g.:
If you can edit the LaTeX code, just put in, e.g.:
Code: Select all
\begin{frame}{Outline}
\tableofcontents
\end{frame}
Insert outline in presentation
OK, I did as you suggested it.
Unfortunately, it fails.
But when I change the code to :, then the LaTeX logo is printed correctly.
So I assume your code is wrong?
Unfortunately, it fails.
But when I change the code to :
Code: Select all
\LaTeX
So I assume your code is wrong?

- Attachments
-
- lx1.png (39.15 KiB) Viewed 8801 times
-
- lx.png (12.3 KiB) Viewed 8801 times
Re: Insert outline in presentation
Ah, finally I found my mistake.
My slide only consists of frames, no sections.
After I put some sections, then the outline appears.
Problem solved.
My slide only consists of frames, no sections.
After I put some sections, then the outline appears.
Problem solved.