Anche con openright, dopo aver compilato il file, non mi risultano i capitolo a destra ma rimangono a sinistra… colpa forse di qualche impostazione del foglio di stile che ho preso su internet in un sito americano?
\usepackage{graphicx}
\usepackage{latexsym}
%\usepackage{palatino}
\oddsidemargin = .18in
\textwidth = 5,9in
\headheight = 0in
\headsep = 0in
\topmargin = .25in
\textheight = 8.5in
\floatsep = .29in
\textfloatsep = \floatsep
\intextsep = \floatsep
%\bibliographystyle{abbrv}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
% Almost everything is double spaced.
%
%\newcommand{\spacing}{1.6}
%\renewcommand{\baselinestretch}{\spacing}
% Footnotes are to be single spaced.
%
\newcommand{\munfootnote}[1]{%
\renewcommand{\baselinestretch}{1.0}%
\footnote{#1}%
\renewcommand{\baselinestretch}{\spacing}%
}
% Lengthy quotes must also be single spaced.
% We provide a parameter for the citation label too.
%
\newcommand{\munquote}[2]{%
\renewcommand{\baselinestretch}{1.0}%
\normalsize
\begin{quote}{“\textsl{#1}”~\cite{#2}}\end{quote}
\renewcommand{\baselinestretch}{\spacing}%
\normalsize
}