By setting pass, we no longer change the page layout of other pages besides the title page. This is necessary for KOMAScript, for example.
Specifically for KOMAScript we could also set usegeometry, but that will only fix stuff for KOMAScript. If there are other packages out there, this won't do anything, while pass should have effect on all packages.
By setting
pass
, we no longer change the page layout of other pages besides the title page. This is necessary for KOMAScript, for example.Specifically for KOMAScript we could also set
usegeometry
, but that will only fix stuff for KOMAScript. If there are other packages out there, this won't do anything, whilepass
should have effect on all packages.