Generalbeamer | Warnings about unparsed Material

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
elias_reaz
Posts: 2
Joined: Mon Oct 17, 2011 6:40 pm

beamer | Warnings about unparsed Material

Post by elias_reaz »

Hi,

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.
Following is my tex file:

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
Attachments
Deregulation_1.EPS
(149.9 KiB) Downloaded 232 times
Deregulation.EPS
(63.85 KiB) Downloaded 282 times
Last edited by localghost on Mon Oct 17, 2011 7:26 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.

elias_reaz
Posts: 2
Joined: Mon Oct 17, 2011 6:40 pm

Re: beamer | Warnings about unparsed Material

Post by elias_reaz »

I have found the solution. To create presentation slides in pdf, I need to run thrice:(i)TeXify (that will create dvi); (ii)dvi2ps; (iii)ps2pdf.
Post Reply