|
Consider the following code, which produces the output below. Is it possible to enlarge the black circles and give them another color, say, red? |
Answered by
xkevio
Jan 16, 2024
Replies: 1 comment 2 replies
|
You can change the #set list(marker: text(20pt, red, [•], baseline: -5pt))
- First item
- Second item
- Third item |
2 replies
Answer selected by
psads-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You can change the
markerparameter oflistwith a set-rule since it takes any form of content. You might have to adjust the baseline depending on how much bigger you make the markers to keep them horizontally aligned.