Add caption package

This commit is contained in:
2024-06-27 17:56:39 +02:00
parent 8cb0b4bfc3
commit 30a51a1bdb
2 changed files with 3 additions and 1 deletions

View File

@@ -5,5 +5,5 @@ Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recomm
You may need to install the following packages: You may need to install the following packages:
```bash ```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
``` ```

View File

@@ -45,6 +45,8 @@
%% Content %% Content
\usepackage{bookmark} % Manage bookmarks \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[draft, defaultcolor=Blue, xcolor=dvipsnames]{changes} % Track changes
\usepackage[inline]{enumitem} % Customise lists \usepackage[inline]{enumitem} % Customise lists