Re: powerdot e pause dove dico io!

#14550
Up
0
Down
::


Non va:
`
\documentclass[style=fyma , paper=screen, orient=landscape, size=8pt, fleqn, clock]{powerdot}

\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{float}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{textcomp}
\usepackage{latexsym}
\usepackage{array}
\usepackage{multirow}
\usepackage{lscape}
\usepackage{fancyhdr}
\usepackage{booktabs}
\usepackage[labelfont=bf,font=footnotesize]{caption}

\title{
CIAO
}

\begin{document}
\begin{slide}
\onslide{1,2}{forza giuve}
\onslide{2}{forza toro}
\end{slide}
\end{document}`

e questo il log:
`This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5) (format=latex 2007.5.11) 16 MAY 2007 10:19
entering extended mode
**prova.tex
(./prova.tex
LaTeX2e <2003/12/01>
Babel and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/local/share/texmf/tex/latex/powerdot/run/powerdot.cls

! Argument of \@ifncharacter has an extra }.

\par
l.28 \end{slide}

I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{…}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.

Runaway argument?
! Paragraph ended before \pd@onslide was complete.

\par
l.28 \end{slide}

…`

Go to top