Tagged Questions
5
votes
1answer
172 views
How can I place a marginnote inside a description (or other list environment)
I have a macro (defined with the xparse package) that creates a marginnote. It works as I would like when prepended to normal paragraph text:
\NewDocumentCommand\dates{m g}{%
\IfNoValueTF{#2}
...