Questions tagged [itemize]
{itemize} is about the itemize list environment. If you use this tag, add the more general {lists} tag.
1,878 questions
0
votes
2
answers
17
views
Redefine `\item` so its first "argument" is a full word
I defined a Tikz macro and I want to use it so the item of an inline itemize is passed as its argument. So far, my solution is this:
\documentclass{article}
\usepackage[inline]{enumitem}
\usepackage{...
0
votes
1
answer
24
views
When using tabbedenum, how can I align the text along the vertical blue line as shown in the figure?
My code is:
\documentclass[12pt,A5paper,oneside]{book}%
\usepackage[utf8]{inputenc}%
\usepackage[english, mongolian]{babel}%
\usepackage{amsmath, amsthm}%
\pagestyle{empty}
\usepackage{wrapfig} %
%\...
3
votes
1
answer
48
views
Is it possible to style (via command options) a specific line in an itemized list?
I'm trying to use the before option of \setupitemize but do not know how to determine the variable to test against. How can I determine what #1: \fi #2: \strc_itemgroups_tag_start_group translate to ...
3
votes
1
answer
84
views
Hierarchical lists in ConTeXt?
Can't find the way to write a hierarchical list in ConTeXt.
it should be like
1.
1.1
1.1.2
2.
2.1
Only the first numbers of each hierarchy appear.
Could anybody help, please?
3
votes
3
answers
127
views
Count items in an itemize list, but not the indented ones
The title says it all: I want to count the items in a list like itemize but not the items in the indented ones. I currently use the code below.
In my document, I use a \label{nameoflabel} inside my ...
0
votes
1
answer
57
views
How to prevent automatic insertion of empty line of equation environments within an itemize environment in beamer? [duplicate]
Here is an example frame that I have, with the hack that I am currently using to avoid the automatic lines. I guess I could use \begin{displaymath} or other similar things but this is what is ...
2
votes
1
answer
59
views
Fit an item's text into exactly two lines (without changing font size) in Beamer
I want to allow text to go a bit into the right margin, or to reduce spacing a tad between letters/words, in order to fit text into exactly two lines (instead of three).
\documentclass{beamer}
\begin{...
4
votes
1
answer
120
views
Custom Nested List in Beamer
I would like to create a custom nested list environment in Beamer that automatically becomes the default list style for every frame, so that I can place all the definitions in the preamble instead of ...
5
votes
4
answers
303
views
How can I detect when an \item in an itemize environment breaks into multiple lines in LaTeX?
I'm experimenting with LaTeX internals to detect when a list item in an itemize environment wraps onto more than one line.
My goal is to eventually adjust the layout (for example, switch to a ...
6
votes
2
answers
348
views
Unknown keys for enumerate and itemize with \DocumentMetadata
Each of the enumerate and itemize environments below create an "unknown key" error on compilation with the `\DocmentMetadata command shown but are OK when that command is commented out.
The ...
1
vote
1
answer
63
views
Mirror default beamer item bullet for RTL languages [closed]
I'm using an RTL language. itemize environment seem to move the bullet to the right of the text (good).
However, the bullet is not mirrored.
Is there a way to achieve this, i.e., mirror the bullet (...
0
votes
1
answer
51
views
How to Reduce Spacing Between Items and Tasks in a Custom choices Environment with tasks Package?
I am using the tasks package to create a custom choices environment for a multiple-choice exam in Arabic, with right-to-left alignment and Arabic labels. However, I am experiencing excessive vertical ...
2
votes
1
answer
119
views
Color and font settings overflow causing them to take effect outside the group
I made some simple modifications to the code, which better expressed my confusion about why the green color and font size settings were used by the Test node in the upper left corner.
\documentclass{...
0
votes
1
answer
79
views
conditional itemize environment within \NewDocumentEnvironment
I am trying to conditionaly enter the itemize environment by creating a \NewDocumentEnvironment, but everytime I use it, I have the following error message:
Error: 40: Undefined control sequence. \...
1
vote
0
answers
45
views
Why can't I use sublists in a bibliatex bibenv?
I give a lot of academic talks, and often give the same talk at
multiple institutions. I want to use Biblatex to layout a list of
academic presentations on my CV, grouped by title. So I want something
...