diff --git a/README.md b/README.md index b2d68f9..be66ccd 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 abstract acro babel-french comment epigraph eso-pic etoc import inconsolata libertinus newtx nextpage sauerj shorttoc titlesec wallpaper +tlmgr install abstract acro babel-french caption comment epigraph eso-pic etoc import inconsolata libertinus newtx nextpage sauerj shorttoc titlesec wallpaper ``` diff --git a/main.tex b/main.tex index 3a2b06d..cb39306 100644 --- a/main.tex +++ b/main.tex @@ -45,6 +45,8 @@ %% Content \usepackage{bookmark} % Manage bookmarks +\usepackage{caption} % To fix the reference to point to the figure and not the caption + \usepackage[draft, defaultcolor=Blue, xcolor=dvipsnames]{changes} % Track changes \usepackage[inline]{enumitem} % Customise lists