From 30a51a1bdba6ebbdf5086716f5e4551a072bcf66 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Thu, 27 Jun 2024 17:56:39 +0200 Subject: [PATCH] Add caption package --- README.md | 2 +- main.tex | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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