Created
July 6, 2015 09:53
-
-
Save chrisma/23025896291b2fee3385 to your computer and use it in GitHub Desktop.
Declare LateX footnotes outside of text, not inline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{sepfootnotes} | |
\begin{document} | |
% \sepfootnotecontent needs to be defined before \sepfootnote | |
\sepfootnotecontent{a}{The footnotetext outside of the paragraph.} | |
A long sentence\sepfootnote{a} that I don't want broken by inline footnotes. | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment