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 ...
2
votes
1answer
62 views

Why is a blank line added before a description environment when placed in a footnote in ConTeXt?

I would like to place a description environment inside a footnote, e.g.: \definedescription[descr][headstyle=normal, style=normal, width=3em] \starttext This is some ...