Search found 3 matches

by Irid
Thu Jul 02, 2009 3:58 pm
Forum: Graphics, Figures & Tables
Topic: Itemize inside a table
Replies: 8
Views: 24273

Itemize inside a table

Thank you for your reply Thorsten. I've tried to use enumitem package in this manner:

\begin{itemize}[label=\textbullet, nolistsep, noitemsep]
\item My item1
\item My item2...
\end{itemize}

Unfortunately, the results are identical to my previous attempt. Even with all vertical space suppressed ...
by Irid
Thu Jun 25, 2009 11:28 pm
Forum: Graphics, Figures & Tables
Topic: Itemize inside a table
Replies: 8
Views: 24273

Itemize inside a table

Hello,
I have a persistent problem that I'm unable to solve on my own. Due to the nature of my data, I would like to present it in a table, but in each cell the data should be itemized as well. The problem is that the spacing of itemize environment is too large, so the table has too much white space ...
by Irid
Sat May 31, 2008 1:50 pm
Forum: General
Topic: Enumerate label position
Replies: 1
Views: 3295

Enumerate label position

Hi,
I'd like to know how can I position the label of enumerate at the center of the page? The text following the "\item" command should start at the new line after the label.
Thanks!