Questions tagged [enumerate]
{enumerate} is about the enumerate list environment. If you use this tag, add the more general {lists} tag.
2,517 questions
0
votes
1
answer
56
views
Custom ordering of list items
Background: I want to create a multiple choice exam in two versions, where the order of the choices differ. That is, both versions have the same questions and a list of answer options, but these ...
2
votes
1
answer
40
views
How to append the label of the parent list when the nested list is custom?
I want to get "legal-like" lists that would look like this:
1.
1.1.
1a.
1a.1.
1b.
2.
So, I tried to create a custom list with enumitem, but it doesn't inherit the labels of its parent ...
5
votes
3
answers
129
views
Aligning minipage (with figures) with the label inside custom enumerate environment
There might be an obvious solution that I have overlooked, but I need the help.
I have a custom enumeration environment. Some items only include a table or a figure, or a table/figure with text. If ...
5
votes
3
answers
206
views
How to reset a resumed enumext enumerate?
I'm using the enumext package for my enumerates. For programming reasons, I want to always resume the counter. But there are occasions (when I hit a new section) when I want to reset the counter ...
4
votes
5
answers
263
views
How do I include enumerate within a tabular environment?
I am creating a worksheet and want to have columns aligned (and thus the tabular environment)
This is roughly what I want, but misaligned.
\documentclass[12pt]{article}
\begin{document}
Find the ...
2
votes
2
answers
98
views
Increasing the Vertical Distance Between Centered Enumerate Item Numbers and the Text Below
Consider the following code which is based on the answer of @invictus here: Displaying Enumerate Item Numbers Directly Above the Item Descriptions
\documentclass[12pt]{book}
\usepackage{enumitem}
\...
4
votes
3
answers
152
views
Displaying Enumerate Item Numbers Directly Above the Item Descriptions
Consider the code:
\documentclass[12pt]{book}
\usepackage{enumitem}
\begin{document}
\thispagestyle{empty}
\begin{enumerate}[label=\large\textbf{\arabic*.}]
\item First item.
\item Second item.
\...
1
vote
0
answers
27
views
Align all items [duplicate]
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{enumitem}
\usepackage{fullpage}
\begin{document}
\begin{center}
\huge{\textbf{IIT JAM PYQs \\
Linear Algebra}}
\end{...
2
votes
2
answers
92
views
Enumitem: left align and right align
How do I get my enumerate list to look like this? I want the leftmost edge of the widest label to be a fixed distance from the left---the red line should coincide with the blue---and the right edge of ...
2
votes
3
answers
153
views
Indentation of equation inside a list
I have a list, in which I one of the items to be some text followed by an equation contained by an align* environment. The equation is long, so I want it to span the entire page, and not be indented ...
2
votes
1
answer
60
views
Include bold items for headings in enumerate
Is the proper way to include bold items is to enclose \textbf{Heading} with {}?
\documentclass [a4paper,12pt] {article}
\begin {document}
\begin {enumerate}
%% 1.
\item {\textbf{Multidisciplinary ...
0
votes
1
answer
45
views
Control Enumerate Nesting Level - Custom List
This questions answers how to modify the depth starting level well using:
\makeatletter\@enumdepth1\makeatother
In:
\documentclass{article}
\begin{document}
\makeatletter\@enumdepth1\makeatother
\...
2
votes
1
answer
220
views
LaTeX: Why does typing 9:1 as a ratio cause “Missing $ inserted” error? [closed]
I'm getting a Missing $ inserted error when I try to typeset a ratio like this:
by a 9:1 ratio
This appears inside a normal itemize environment, not in math mode. I am not using any math-specific ...
4
votes
2
answers
87
views
Tasks horizontal alignment when nested within enumerate [duplicate]
When tasks is positioned within enumerate, there is unwanted padding at the top of it. Can we access this (and negate it) so that the two sit flush?
The above is subtle, but they are not aligned ...
4
votes
1
answer
87
views
How can I continue a special enumerating after new section?
Thanks to @egreg (bellow) I had a great help. But unfortunately there is an alignment problem on the left margin and I would like it to be aligned. How could this be solved?
\documentclass{article}...