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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply