Skip to content

Instantly share code, notes, and snippets.

@godbyk
Created October 17, 2011 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godbyk/1291896 to your computer and use it in GitHub Desktop.
Save godbyk/1291896 to your computer and use it in GitHub Desktop.
Adjust the spacing between the footnote number and the footnote text
\makeatletter
\renewcommand\@makefntext[1]{%
\parindent 1em%
\noindent
\hb@xt@1.8em{\hss\@makefnmark}#1}
% Adjust 1.8em to be a larger value
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment