Search found 3 matches
- Mon Jun 06, 2011 10:07 pm
- Forum: Text Formatting
- Topic: beamer class | enumeration symbols and \alph
- Replies: 4
- Views: 12618
Re: beamer class | enumeration symbols and \alph
Thank you very much!
- Mon Jun 06, 2011 11:19 am
- Forum: Text Formatting
- Topic: beamer class | enumeration symbols and \alph
- Replies: 4
- Views: 12618
beamer class | enumeration symbols and \alph
\documentclass[]{beamer}
\setbeamertemplate{items}[square]
\begin{document}
\frame{
\begin{enumerate}
\item 1
\begin{enumerate}
\item A
\item B
\item C
\item D
\end{enumerate}
\end{enumerate}
}
\end{document}
Thats the whole thing, and now i would like the numbers in the ...
\setbeamertemplate{items}[square]
\begin{document}
\frame{
\begin{enumerate}
\item 1
\begin{enumerate}
\item A
\item B
\item C
\item D
\end{enumerate}
\end{enumerate}
}
\end{document}
Thats the whole thing, and now i would like the numbers in the ...
- Sun Jun 05, 2011 10:50 pm
- Forum: Text Formatting
- Topic: beamer class | enumeration symbols and \alph
- Replies: 4
- Views: 12618
beamer class | enumeration symbols and \alph
hi, i know you can turn the numbers in enumerations to letters with
\setbeamertemplate{enumerate subitem}{\alph{enumii}}
and i am using a beamertheme which has
\setbeamertemplate{items}[square]
set, but how do i get both to work together? The first seems to be overriding the second ...
\setbeamertemplate{enumerate subitem}{\alph{enumii}}
and i am using a beamertheme which has
\setbeamertemplate{items}[square]
set, but how do i get both to work together? The first seems to be overriding the second ...