Hi,

has anyone a clue what this problem means:
-----------------------------------
! Undefined control sequence.
<argument> ...lx bp\relax \fi \fi \convertMPtoPDF
                                                  [EMAIL PROTECTED] [EMAIL PROTECTED] 
}{1}{1...
l.238 }
-----------------------------------
It runs fine up to this point, which is the first slide where I use
multiinclude.

Line 238 points to the last closing brace of this block in my tex file:
-----------------------------------
\foilhead{Example}
\LogoOn
\ifpdf
   \hypertarget{Example}{}
\fi
\vspace{-0.8cm}

\pausecolors{magenta}{dimmed}{magenta}
\centerline{
   \parbox[b]{12cm}{
      {\color{magenta}
         \raggedright
         \begin{small}
         \begin{itemize}
            \setlength{\itemsep}{0.85cm}
            \item text\pause\pauselevel{highlight}
            \item more text\pause\pauselevel{highlight}
            \item yet more text\pause\pauselevel{highlight}
            \item some \\
                  more text\pause\pauselevel{highlight}
            \item nearly there\pause\pauselevel{highlight}
            \item and finally\pause\pauselevel{=1}
         \end{itemize}
         \end{small}
      }
   }
   \parbox[b]{7cm}{
      \vspace{1cm}
      \ifpdf
         \multiinclude[graphics={width=.4\textwidth}]{figFileName}
      \else
         \includegraphics[width=.4\textwidth]{figFileName}
      \fi
   }
   \parbox[b]{2cm}{
      \hfill
   }
}
\pause
\pausecolorreset
-----------------------------------

I have declared at the top of my tex file:
-----------------------------------
\usepackage{url}
\usepackage{graphics}
\usepackage{tabularx}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{ifpdf}
\usepackage{color}
\usepackage{ifthen}

\ifpdf
   \DeclareGraphicsRule{*}{mps}{*}{}
   \usepackage{pause}
   \usepackage{mpmulti}
   \usepackage[bgadd]{background}
   \definecolor{bgcolor}{rgb}{1.00,0.97,0.86}
   \pagecolor{bgcolor}
   \usepackage{hyperref}
   \usepackage{pp4slide}
   \usepackage{pp4link}
\else
   \usepackage[ignore]{pause}
\fi
-----------------------------------

This problem appears when I use pdflatex on solaris (it works fine under redhat
8.3).
If I use latex, it runs without problems and only when I use dvips
after two iteration of latex, I get this error instead:
-----------------------------------
dvips: ! error while unpacking; more bits than required
-----------------------------------
which according to some webpage could mean that dvips can't copy with
some graphics, however dvips (as well as pdflatex) are more recent on
the solaris machine than on the one running redhat.
dvips is version 5.92b and pdflatex -v spits out:
"pdfTeX (Web2C 7.4.5) 3.14159-1.10b
kpathsea version 3.4.5"

Any help would be greatly appreciated!
Bodo Billerbeck

Reply via email to