Adjusted outside margins to permit trimming
This commit is contained in:
parent
1343eba2e5
commit
494f8437b5
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user