Skip to content

Commit

Permalink
Allow assymetric margins when using twopage option
Browse files Browse the repository at this point in the history
This commit addresses Issue [#25] by modifying the geometry if the
document is called with the `twopage` option to produce assymetric
margins in the binding

[#25]: skilkis/tudelft-light#25
  • Loading branch information
skilkis committed Mar 1, 2021
1 parent e09bfec commit ad4d17e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tud-report.cls
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
\RequirePackage{tudelft-light/tud-macros}

% --- Document Layout & Title Margins: ----------------------------------------
% Offset margin for binding in twoside mode
\if@twoside\geometry{inner=8pc,outer=4pc}\else\fi

% Adjust chapter format
\titlespacing*{\chapter}{0pt}{-25pt}{10pt}
\definecolor{gray75}{gray}{0}
\newcommand{\hsp}{\hspace{3pt}}
Expand Down

0 comments on commit ad4d17e

Please sign in to comment.