Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggiornati pacchetti obsoleti #33

Merged
merged 5 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

\usepackage{caption} % didascalie

\usepackage{chngpage,calc} % centra il frontespizio
\usepackage{changepage,calc} % centra il frontespizio

\usepackage{csquotes} % gestisce automaticamente i caratteri (")

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

\usepackage{epigraph} % per epigrafi
\usepackage{epigraph} % per epigrafi
eliapasquali marked this conversation as resolved.
Show resolved Hide resolved

\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
Loading