Discussion:
enumeration in slides
sebszab
2007-01-15 16:04:58 UTC
Permalink
Hi,

I'm working with the beamer package and I have a problem. I want simple
enumerations, but they don't fit on one slide so I have to shift to a
new one. However, it starts the enumeration again with 1. How can I do
that in the next frame it follows with the enumeration of the previous
frame?
For example:
First frame:
1.
2.
3.
Second frame
4.
5.
...

Thanks very much,
Szabolcs




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Giangiacomo Bravo
2007-01-15 17:10:43 UTC
Permalink
Just use the \framebreak command as follows:

\begin{frame}[allowframebreaks]
\frametitle{My Title}
\begin{enumerate}
\item 1st item
\item 2nd item
\item 3rd item
% ...

\framebreak

\item nth item
\item n+1th item
% ....
\end{enumerate}
\end{frame}

All teh best,
Giangiacomo
Post by sebszab
Hi,
I'm working with the beamer package and I have a problem. I want simple
enumerations, but they don't fit on one slide so I have to shift to a
new one. However, it starts the enumeration again with 1. How can I do
that in the next frame it follows with the enumeration of the previous
frame?
1.
2.
3.
Second frame
4.
5.
...
Thanks very much,
Szabolcs
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Yannick
2007-01-15 21:44:09 UTC
Permalink
Post by sebszab
Hi,
I'm working with the beamer package and I have a problem. I want simple
enumerations, but they don't fit on one slide so I have to shift to a
new one. However, it starts the enumeration again with 1. How can I do
that in the next frame it follows with the enumeration of the previous
frame?
1.
2.
3.
Second frame
4.
5.
...
Thanks very much,
Szabolcs
Hi I have seen the solution of Giangiacomo and I think it is a good
solution. However, if it doesn't work
here another solution: You can set the enumeration level to any value.
for example:
\begin{enumerate}
\item 1.
\item 2.
\end{enumerate}
\begin{enumerate}
\setcounter{enumi}{2}
\item 3.
\item 4.
\end{enumerate}

if the enumeration is at a lower level than the first, you just write
\setcounter{enumii}{value}
or \setcounter{enumiii}{value} and so on.
Hope you'll succeed with your project,

Yannick



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Szabolcs SebestyƩn
2007-01-16 11:19:18 UTC
Permalink
Thanks very much for your help.
The problem with framebreaks was that it does not
support overlays, so I chose the second option that
works very well.
Regards,
Szabolcs
Post by sebszab
Post by sebszab
Hi,
I'm working with the beamer package and I have a
problem. I want simple
Post by sebszab
enumerations, but they don't fit on one slide so I
have to shift to a
Post by sebszab
new one. However, it starts the enumeration again
with 1. How can I do
Post by sebszab
that in the next frame it follows with the
enumeration of the previous
Post by sebszab
frame?
1.
2.
3.
Second frame
4.
5.
...
Thanks very much,
Szabolcs
Hi I have seen the solution of Giangiacomo and I
think it is a good
solution. However, if it doesn't work
here another solution: You can set the enumeration
level to any value.
\begin{enumerate}
\item 1.
\item 2.
\end{enumerate}
\begin{enumerate}
\setcounter{enumi}{2}
\item 3.
\item 4.
\end{enumerate}
if the enumeration is at a lower level than the
first, you just write
\setcounter{enumii}{value}
or \setcounter{enumiii}{value} and so on.
Hope you'll succeed with your project,
Yannick
___________________________________________________________
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...