Generalusing margin notes and still extend headings and headers int

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
KarstenV
Posts: 1
Joined: Sat Nov 22, 2008 1:22 am

using margin notes and still extend headings and headers int

Post by KarstenV »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply