You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to toggle whether the thesis layout should be generated for prints (All chapters etc on even pages) or not.
Caveat:
Although we should use pagebreak(to: "even"), currently this results in the wrong page numbers being computed for headings. This breaks the rules for what to show on pages where headings start, and potentially lots of others.
The text was updated successfully, but these errors were encountered:
Allow users to toggle whether the thesis layout should be generated for prints (All chapters etc on even pages) or not.
Caveat:
Although we should use
pagebreak(to: "even")
, currently this results in the wrong page numbers being computed for headings. This breaks the rules for what to show on pages where headings start, and potentially lots of others.The text was updated successfully, but these errors were encountered: