Skip to content

Commit 7ad7730

Browse files
authored
Merge pull request #7 from mas-group/fix/twosided-margins
Fix margins for double sided printing and binding
2 parents 1424b32 + 43a0f68 commit 7ad7730

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mas_report.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
% Report options
2626
\DeclareOption{twosides}{
2727
\PassOptionsToClass{\CurrentOption}{book}
28+
\PassOptionsToPackage{left=4cm,right=2cm}{geometry}
2829
}
2930
\DeclareOption{oneside}{
3031
\PassOptionsToClass{\CurrentOption}{book}
32+
\PassOptionsToPackage{left=4cm,right=2cm, asymmetric}{geometry}
3133
}
3234
% Execute the default option
3335
\ExecuteOptions{thesis}

report.pdf

-88 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)