Hi,

> > >2. I want a document with the follow characteristics:
> > >class: book                   pagestyle: heading                    sides: two
> > >Margins:
> > >Top: 30mm     Bottom: 20mm    Right: 25mm   Left: 40mm
> > >AND THAT THE CHAPTERS START AT RIGHT PAGE (odd page) !!!!
> > >If I select 'Use geometry package' and specific the margin, I not obtained the
> > >chapter initial at odd page.
> > You can try to insert a \cleardoublepage (in TeX-mode) directly before the title
> > of the new chapter.
> I had the similar problem and the solution was to put the 'twoside'
> option for the geometry package, something like: \geometry{twoside}

Thank you for your help, I have resolve my problem with insert the follow line in the
LaTeX-preamble:
\textwidth=145mm
\hoffset=12mm

the line at the start of the document:
\geometry{twoside}

and the line at the begin of the Chapter:
\cleardoublepage

thank you,

Riccardo Varotto

--
_______                       ________

    May U  o ____ /\ __    o  live 2
   __/\__  :.\ _ \\// /  /\:  __/\__
   \ oO /  ::/ V /-/_//\/ /:  \ oO /
   / \/ \  :/ /\ \/ _"\  /::  / \/ \
   //\///  :\/  \/\/ \/ /..:  //\///
   see the o----------\/--:o dawn O(+>

WEB Page: http://www.dei.unipd.it/~riky




Reply via email to