Tagged Questions
1
vote
1answer
30 views
How to use a custom symbol for enumerations in ConTeXt?
I need to make an itemized checklist in ConTeXt. I tried all of the available built-in symbols, which gives a dot, line, star, triangle, small circle, medium circle, and large circle, but I need a ...
4
votes
1answer
125 views
How to create in-paragraph enumerations in ConTeXt?
The ConTeXt wiki article on enumerations shows many solutions for creating an enumerated list, however, I see no examples for creating an in-paragraph enumeration, e.g.:
Five animals lived in the ...
5
votes
2answers
114 views
How to add whitespace after every item in a list in ConTeXt?
I have a document containing some questions. I need to leave readers space to write a few sentences as an answer.
I am using this code:
\startitemize[r]
\item Where do most bears live?
\item ...
0
votes
1answer
155 views
How to allow line breaks before the numbers in paragraph enumerations in ConTeXt?
I have some enumerated items, in paragraph form, like this:
\setuppapersize[A5]
\showgrid
\setupitemize[text, r]
\starttext
\startcolumns[n=2]
\startitemize
\item This is a ...