[Tugindia] getting problem with enumerate environment in beamer

Harish Kumar Holla harishkumarholla at pec.edu
Fri Sep 27 09:40:48 CEST 2013


Dear Anirudh

It seems the package 'paralist' and 'beamer' don't like each other much.
Instead, I suggest you to use 'enumitem' for your list requirements.
Further, please don't use \bf (two letter switches), use '\bfseries'
instead. Without paralist your document runs fine.

Code:

%mwcode 
\documentclass{beamer}
\usetheme{Warsaw}
\usepackage{graphicx}
\usepackage{lmodern}
\usefonttheme{serif}
%\usepackage{paralist}
\usepackage{amsmath}
\title[Cloud Computing: SLA]{\bfseries Cloud Computing : Service Level
Agreements (SLA)}
\author[A. S. Rumale, Dr. D. N. Chaudhari]{{\bfseries Aniruddha S. Rumale}
\\ Assistant Professor,
Computer Engineering\\
S.V.P.M.'s College of Engineering
Malegaon-bk, Baramati, Pune, India-413115\\
Email: \href{arumale at gmail.com}{arumale at gmail.com}
}
\date{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
\section{Abstract}
\begin{frame}
\frametitle[SLA-Abstract]{Abstract: Service Level Agreements}
\begin{enumerate}
\item one
\item two
\end{enumerate}
\end{frame}

\end{document}

Also, it is better to use '\subject' and '\institute' commands instead of
dumping every thing inside '\author' command.


Code:

%mwcode 
\documentclass{beamer}
\usetheme{Warsaw}
\usepackage{graphicx}
\usepackage{lmodern}
%\usepackage{paralist}
\usepackage{amsmath}
\title[Cloud Computing: SLA]{\bfseries Cloud Computing : Service Level
Agreements (SLA)}
\author[A. S. Rumale, Dr. D. N. Chaudhari]{{\bfseries Aniruddha S. Rumale}
\\ Assistant Professor,\\
Email: \href{arumale at gmail.com}{arumale at gmail.com}
}
\subject{Computer Engineering}
\institute[SVPMCE]{S.V.P.M.'s College of Engineering \\
Malegaon-bk, Baramati, Pune, India-413115}
\date{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
\section{Abstract}
\begin{frame}
\frametitle[SLA-Abstract]{Abstract: Service Level Agreements}
\begin{enumerate}
\item one
\item two
\end{enumerate}
\end{frame}

\end{document}

I have also used 'lmodern' package to suppress some warnings about font
size substitutions.


On Fri, Sep 27, 2013 at 12:30 PM, aniruddha rumale
<asrumale at rediffmail.com>wrote:

> dear friends
> today while creating presentation in beamer, I faced a problem with using
> \begin{enumerate}\item \end{enumerate} environment in beamer with pdflatex.
> It simply not accepting it. given below the code
> and error that I got
> can anybody know what is this?
>
>
> %mwcode 
> \documentclass{beamer}
> \usetheme{Warsaw}
> \usepackage{graphicx}
> \usepackage{paralist}
> \usepackage{amsmath}
> \title[CloudComputing: SLA]{\bf Cloud Computing : Service Level Agreements
> (SLA)}
> \author[A. S. Rumale, Dr. D. N. Chaudhari]{ {\bf Aniruddha S.
> Rumale}\\Assistant Professor, Computer Engineering\\
> S.V.P.M.'s College of Engineering\\
> Malegaon-bk, Baramati, Pune, India-413115\\
> Email: \texttt{arumale at gmail.com}
> }
> \date{}
> \begin{document}
> \begin{frame}\titlepage \end{frame}
> \begin{frame}\frametitle{Contents} \tableofcontents \end{frame}
> \section{Abstract}
> \begin{frame}\frametitle[SLA-Abstract]{Abstract: Service Level Agreements}
> \begin{enumerate}
> \item one
> \item two
> \end{enumerate}
>
> \end{frame}
>
>
>
>
>
> \end{document}
>  
> % errors on compilation in log file
> ! Undefined control sequence.<argument> .../enumerate
> \beameritemnestingprefix
>                                                  
> body endl.28
> \end{frame}               
> The control sequence at the end of the top lineof your error message was
> never \def'ed. If you havemisspelled it (e.g., `\hobx'), type `I' and the
> correctspelling (e.g., `I\hbox'). Otherwise just continue,and I'll forget
> about whatever was undefined.
> [3
> ]
>  
> Aniruddha Subhashchandra RumaleMobile : 9890177859Flat 01, Anuj
> apartment,Amarsimha colony, Malegaon-bkBaramati, Pune 413115 ( MH )
> Indiagreat people are those who cares to respond in genuine and gental way.
> and this is the only reason that your e-mail address is with me.thanks for
> your every response; that you showeredon my e-mails. asrumale
> _______________________________________________
> Home:        http://www.tug.org.in/
> TeX FAQ:     http://www.tex.ac.uk/faq
> unsubscribe: http://tug.org/mailman/listinfo/tugindia
>



-- 


--with regards

Dr. Harish Kumar
Dept. of Physics
Pondicherry Engineering College
Puducherry 605 014
Ph: 0413 2655281-286 (Extn: 646)

Residence:
Dr. Harish Kumar
# 29 (New No.) I Main Cluny Road
Avvai Nagar, Lawspet
Puducherry 605 008
Ph: 0413 2253652, 9443052957


More information about the tugindia mailing list