Adjusted outside margins to permit trimming
This commit is contained in:
parent
1343eba2e5
commit
494f8437b5
@ -27,7 +27,9 @@
|
||||
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
margin=20mm,
|
||||
margin=20mm,
|
||||
lmargin=26mm,
|
||||
rmargin=26mm
|
||||
}
|
||||
|
||||
%% Adjust the top and bottom margins
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user