Hi I successfully set-up margin notes on a
twoside document

, also using the
anysize package for my general margins.I have:
Code: Select all
\marginsize{2.5cm}{7cm}{1.5cm}{1.5cm}
%margin notes settings
\marginparsep 5mm
\marginparwidth 50mm
% this customizes the margin notes to be smaller size etc
\let\oldmarginpar\marginpar
\renewcommand\marginpar[1]{\-\oldmarginpar[\raggedleft\footnotesize #1]%
{\raggedright\footnotesize #1}}
This works great now. However, I was wondering if the is a way to extend my headesr, footers and chapters heading etc to not be only as wide as the remaining text width but also extend into the margin note sides...(with out compromising the working margin notes on add and even pages)
Cheers
Karsten