Skip to content

Commit

Permalink
Aggiornato subfig -> subcaption
Browse files Browse the repository at this point in the history
Da CTAN subcaption è un pacchetto più aggiornato
Viene distribuito con caption, aggiornato README
  • Loading branch information
eliapasquali committed Jan 3, 2024
1 parent b9daf81 commit 53f4a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

\usepackage{emptypage} % pagine vuote senza testatina e piede di pagina

\usepackage{epigraph} % per epigrafi
\usepackage{epigraph} % per epigrafi

\usepackage{eurosym} % simbolo dell'euro

Expand All @@ -41,12 +41,12 @@

\usepackage{microtype} % microtipografia

\usepackage{mparhack,relsize} % finezze tipografiche
\usepackage{mparhack,relsize} % finezze tipografiche

\usepackage{nameref} % visualizza nome dei riferimenti
\usepackage[font=small]{quoting} % citazioni

\usepackage{subfig} % sottofigure, sottotabelle
\usepackage{subcaption} % sottofigure, sottotabelle

\usepackage[italian]{varioref} % riferimenti completi della pagina

Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Here's the complete list of packages that you'll need, in order to be able to su
- mparhack
- relsize
- quoting
- subfig
- booktabs
- glossaries
- glossaries-italian
Expand All @@ -69,7 +68,7 @@ Just copy and paste the following command in your terminal.
```bash
sudo tlmgr update --self
sudo tlmgr update --all
sudo tlmgr install pdfx xcolor xmpincl caption changepage csquotes emptypage epigraph nextpage eurosym layaureo listings microtype mparhack relsize quoting subfig booktabs glossaries glossaries-italian glossaries-english biber biblatex babel babel-italian cm-super greek-fontenc latexmk fancyhdr
sudo tlmgr install pdfx xcolor xmpincl caption changepage csquotes emptypage epigraph nextpage eurosym layaureo listings microtype mparhack relsize quoting booktabs glossaries glossaries-italian glossaries-english biber biblatex babel babel-italian cm-super greek-fontenc latexmk fancyhdr
```

As you can see `tlmgr` asks for admin rights, so you'll need to use `sudo` on Linux/macOS, while on Windows you have to [open a command prompt instance as admin](https://www.makeuseof.com/windows-run-command-prompt-admin/) and omit the `sudo` at the beginning of the lines.
Expand Down

0 comments on commit 53f4a6d

Please sign in to comment.