- Add custom header/footer.

- Add option to generate files optimized for either print or electronic reading.
This commit is contained in:
Silcantar
2025-08-17 22:29:41 -05:00
parent 9610ecec59
commit c914902f59
10 changed files with 165 additions and 91 deletions

17
geometry.def Normal file
View File

@@ -0,0 +1,17 @@
\newgeometry{
margin = 1in,
% twoside = true,
% inner = 1in,
% top = 1in,
% marginratio = 2:3,
}
\savegeometry{smallMargin}
\newgeometry{
margin = 0.25in,
% twoside = true,
% inner = 0.25in,
% top = 0.25in,
% marginratio = 2:3,}
}
\savegeometry{tinyMargin}
\restoregeometry