could anyone help me regarding warning problems in making »beamer« presentations in WinEdt5.6. I am getting following warnings (after running dvi2pdf). However, the DVI file is created with no errors (using texify).
Few Examples of warnings:
Code: Select all
Seminar.dvi -> Seminar.pdf
[1
** WARNING ** Unparsed material at end of special ignored.
Current input buffer is -->! /pgfH{/pgfheight exch def 0.75 setlinewidth [] 0...<--
** WARNING ** Unparsed material at end of special ignored.
Current input buffer is -->! /pgfV{/pgfheight exch def 0.75 setlinewidth [] 0...<--
** WARNING ** Unparsed material at end of special ignored.
Current input buffer is -->! /pgfA{ /pgfdiff 8 index round cvi 8 index round ...<--
** WARNING ** Unparsed material at end of special ignored.
Current input buffer is -->! /pgfR1{ newpath dup dup dup 0 360 arc clip newpa...<--
** WARNING ** Unparsed material at end of special ignored.
Current input buffer is -->! /pgfR2{ newpath 0.5 add pgfcircx pgfcircy 3 2 ro...<--
** WARNING ** Unparsed material at end of special ignored.
Code: Select all
\documentclass[slidestop, compress, mathserif]{beamer}
\usetheme{Antibes}
\usecolortheme{lily}
\usepackage{times} % fonts are up to you
\usepackage{graphicx}
\usepackage{color}
\title{Risks for Power Plant Utilities}
\author{M. Reaz-us Salam Elias}
\institute{Dept. of Mech. Engg.
}
\date{October 27, 2011}
\begin{document}
\AtBeginSection[] % "Beamer, do the following at the start of every section"
{
\begin{frame}<beamer>
\frametitle{Outline} % make a frame titled "Outline"
\tableofcontents[currentsection] % show TOC and highlight current section
\end{frame}
}
\begin{frame}
\titlepage
\end{frame}
\section{Risks in a power plant}
\begin{frame}
\frametitle{Risks and reasons}
\begin{itemize}
\item<1-> \alt<1>{\color{blue}A power plants converts fossil fuel, e.g., petroleum, coal, natural gas or natural source of energy like wind, solar, into electricity and sells it to energy markets.}{\color{gray}A power plants converts fossil fuel, e.g., petroleum, coal, natural gas or natural source of energy like wind, solar, into electricity and sells it to energy markets.}
\begin{figure}
\includegraphics[width=0.65\linewidth]{Deregulation.eps}
\end{figure}
\item<2-> \alt<2>{\color{blue}Deregulation has broken up vertical monopolistic
structure of the market and brought competition among producers.}{\color{gray}Deregulation has broken up vertical monopolistic structure of the market and brought competition among producers.}
\begin{figure}
\includegraphics[width=0.65\linewidth]{Deregulation_1.eps}
\end{figure}
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item<1-> \alt<1>{\color{blue}Electricity has no buffering inventory, cannot be stored and requires real--time balance of supply and demand.}{\color{gray}Electricity has no buffering inventory, cannot be stored and requires real--time balance of supply and demand.}
\item<2-> \alt<2>{\color{blue}Price volatilities of both electricity and natural gas are quite high.}{\color{gray}Price volatilities of both electricity and natural gas are quite high.}
\end{itemize}
\end{frame}
\end{document}
With best regards,
Reaz