Page Layoutoverlapping of text and notes in each even page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
abclatex
Posts: 17
Joined: Wed Nov 28, 2012 10:09 pm

overlapping of text and notes in each even page

Post by abclatex »

Hi all,

The below codes (which help to put the footnotes at the bottom of margin) can work well in oneside article, but not in twoside book. There would be overlapping of text and footnotes in each even page because the footnotes appear on the right side instead of at the margin of each even page.

I read them word by word, but cannot figure out how to fix it. Thanks for any suggestions.

Code: Select all

Code, edit and compile here:
\documentclass[a4paper,twoside,symmetric,nols]{tufte-book}
\usepackage[american]{babel}
\usepackage{blindtext}
%% footnote format
\usepackage{forarray,etoolbox,xifthen,,graphicx,picture,calc,atbegshi,lipsum,color}
\newlength{\vincrement}
\newlength{\fmvorigin}
\newlength{\fmhorigin}
\newlength{\fmvoffset}
\newlength{\nextfmvoffset}
\newlength{\fmvskip}
\setlength{\fmvorigin}{-1in-\voffset-\topmargin-\headheight-\headsep-\textheight}
\makeatletter
\ifthenelse{\isundefined{\Gm@lmargin}}%
{\setlength{\fmhorigin}{1in+\hoffset+\oddsidemargin+\textwidth+\marginparsep}}%
{\setlength{\fmhorigin}{\Gm@lmargin+\textwidth+\marginparsep}}
\makeatother
\setlength{\fmvoffset}{0pt}
\setlength{\fmvskip}{3ex}
\newlength{\tmvorigin}
\newlength{\tmhorigin}
\newlength{\tmvoffset}
\newlength{\nexttmvoffset}
\newlength{\tmvskip}
\newlength{\maxtmnheight}
\setlength{\tmvorigin}{-1in-\voffset-\topmargin-\headheight-\headsep-\baselineskip}
\setlength{\tmhorigin}{\fmhorigin}
\setlength{\tmvoffset}{0pt}
\setlength{\tmvskip}{6ex}
\newcounter{fmn}
\newcounter{tmn}
\newboolean{marginisfull}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The overlapping problem:
problem.JPG
problem.JPG (39.57 KiB) Viewed 3513 times

Recommended reading 2024:

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

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

overlapping of text and notes in each even page

Post by cgnieder »

I don't know know where you have the code from but it does not seem to be your own. If it were you knew that it explicitly places the notes to the right and does make any decisions depending on odd and even pages. I only took a quick glance through so I'm not sure where to patch the code right now. Unfortunately it isn't documented at all!

Maybe you should ask the author of the code if he can provide a patch for you?

Regards
site moderator & package author
Post Reply