Questions tagged [lists]
{lists} is about list environments. If your question deals with a specific list environment, such as {itemize}, {enumerate}, or {description}, add that tag along with this one. {enumitem} is a popular package for customizing lists. For registers like a "List of figures", use {table-of-contents} instead.
3,051 questions
4
votes
1
answer
99
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 ...
3
votes
2
answers
107
views
Change Typeface Inside Description Environment
How can I select the typeface for all terms like Fire Prism and Rangers inside description environment across the document?
\documentclass[10pt, a5paper]{report}
\usepackage[left=12mm, top=18mm, ...
2
votes
2
answers
98
views
How to prepend content to each `item` in an `enumitem` environment after the item label?
My goal is to get from
- Item one
o Item two
to
- 0 Item one
o 1 Item two
Please note that I do not want an ordered list. Instead, I want to inject the output of an arbitrary command between the ...
1
vote
1
answer
26
views
Extending default length of `linguex` sublists
I’m using linguex to generate numbered sublists, but the list-length default wraps after ‘f’. What’s the best way to extend this?
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\...
0
votes
1
answer
58
views
Changing placement of nested list the description environment
I am trying to replicate the structure of a dictionary using the description environment and the enumitem package. I am using [style=nextline] for the definition to start in the next line, but I would ...
6
votes
2
answers
220
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
2
answers
65
views
Numbered and referenceable `description` with appended labels
I am looking for a description-like environment which
numbers its items,
has (fixed) text preceding the label,
appends whatever is given in the optional argument of an \item,
and can be referenced.
...
3
votes
0
answers
48
views
Fix vertical spacing of lists at beginning of environments
When a list is the first thing in certain environments center, flushleft,... topsep get's ignored. This is great before the list but undesired after the list.
The following fixes that problem ...
1
vote
2
answers
81
views
LyX: Enumerate-Resume and Second-Level Lists
Most of my work has to be produced with numbered paragraphs. I use LyX with the Customisable Lists / Enumitem package for a lot of this. This provides Enumerate-Resume which allows the paragraph ...
4
votes
1
answer
87
views
xcookybooky problem with indentation in '\preparation'
I am writing down my recipes in a document using the xcookybooky package.
I encountered a problem using the environment \begin{enumerate} in the command \preparation: as you can see by the attach ...
0
votes
2
answers
77
views
custom halfdynamic list
I have problems creating a list first, but adding entries on the fly later.
I need the List (actualy more a numbered table/matrix/) in the first pages of my rather long document, and want to add the ...
3
votes
3
answers
267
views
description list with several items per description
In a description list I want to describe several items with the same explanation, like in:
\documentclass[twoside]{article}
\usepackage{enumitem}
\begin{document}
%% Snip start
\begin{description}[...
2
votes
0
answers
85
views
Typesetting long list across two pages [closed]
I want to write a long list (with sublists) of two columns, and I face an unpleasant line break when the list extends across two pages. See the code below and the result
\documentclass{article}
\...
1
vote
1
answer
86
views
enumitem - multiline labels with more lines than item text
I'd like to make a list like the one in this answer: https://tex.stackexchange.com/a/618687/9512
Somehow the alignment does not work when the label has more lines than the item text has.
Following is ...
4
votes
2
answers
581
views
Best LaTeX environment to recreate this example
I'm working on a document in which I need to be able to indent freely (and most importantly conveniently) verses/lines of text. Below you have a screenshot of what I need to be able to do (it was ...