17 lines
383 B
TeX
17 lines
383 B
TeX
% one-inch-margins.tex -*- LaTeX -*-
|
|
% code to create one inch margins in LaTeX
|
|
%
|
|
% COPYRIGHT (C) 1994 Bradley M. Kuhn
|
|
%
|
|
% Written : Bradley M. Kuhn Loyola College
|
|
% By
|
|
|
|
|
|
%% This code creates one inch margins for a LaTeX document
|
|
|
|
\oddsidemargin 0in
|
|
\evensidemargin 0in
|
|
\textwidth 6.5in
|
|
|
|
\topmargin 0in
|
|
\textheight 8.0in
|