Re: problema impaginazione

#27502
Up
0
Down
::

Scusate,
devo stampare stasera e non ho molto tempo di far ricerche, però ci ho provato.

Il mio problema è che quando vado a capo il capoverso risulta shiftato di qualche centimetro verso il basso. Questo succede anche nelle section, dopo il titolo. Qualcuno può darmi una mano?Il documento che compilo è questo:
`\documentclass[a4paper,11pt,twoside,english,openright]{book}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=2cm,bmargin=2cm,lmargin=2.5cm}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\setlength{\parskip}{\medskipamount}
\usepackage{float}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{fancyhdr,color,lipsum}
\usepackage{url}

\makeatletter

\providecommand{\tabularnewline}{\\}
\usepackage{gensymb}

\newcommand{\lyxdot}{.}

\makeatother

\usepackage[english]{babel}

\pagestyle{fancy}
\fancyheadoffset[RO,LE]{3pt}
\fancyhead[RO,LE]{\thepage}
\fancyhead[LO]{\rightmark}
\fancyhead[RE]{\lefttmark}

\renewcommand\headrule{{
\hrule height 2pt
width\headwidth
\vspace{1pt}
\hrule height 1pt
width\headwidth
\vspace{-4pt}}}

\begin{document}
\thispagestyle{empty}
\vspace{10cm}
\begin{flushright}
\null\vspace{\stretch{2} } \null
\textit{A……}\\
\vspace{\stretch{1} }
\end{flushright}
\thispagestyle{empty}

\dominitoc
\begin{spacing}{0.8}
\tableofcontents
\end{spacing}

\mainmatter
\setcounter{page}{0}\thispagestyle{empty}

\input{intro.tex}

\setcounter{page}{0}\thispagestyle{empty}
\thispagestyle{empty}

\input{ch1.tex}
\input{ch2.tex}
\input{Ch3.tex}
\input{Ch4.tex}
\input{conclusions.tex}

\backmatter
\newpage
\thispagestyle{empty}
\null
\newpage

\addcontentsline{toc}{chapter}{Bibliography}

\bibliographystyle{plain}

\bibliography{mastertesi}
\nocite{*}

\end{document}`

Sezione del forum sbagliata. Togli la parte segnata in rosso.

Ciao
Enrico

Go to top