Bug: Fix the layout commands #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the problem
There is a bug in the thesis class for the layout commands like
\horizontalmarginsvalue.Indeed, calling them does not actually change the layout since the if conditions that sets the margin values and the
\checkandfixthelayoutcommand are only executed at loading time. Thus changing any value in the preamble will have no effect whatsoever.Proposed solution
The margin values should be passed as parameters to the class so that they can be set directly.
Additionally, the other commands should force a call to the command to fix the layout.
Fix the layout commandsto Bug: Fix the layout commands