{itemize} is about the itemize list environment. If you use this tag, add the more general {lists} tag.

learn more… | top users | synonyms

8
votes
1answer
561 views

How do I make a list start at the same level than the text surrounding it (Without extra left space)?

I want my list to begin straight at the left side of my page, without the usual space to the left (which is about the length of a paragraph tabulation). I tried setting parameters from inside the list ...
11
votes
1answer
2k views

Preventing itemize environment to insert initial vertical space

I'm using itemize and tables like the following \begin{tabularx}{\textwidth}{>{\ttfamily}llX} \toprule \textbf{\rmfamily Operator} & \textbf{Typen} & \textbf{Regel} \\ \midrule = & ...
17
votes
1answer
7k views

Changing left margin in itemize environment of beamer class

I can't figure out how to line up the symbols of an itemize environment in beamer with the left part of the main text. In other words, I would like to supress the left margin in beamer itemize lists. ...
7
votes
2answers
2k views

Customize line-spacing and indentation of a list in LyX

I am currently using a list with bullet-points; however, I think the lines are spaces too far apart and they're indented way too much. I don't see any way to correct this in LyX, however.
8
votes
1answer
3k views

customizing itemize in beamer

I have the following in the preamble : \setbeamercolor{enumerate item}{fg=red} \setbeamercolor{itemize item}{fg=red} \setbeamertemplate{itemize item}[triangle] ...
10
votes
1answer
2k views

beamer, how to explicitly call the “normal itemize icon”

I want to have beamer slides where the change between one slide and the next is that the standard itemize symbol is replaced by a tick or a cross. My first attempt: \begin{itemize} ...
5
votes
1answer
3k views

aligning a multiline formula with the bullet of itemize

I would like to use a multiline equation into an itemized list, but such that the bullet of the list is aligned with the first line of my equation. The current code I use is like this: ...
12
votes
4answers
2k views

In beamer class, how do I remove the additional vertical space before an itemize environment?

On a beamer slide, I want to produce something like I use the following LaTeX code, which works well in LaTeX with the article class. \begin{minipage}[t]{1.4cm} Questions: \end{minipage}\nobreak ...
-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.
1
vote
2answers
4k views

Enumerate and itemize undefined + captions not working

I am trying to recompile a document in kwrite; I previously compiled it all OK under debian squeeze about 6 months ago, but I now have an opensuse 11.2 (kwrite-4.3.5-0.1.1.x86_64). A few problems ...
6
votes
4answers
936 views

Lists in Tabular Environment

So I'm writing up a CV and I would like to use the nifty itemize environment to list some things within a tabular environment. Unfortunately, things end up looking a bit this, which isn't at all ...
12
votes
2answers
5k views

Setting the indention of unordered lists

I'd like to set the indention of an itemize-list. How can this be done?
4
votes
2answers
2k views

Replacing itemize by mdwlist's itemize* throughout?

Most of my documents start with a couple of quick hacks that save me literally a couple of keystrokes a month: \let\cite\texcite \let\epsilon\varepsilon and so on. Now, I'd like to do a similar ...
5
votes
2answers
649 views

\pause messes up the page layout

I'm having a frame in beamer which compiles just right when I do not use pauses (\pause). However, when I pause the different list items, the last items do not appear on the frame anymore (actually, ...
8
votes
4answers
2k views

How to put bullets in the margin?

I'm no typography expert, but I heard that the bullets and numbers in itemize/enumerate environments are better placed outside of the main body of text, i.e. in the margin. How can I do that in LaTeX? ...
7
votes
1answer
3k views

Define command for bold list-item

I have a set of commands for producing various kinds of specific list-items, such as \newcommand{\staritem}{\item[$\star$]} % not really, but you get the gist All the ones I currently have can be ...
21
votes
1answer
5k views

Remove space around bullet points in itemized or enumerated list

How can I reduce the amount of space around items in an itemized or enumerated list? I would like to reduce the vertical space between items, the space to the left of the bullet, and the space ...
13
votes
3answers
5k views

Itemize with a dash “-” intstead of a bullet

If I use \begin{itemize} \item asdasd \item dsfsdf \end{itemize} the items are with a bullet, but how can I itemize these two with a "-" (a dash / a hyphen / a small line)?

1 2 3 4 5