4
votes
2answers
49 views

How to reduce vertical space itemize environment inside table

I have this: I want for the first item to be vertically aligned with my other cells. How can I do it? The answers provided here suggested to play with topsep and partopsep: How can I change ...
7
votes
2answers
88 views

Different colours for the bullets in itemize environment

In the following list, the colour of the bullet will be fixed: \begin{itemize} \item Good point 1 \item Good point 2 \item Poor statement 1 \item Poor Statement 2 \end{itemize} Is there anyway to ...
3
votes
1answer
58 views

Indenting First Paragraph in a List

I have an enumerate environment and each item contains several paragraphs. Normally, none of the paragraphs are indented, but using the enumitem package, I can set the listparindent to make all but ...
6
votes
1answer
310 views

Bullet and number indenting in list

I would like to make a custom indenting for lists: Bullet or number is indented 1.2 cm from the left margin Text (all lines) is indented 1.8 cm from the left margin I am trying to use the enumitem ...
5
votes
3answers
417 views

List with arrows instead of bullets

I want a bullet list with arrows instead of bullets, like: => Line 1 => Line 2 I tried this, but it returned some error: \begin{itemize}{labelitemi}{$\Rightarrow$}[leftmargin=1em] \item ...
2
votes
1answer
1k views

Remove top and bottom margin in tabular (around lists)

If I create a table with several (short) lists, currently I'm using a table construction with enumitem to (almost) remove the left margin. Now I still have a rather large margin at the top and the ...
6
votes
1answer
673 views

Make enumerate have beamer themes when using enumitem

I really like the enumitem package, but it seems to have compatibility issues with beamer. I could get them to work together for itemize lists by using the following: ...
2
votes
1answer
316 views

Customizing enumerations and itemizations

Is there a guide out there on how to customize the enumerate and itemize instances in my code? (I'm using the Memoir class in LaTeX for Windows, and I have the enumitem package included.) I want to ...
9
votes
3answers
509 views

Defining an new itemize like environment where \item[foo] passes foo to a macro

I want to use enumitem or similar package to define a basic list with the following properties: When \item has no optional argument, a small square (\rule{1em}{1em}) is used When \item[foo] is ...
6
votes
2answers
5k views

Global setting of spacing between items in itemize environment for beamer

I'd like to modify the spacing between items in the itemize environment. This post shows how to modify a specific itemize environment (\addtolength{\itemsep}{0.5\baselineskip}). However, I'd like to ...
6
votes
1answer
1k views

Prevent itemize from creating newline at end of list

I'm using the itemize environment with the enumitem package, and one of the issues I'm having is that the itemize environment seems to create a newline, or at least add vertical spacing at the end of ...
-1
votes
1answer
529 views

itemize cannot nest if enumitem is included before some package [closed]

Nesting itemize was working until I usepackage{enumitem}. Now it doesn't work.