I'm trying to increase the vertical spacing in an itemize environment with the powerdot class. According to the powerdot documentation this is achieved by changing some parameters values in the \pdsetup{} command, I have tried but my code does not change anything:
\documentclass[
size=12pt,
paper=screen,
mode=present,
display=slidesnotes,
nohandoutpagebreaks,
pauseslide,
fleqn
]{powerdot}
\begin{document}
\pdsetup{
itemize={labelsep=10cm,leftmargin=*,itemsep=10cm,topsep=10cm,parsep=10cm}
}
\begin{slide}{title of the slide}
\begin{itemize}
\item Hello
\item Hello
\end{itemize}
\end{slide}
\end{document}
\pdsetupbefore\begin{document}. – mythealias Sep 19 '12 at 10:44powerdotto work on my install, so I was just guessing the answer based on other packages. – mythealias Sep 24 '12 at 18:51