LyX ⇒ Insert outline in presentation
Insert outline in presentation
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Insert outline in presentation
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
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 9180 times
-
- lx.png (12.3 KiB) Viewed 9180 times
Re: Insert outline in presentation
My slide only consists of frames, no sections.
After I put some sections, then the outline appears.
Problem solved.