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.
5 questions from the last 30 days
2
votes
2
answers
17
views
How to fit these in three lines
I am trying to make this bullet points look nice in three lines but here is the problem. it won't fit. Here is my code
\documentclass{beamer}
\setbeamertemplate{theorems}[numbered]
\begin{frame}
\...
4
votes
2
answers
56
views
Align the enumerate item number with the top edge of a tcolorbox?
I am using a custom tcolorbox inside an enumerate environment. By default, the item number aligns with the baseline of the box (the bottom). I want the item number to be aligned with the top edge of ...
0
votes
0
answers
71
views
How does \setuplist inherit from \setupframed w/r to the TOC?
Where the documentation for \setuplist reads that it inherits from \setupcounter and \setupframed how are those options to be input?
I tried just adding frame=on with the rest of the options in the ...
2
votes
1
answer
67
views
pgfplotstable: How to use a comma-separated-list inside the typeset
Is there a way to use a comma-sparated-list \def\mylist{3,4,5} in a
\pgfplotstabletypeset[col sep=comma]{...} or maybe \pgfplotstableread[col sep=comma]{...}{\mytable}?
That means
\...
0
votes
1
answer
58
views
Adding color to \writetolist line in the TOC
I don't know what I'm doing wrong, here, but I'd like to style the \writetolist item in the TOC to be a different color than black. I realize I can add the color to the text content itself but that ...