Tagged Questions
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 ...
20
votes
3answers
405 views
Footnote to an item in a description environment
It seems like it's not possible to put footnote inside a description list item.
For example in the following code first footnote appears at the bottom of the page, but the second - doesn't:
...