TeX - LaTeX Asked by pegasus on February 19, 2021
I have a stacked enumerate going on inside a frame (mdframed
package). For some reason the footnotes are marked a, b, c, etc.
usepackage{mdframed}
usepackage{csquotes}
begin{document}
begin{enumerate}
item Plato
begin{mdframed}
begin{enumerate}
item Text
begin{displayquote}
``Quote" footnote{Reference}
end{displayquote}
end{enumerate}
end{mdframed}
item Aristotle
end{enumerate}
end{document}
end{document}
As Bernhard already wrote, you have to use footnotemark
inside the environment.
Here's a working example:
documentclass{article}
usepackage{mdframed}
usepackage{csquotes}
begin{document}
begin{enumerate}
item Plato
begin{mdframed}
begin{enumerate}
item Text
begin{displayquote}
``Quote" footnotemark
end{displayquote}
footnotetext{Reference}
end{enumerate}
end{mdframed}
item Aristotle
end{enumerate}
end{document}
You should also remove the second end{document}
.
Answered by Necessary_Function on February 19, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP