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:
Jigme Datse Yli-Rasku 2024-03-10 21:26:07 -07:00
parent 8cf88fc424
commit cfe3053e32
1 changed files with 10 additions and 2 deletions

View File

@ -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}