Space before and between items

Marco Baumgartl <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
Hi!

I try to put a lot of items on a single slide. Using the default style 
all items fit on the slide. But if I try a nicer style the items don't 
fit on the slide:

\documentclass[ps]{prosper} % works!!!
%\documentclass[ps, contemporain]{prosper} %works not
\usepackage{mdwlist}
\usepackage{listliketab}
\usepackage[latin1]{inputenc}

\begin{document}
\begin{slide}{Test}
\begin{itemize*}
\item Arten
	\storestyleof{enumerate}
	\begin{listliketab}
		\begin{tabular}{LlLl}
		\textbullet & read-write & \textbullet & write-write\\
		\textbullet & integrity-violation & \textbullet & 
Transaktionabhängigkeit\\
		\end{tabular}
	\end{listliketab}
\item Erkennung
	\storestyleof{enumerate}
	\begin{listliketab}
		\begin{tabular}{LlLl}
		\textbullet & Abhängigkeitsgraph & \textbullet & Akzeptanzkriterium\\
		\textbullet & Snapshotsuche & \textbullet & Vgl. before/after image\\
		\end{tabular}
	\end{listliketab}
\item Auflösung
	\storestyleof{enumerate}
	\begin{listliketab}
		\begin{tabular}{LlLp{6cm}}
		\textbullet & manueller Eingriff & \textbullet & regelbasierte Auflösung\\
		\textbullet & Transaktionsabbruch & \textbullet & Einschränkung der 
Serialisier\-barkeitsanforderung\\
		\end{tabular}
	\end{listliketab}
\end{itemize*}
\end{slide}
\end{document}

As you can see I already tried the compact-itemize-environment from the 
mdwlist-package - without success :-(

Can anybody help me?`

regards
Marco


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.