Adjusted outside margins to permit trimming

This commit is contained in:
Kenneth John Odle 2024-06-22 17:09:27 -04:00
parent 1343eba2e5
commit 494f8437b5
2 changed files with 6 additions and 3 deletions

View File

@ -28,6 +28,8 @@
\usepackage{geometry} \usepackage{geometry}
\geometry{ \geometry{
margin=20mm, margin=20mm,
lmargin=26mm,
rmargin=26mm
} }
%% Adjust the top and bottom margins %% Adjust the top and bottom margins

View File

@ -1,4 +1,4 @@
\documentclass[twoside, 10pt, openany]{book} \documentclass[twoside, 10pt, twoside]{book}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -40,7 +40,8 @@
\geometry{ \geometry{
paperheight=8.5in, paperheight=8.5in,
paperwidth=5.5in, paperwidth=5.5in,
margin=0.5in margin=0.5in,
outer=0.75in
} }
% Adjust the top and bottom margins % Adjust the top and bottom margins