Skip to content

Commit

Permalink
Merge pull request #7 from mas-group/fix/twosided-margins
Browse files Browse the repository at this point in the history
Fix margins for double sided printing and binding
  • Loading branch information
argenos authored Nov 5, 2018
2 parents 1424b32 + 43a0f68 commit 7ad7730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mas_report.cls
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
% Report options
\DeclareOption{twosides}{
\PassOptionsToClass{\CurrentOption}{book}
\PassOptionsToPackage{left=4cm,right=2cm}{geometry}
}
\DeclareOption{oneside}{
\PassOptionsToClass{\CurrentOption}{book}
\PassOptionsToPackage{left=4cm,right=2cm, asymmetric}{geometry}
}
% Execute the default option
\ExecuteOptions{thesis}
Expand Down
Binary file modified report.pdf
Binary file not shown.

0 comments on commit 7ad7730

Please sign in to comment.