- Questo topic ha 2 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 4 mesi fa da .
-
Topic
-
Salve a tutti,
sto scrivendo la mia tesi in latex e non ho avuto problemi fino a quando non ho inserito il pacchetto pdfpages, allora latex mi da come errore
`
! LaTeX Error: Option clash for package color.
See the LaTeX manual or LaTeX Companion for explanation.
Type Hfor immediate help.
…
l.26
The package color has already been loaded with options:
[]
There has now been an attempt to load it with options
[usenames]
Adding the global options:
,usenames
to your \documentclass declaration may fix this.
Try typingto proceed.
`
vi mando l’inizio del file latex:
`
\documentclass[a4paper,12pt,oneside]{book}\textwidth=14.5truecm %15cm
\textheight=21,5truecm %22cm
\hoffset=-14pt %16pt\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage[perpage,bottom]{footmisc}
\usepackage{yhmath}
\usepackage{fancyhdr}
\usepackage{enumerate}
\usepackage{pdfpages}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{booktabs}
\usepackage[usenames]{color}\definecolor{blue}{rgb}{0,0.5,1}
\definecolor{red}{rgb}{1,0,0}
`
- Devi essere connesso per rispondere a questo topic.