From 0c11bb26683b88ae607b421bc04df2829c7bb219 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Sat, 7 Sep 2024 23:08:08 +0200 Subject: [PATCH] Add space between number and text in footnotes --- README.md | 2 +- config/content.tex | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e60708..2f84350 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recomm You may need to install the following packages: ```bash -tlmgr install adjustbox babel babel-english biber biblatex bookmark booktabs caption changes csquotes emptypage enumitem etoc etoolbox fancyhdr fontaxes fontenc glossaries glossaries-english graphicx hyperref iftex import inconsolata libertinus libertinus-fonts libertinus-otf libertinus-type1 makecell mathtools microtype multirow nextpage pdflscape pdfpages setspace siunitx subfig tabularx textcomp titlesec truncate todonotes ulem upquote xcolor xstring +tlmgr install adjustbox babel babel-english biber biblatex bookmark booktabs caption changes csquotes emptypage enumitem etoc etoolbox fancyhdr fontaxes fontenc footmisc glossaries glossaries-english graphicx hyperref iftex import inconsolata libertinus libertinus-fonts libertinus-otf libertinus-type1 makecell mathtools microtype multirow nextpage pdflscape pdfpages setspace siunitx subfig tabularx textcomp titlesec truncate todonotes ulem upquote xcolor xstring ``` diff --git a/config/content.tex b/config/content.tex index 4b848ed..3da020d 100644 --- a/config/content.tex +++ b/config/content.tex @@ -3,6 +3,10 @@ \definechangesauthor[color=RawSienna]{CP} \newcommand{\CP}[1]{\comment[id=CP]{#1}} +% Footnotes +\usepackage[hang]{footmisc} +\setlength{\footnotemargin}{3mm} % Margin between footnote number and text + % Images \usepackage{graphicx} \usepackage{caption} % Point references to the figure not the caption