Add caption package
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
2
main.tex
2
main.tex
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user