Skip to content

Instantly share code, notes, and snippets.

@chrisma
Created July 6, 2015 09:53
Show Gist options
  • Save chrisma/23025896291b2fee3385 to your computer and use it in GitHub Desktop.
Save chrisma/23025896291b2fee3385 to your computer and use it in GitHub Desktop.
Declare LateX footnotes outside of text, not inline
\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