LyXInsert outline in presentation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
User avatar
anta40
Posts: 38
Joined: Thu Sep 11, 2008 2:36 pm

Insert outline in presentation

Post by anta40 »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Insert outline in presentation

Post by frabjous »

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.:

Code: Select all

Code, edit and compile here:
\begin{frame}{Outline}
\tableofcontents
\end{frame}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
User avatar
anta40
Posts: 38
Joined: Thu Sep 11, 2008 2:36 pm

Insert outline in presentation

Post by anta40 »

OK, I did as you suggested it.
Unfortunately, it fails.

But when I change the code to :

Code: Select all

\LaTeX
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
, then the LaTeX logo is printed correctly.

So I assume your code is wrong? :?
Attachments
lx1.png
lx1.png (39.15 KiB) Viewed 8976 times
lx.png
lx.png (12.3 KiB) Viewed 8976 times
User avatar
anta40
Posts: 38
Joined: Thu Sep 11, 2008 2:36 pm

Re: Insert outline in presentation

Post by anta40 »

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.
Post Reply