Modified Geometry use
To make things easier to switch geometry, we have modified it so the options are in a `\geometry` call, rather than in the `\usepackage` call.
This commit is contained in:
parent
8cf88fc424
commit
cfe3053e32
|
@ -1,5 +1,13 @@
|
|||
\documentclass{book}
|
||||
\usepackage[paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe]{geometry}
|
||||
\documentclass[twoside,10pt,openany]{book}
|
||||
|
||||
%% Document Geometry
|
||||
%\usepackage[paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe]{geometry}
|
||||
\usepackage{geometry}
|
||||
%% Proofing
|
||||
%\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe}
|
||||
%% Half Letter Production
|
||||
\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in}
|
||||
|
||||
|
||||
\title{My Basic Roleplaying Resources}
|
||||
\author{Jigme Datse Yli-Rasku}
|
||||
|
|
Loading…
Reference in New Issue