Search found 1 match

by pf
Tue Apr 27, 2010 11:18 pm
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Re: Wrong paper format with MiKTeX

I overcame a similar problem by formatting my document with the following code placed after the \documentclass{article} declaration in the .tex file:

\topmargin -1.5cm
\oddsidemargin -.04cm
\evensidemargin -.04cm
\textwidth 16.59cm
\textheight 21.94cm
\parskip 7.2pt
\parindent 0pt

Its a simply ...