commit f04843c5afb55140aa4771509f13ec0e97ea229b parent 7ea8af8c7f5ec7b51252360e0f7b95c91838f3e3 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Sat, 6 May 2023 20:52:29 -0300 update footnotes style Diffstat:
M | style.tex | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.tex b/style.tex @@ -199,5 +199,16 @@ BoldFont = *-Bold, % better fractions \usepackage{nicefrac,xfrac} +% surround footnotes number with square brackets and always use numbers (even +% inside quoted text) +% https://www.overleaf.com/learn/latex/Footnotes +\renewcommand*{\thefootnote}{\ [\arabic{footnote}]\ } +\renewcommand*{\thempfootnote}{\ [\arabic{mpfootnote}]\ } + +% space between text and footer \setlength\footskip{25pt} -\setlength{\skip\footins}{1.5cm} +\setlength{\skip\footins}{12pt} + +% align first letter of all the lines in the footnotes +\usepackage[bottomfloats,belowfloats,hang]{footmisc} +\setlength{\footnotemargin}{1em}