From 494f8437b51c4720eb7978fa26677c0aa53c108e Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 22 Jun 2024 17:09:27 -0400 Subject: [PATCH] Adjusted outside margins to permit trimming --- cover-003.tex | 4 +++- recipes-003.tex | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cover-003.tex b/cover-003.tex index 46d2cad..1aefb7b 100644 --- a/cover-003.tex +++ b/cover-003.tex @@ -27,7 +27,9 @@ \usepackage{geometry} \geometry{ - margin=20mm, + margin=20mm, + lmargin=26mm, + rmargin=26mm } %% Adjust the top and bottom margins diff --git a/recipes-003.tex b/recipes-003.tex index 1b63223..2a9bdfc 100644 --- a/recipes-003.tex +++ b/recipes-003.tex @@ -1,4 +1,4 @@ -\documentclass[twoside, 10pt, openany]{book} +\documentclass[twoside, 10pt, twoside]{book} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -40,7 +40,8 @@ \geometry{ paperheight=8.5in, paperwidth=5.5in, - margin=0.5in + margin=0.5in, + outer=0.75in } % Adjust the top and bottom margins