Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assymetric margins #25

Closed
kswannet opened this issue Nov 4, 2020 · 1 comment · Fixed by #41
Closed

Assymetric margins #25

kswannet opened this issue Nov 4, 2020 · 1 comment · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@kswannet
Copy link

kswannet commented Nov 4, 2020

Option to reduce margins on the outside of pages (non-binding side) instead of symmetric margins on inside and outside of the page. This would allow slightly more space for text and wide tables/images and reducing page count.

@skilkis
Copy link
Owner

skilkis commented Dec 1, 2020

@kswannet this can be done easily by passing the twoside option to the at the start of your main.tex file along with an updated call to the geometry package as shown below. In the future the two-side option can automatically update the options passed to the geometry package.

\PassOptionsToPackage{bindingoffset=2pc}{geometry}
\documentclass[11pt,a4paper,reqno,fancyheader,twoside]{tudelft-light/report}

@skilkis skilkis added the enhancement New feature or request label Dec 1, 2020
@skilkis skilkis self-assigned this Dec 1, 2020
skilkis added a commit to skilkis/tudelft-light-template that referenced this issue Feb 28, 2021
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
skilkis added a commit to skilkis/tudelft-light-template that referenced this issue Mar 1, 2021
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
skilkis added a commit that referenced this issue Mar 1, 2021
This commit Closes #25 by modifying the geometry if the document is
called with the twopage option to produce assymetric margins in the
binding
skilkis added a commit that referenced this issue Mar 1, 2021
This commit Closes #25 by modifying the geometry if the document is
called with the twopage option to produce assymetric margins in the
binding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants