Tagged Questions
4
votes
1answer
120 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
113 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
154 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 ...