{itemize} is about the itemize list environment. If you use this tag, add the more general {lists} tag.
1
vote
3answers
54 views
Itemize inside longtable
I have the following (Non-working) example.
\renewcommand*{\arraystretch}{1.8}
\begin{longtable}{lcl}
\caption{Summary of proven determinants for falling}\\ \toprule
...
4
votes
2answers
46 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 ...
6
votes
1answer
188 views
Uncovering items with changing bullet color
In this case consecutive items get covered. How could I change this behaviour so that all items would be black and only bullets would get different colours?
\documentclass{beamer}
...
-1
votes
0answers
95 views
Problem with itemize [closed]
For some reason my first itemize list presents the first items start position to the left of the other items. If I remove the whole list, my second itemize list appears the same way. Any help would be ...
7
votes
2answers
100 views
add a fake item in itemize as a placeholder
How to make phantom item in itemize environment? I want to 'animate' items in my beamer slides, so when I go from one slide to another new item pop up in a right place.
I have workaround for one item ...
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 ...
2
votes
1answer
32 views
Customised format floating itemized list
I'd like to add floating itemized lists in a format illustrated below:
More specifically, I would like
The title above rather than below the float, with bold font for title and horizontal line ...
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}
...
3
votes
1answer
54 views
How to change list options during a loop?
I currently have a beamer presentation, which, using the forloop package, looks basically like this:
\documentclass{beamer}
\usepackage{forloop}
\begin{document}
\newcounter{ctr}
\newcounter{gulp}
...
2
votes
1answer
53 views
Automatically start a new line at the beginning of a proof environment?
I use amsmath to provide the proof environment. However, if a itemize (or tikzpicture) environment immediately follows the proof environment, xelatex will produce a messy result:
\begin{proof}
...
3
votes
1answer
39 views
Globally setting the separation length for _subitems_ in Beamer
How can I globally change the item separation length for subitems in Beamer? I need a command such as the below, only working.
\setbeamertemplate{itemize/enumerate subbody begin}{\normalsize ...
7
votes
2answers
72 views
is it posible to make a multiline itemize justifying the text inside
I am writing technical specs of a programming API. I am using itemize to highlight the method signature as it follows:
\begin{itemize}
\item[\texttt{packeteer.send(message)}] \hfill \\
is ...
3
votes
1answer
68 views
Tabular and itemize
I'm having a big problem...I am trying to make a nice table which in the left side has just text and in the right part it may contain some itemized elements. This is how i'm doing it:
...
5
votes
1answer
1k views
Figure with caption within an itemize list not indenting correctly
I'm trying to put an image with a caption on it within an itemize environment (within another itemize environment). When I had the image with no caption, simply using \includegraphics, it indented to ...
3
votes
2answers
34 views
Test for empty possibly itemized argument in tabu
For some reason, I can't test if #2 is empty in the following tabu use case. An
Incomplete \ifx; all text was ignored after line 14
is thrown executing the following code.
...
2
votes
1answer
62 views
Text wrapping in checklist items
I am having some difficulty with text wrapping for items in a checklist I'm writing. Here is an image that illustrates the difficulty (see the second last checklist item):
Would you have any ...
0
votes
0answers
47 views
How to make columns in itemize?
I want to put two/three columns of short formulas under one item in itemize. Like this:
Item name
% and now here come two columns under this item
formula 1 formula 2
formula 3 ...
1
vote
1answer
45 views
How to change the default marker of itemize environment globally [duplicate]
I was wondering how can I set globally itemize lists to use dashes instead of bullets using the memoir class. Right now I have to always do:
\begin{itemize}[-]
...
\end{itemize}
3
votes
2answers
101 views
Uncover items piecewise
I would like to uncover items piecewise, but have two items appear at the same time. I use the beameruserguide page 215 to do so as
\documentclass{beamer}
\begin{document}
\frame{
...
3
votes
3answers
190 views
Is it possible to use the enumerate/itemize environment within the proof/remark environment in a nice way?
I wish to use the enumerate/itemize environment within the proof/remark environment, but when I do this the first number/bullet-point is on the same line as the word 'Remark'/'Proof' indented to the ...
3
votes
1answer
73 views
Can \items be made indented all the way down?
Can \items be made indented all the way down?
Using the standard itemize environmnet, and a \hspace the first line gets indented. However, if the bullet point is on more than one line, it looks a bit ...
5
votes
2answers
203 views
Variable itemize indentation on Beamer slides
I'm not sure if what I want is possible at all, but asking doesn't hurt...
I've adjusted the itemize environment so that the item text is aligned with the text outside the environment. This might ...
2
votes
1answer
91 views
Using \item within \newcommand
I tried defining a new command \Quest as follows but the error
Lonely \item--perhaps a missing list environment
appears.
\def\solnversion{0} %%set this to 1 to get solutions
...
0
votes
0answers
83 views
Change of margins and bullet indentation in beamer [closed]
Sorry to bother, I have this seemingly stupid problem I can't figure out.
At a certain point in my presentation the margins and bullet indentation after using \itemize change with no command written ...
2
votes
1answer
117 views
Spacing problem while using itemize in minipage
I am using itemize in minipage and observe unexpected spacing among items.
\documentclass[11pt,table,a4paper]{article}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage[top=.5cm, bottom=2cm, ...
7
votes
2answers
87 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 ...
0
votes
0answers
127 views
Problem with itemize command
I'm writing my master thesis in TeX and I have a problem with an itemize environment. When I have only one \item there is no problem, the script is compiling and I get a great pfd file. But when I add ...
3
votes
1answer
74 views
Is it possible to get the current item number and perform arithmetic on it in enumerate environment?
That is, suppose that I am at item n and I want to make a reference to item n - 3 without explicitly specifying it.
2
votes
1answer
53 views
Vertically aligning list bullet when using \infer
I have a list where one of the list items is an \infer{...}{...} command. In this case, the list bullet is not vertically centered with the item, as you can see in the picture:
How can I move the ...
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
vote
1answer
73 views
How to control spacing in end of itemize?
This refers to my previous question
How to reduce space in begining but not in end of itemize
Now I need to control spacing in the last of itemize like I could control in the beginning as suggested ...
5
votes
1answer
151 views
\overprint inside \itemize problem — shaky frames
I'm having troubles with a presentation. I want to create something like this
\documentclass{beamer}
\usepackage{ulem} % To strikeout text
\begin{document}
\begin{frame}
\begin{itemize}
...
1
vote
1answer
67 views
Minimal syntax alternative to enumerate environment [duplicate]
Is there an alternative to the enumerate environment in LaTeX where I can define a nested list with a minimal syntax like that of Markdown or something similar, e.g.:
\begin{minimallist}
- Fruit
...
3
votes
1answer
80 views
Two-column itemization with title in each column
I'd like to make a two-column list with some kind of titles, with "normal" text before and after. I tried it with the package "multicol" an with "minipage", neiter turned out well. Since the problem ...
3
votes
1answer
72 views
Sorting a list based on the length of each entry
Is there a way to sort an itemized list based on the length of each item? Something like
\begin{Itemize}
\item a
\item aaaaaa
\item aaaa
\item aaa
\item aaaaa
\item aa
\end{Itemize}
which results ...
7
votes
3answers
3k views
Add bullet points to description lists
I'd like to add a bullet point to description lists.
\begin{description}
\item[Term] Description
\end{description}
Basically what I want looks like the following, when rendered:
\begin{itemize}
...
2
votes
1answer
61 views
How to reduce space in begining but not in end of itemize
This refers to my question.
How to reduce space in begining of itemize?
[topsep=0] also reduces space between the itemize and text below to itemlist. I just want to reduce space in the begining not ...
2
votes
3answers
112 views
Itemize - set default option
I have plenty of lists, all with the [noitemsep] option:
\begin{itemize}[noitemsep]
\item foo
\item bar
\end{itemize}
Is it possible, to setup itemize to use this option by default? Or do I ...
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 ...
1
vote
2answers
59 views
Making text in {braces} of an \item appear bold
Is it possible to redefine \item to have the text in braces appear bold?
\documentclass{article}
\begin{document}
\begin{itemize}
\item{Paper}: a white substance used for writing symbols.
...
21
votes
4answers
335 views
Count and use the number of items in advance
When writing LaTeX code, I often successively make changes like adding or removing items. I'd like to have TeX count and update the number of items in the list automatically, as in
There are ...
3
votes
1answer
267 views
Change color of itemize in beamer alertblock
How can I change the color of bullets in an itemize list within an alertblock in beamer?
I use
\setbeamercolor{itemize item}{<color>}
to set the color of the bullets throughout the ...
3
votes
1answer
225 views
make transition effect in beamer
i have
\begin{itemize}
\item ...
\item ...
...
\end{itemize}
I want to insert some transition effect to moving between item , any idea?
1
vote
1answer
173 views
Cannot achieve nice spacing in list items in beamer
I am trying to achieve the best spacing between items in a beamer presentation. I am using
\documentclass[slidestop,compress,mathserif,12pt,xcolor=dvipsnames]{beamer}
\graphicspath{{images/}}
...
2
votes
1answer
127 views
Default parameter values
What are the default values for the itemize environment (\itemsep, \labelsep, \labelwidth, etc.)?
The below is an example of what I have so far:
\documentclass{article}
\begin{document}
...
2
votes
0answers
91 views
Beamer: handouts and itemize not working as expected [closed]
I am trying to create handouts with beamer (it is the first time I am using it). As you can see from the minimal code below, I am passing handouts as an option. I would expect that overlays be ...
2
votes
2answers
111 views
How to reduce space in begining of itemize?
I am writing one list after one text?
Following is list items:
1. Pen
2. Hen
3. Ten
I need to reduce spacing between text (Following is list items:) and begining of list(Pen). How can i ...
5
votes
1answer
231 views
Beamer inline itemize and enumeration
My goal is to produce inline lists (itemize and enumerate) in combination with the beamer document class. The symbols of these lists should use the same symbols as their non-inline counterparts to ...
0
votes
0answers
79 views
Shortening the whitespace for \begin{itemize}
I have some items on my resume that have listed bullets, like so:
But I find the distance between the • and the title is too far, so I'd like to change it. How would I go about doing this? My code ...
7
votes
3answers
4k views
labels for itemize in proposition
I have a Proposition which consists of an itemize with three claims, i.e.
\begin{prop}
\begin{itemize}
\item[(i)] ...
\item[(ii)] ...
\item[(iii)] ...
\end{itemize}
\end{prop}
I wish to insert ...





