Fixing Latex Funky Formatting Error with Preamble

  • LaTeX
  • Thread starter Ai52487963
  • Start date
  • Tags
    Latex
In summary, the default behavior of twoside is to have the larger margin be the side away from the spine.f
  • #1
115
0
For some reason, compiling my code gives me this wacky formatting error (see attached).

The pages seem to alternate between too far to the left on page 1, too far to the right on page 2, left on page 3, right on page 4 and so on. Even my references are skewed to the right.

Is there some sort of formatting preamble I'm missing here?


Edit: my code at the beginning looks like so:

\documentclass[11pt,twoside,a4paper,draft]{article}
\begin{document}

\title{Dark Matter versus Modified Newtonian Dynamics}
\author{Scott V. Burger\\Western Washington University\\\texttt{<removed email address>}}
\date{June 6, 2008}
\maketitle

\begin{abstract}
 

Attachments

  • asdfsaf.jpg
    asdfsaf.jpg
    33.3 KB · Views: 391
Last edited by a moderator:
  • #2
Hi Ai52487963,

That's not a formatting error. The twoside option is used, for example, for binding double sided pages together in a book. The side of each page with the larger margin is the side that is toward the spine of the book. If you leave out the twoside option, the effect you're describing does not occur.
 
  • #3
The twoside option is used, for example, for binding double sided pages together in a book. The side of each page with the larger margin is the side that is toward the spine of the book. If you leave out the twoside option, the effect you're describing does not occur.
Correct, except that the larger margin is the side away from the spine (unless of course you override the oddsidemargin and evensidemargin). It's kind of hard for authors to write margin notes (or for readers to jot notes down in the margins) if the larger margin is toward the spine. There are some other nifty things you get with the twoside option. Even and odd pages can have different headers, for example.
 
  • #4
Hi D H,

Thanks for the correction about the default behavior of twoside. I guess my mind was in the gutter.
 
  • #5
Thanks so much! I thought the twoside option was just so that printers would see it and print it accordingly.
 

Suggested for: Fixing Latex Funky Formatting Error with Preamble

Replies
2
Views
714
Replies
3
Views
1K
Replies
13
Views
1K
Replies
4
Views
479
Replies
7
Views
721
Replies
1
Views
572
Replies
2
Views
326
Replies
8
Views
796
Replies
1
Views
993
Back
Top