- Questo topic ha 11 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 11 anni, 9 mesi fa da .
-
Topic
-
Buongiorno, nella compilazione del mio programma latex nel log del compilatore compaiono numerosi warning del tipo: \headheight is too small (12.0pt): Make it at least 13.59999pt. Ho utilizzato i seguenti comandi prima del \begin{document}:\documentclass[a4paper,11pt,titelpage,italian,pdftex,openright,oneside]{book}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage{euscript}
\usepackage{setspace}
\onehalfspacing
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{fancyvrb}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{array}
\usepackage{latexsym}
\usepackage{url}
\usepackage{subfigure}
\usepackage{pdflscape}
\usepackage{latexsym}
\usepackage{datatool}
\usepackage{bigints}
\usepackage{epsfig}
\usepackage{amsthm}
\usepackage{morefloats}
\usepackage{siunitx}
\usepackage{morefloats}
\usepackage{tabularx}
\usepackage{subfigure}
\usepackage{moresize}
%\oddsidemargin=20pt %
%\evensidemargin=20pt %impostano i margini
%\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}
\selectlanguage{english}
\graphicspath{{img/}}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{pdfpages}
\usepackage{hyperref}
\usepackage{rotating}
\usepackage{geometry}
\usepackage[babel]{csquotes}\author{Guglielmo Giambartolomei}
\providecommand{\e}[1]{\ensuremath{\!\cdot\! 10^{#1}}}
%\usepackage{tikz}
%\usetikzlibrary{shapes,arrows,positioning}
%\usepackage{verbatim}
%\tikzstyle{blockfree} = [draw,rectangle,rounded corners,minimum height=2em,minimum width=4em]
%\tikzstyle{block} = [rectangle, draw, text width=8em, text centered, rounded corners, minimum height=2em]
%\tikzstyle{decision} = [diamond, draw,thick,minimum height=2em,minimum width=2em,aspect=2]
%\tikzstyle{line} = [draw, thick, -latex’]
%\tikzstyle{dash} = [draw, thick, -latex’, dashed]\geometry{top=3cm,bottom=3cm,right=2cm,left=2.5cm}
\pagestyle{fancy}
\fancyhead{} % cancella tutti i campi
%\lhead{\fancyplain{}{\textit{\leftmark}}}
%\lhead{}
%\chead{}
%\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\rhead{\nouppercase{\textbf\leftmark}}
%\lfoot{}
%\cfoot{\thepage}
%\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}\makeindex
\usepackage{biblatex}
%\bibstyle{apalike}
\bibliography{References}
%\biboptions{compress}Penso che il problema riguardi il pacchetto fancyhdr. Come posso modificare il programma in modo da non avere questi warning nella compilazione? Grazie molte.
- Devi essere connesso per rispondere a questo topic.