Skip to main content

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.

2 votes
2 answers
17 views

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} \...
Ricky W.'s user avatar
4 votes
2 answers
56 views

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 ...
oooh GYC's user avatar
0 votes
0 answers
71 views

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 ...
Gary's user avatar
  • 1,133
2 votes
1 answer
67 views

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 \...
cis's user avatar
  • 14.3k
0 votes
1 answer
58 views

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 ...
Gary's user avatar
  • 1,133