11 Oct 2011 07:56
Loss of itemize control?
Brandon Kuczenski <brandon <at> 301south.net>
2011-10-11 05:56:49 GMT
2011-10-11 05:56:49 GMT
I am trying to figure out what has changed about my system after a recent
major upgrade that has stopped my slideshows from building. It seems
there has been a change to the management of the key=value parser.
The end result is that I can no longer pass contingent arguments to
itemize environments.. i.e. Exhibit A compiles:
====
\documentclass{powerdot}
\pdsetup{itemize={topsep=5pt}}
\begin{document}
\begin{slide}{Test slide}
\begin{itemize}
\item This example compiles.
\end{itemize}
\end{slide}
\end{document}
=====
But Exhibit B does not:
====
\documentclass{powerdot}
\begin{document}
\begin{slide}{Test slide}
\begin{itemize}[topsep=5pt]
\item This example does not compile, saying `topsep' is not a defined key.
\end{itemize}
\end{slide}
\end{document}
(Continue reading)
RSS Feed