- Split PrimeManual package into multiple packages.

- Change original PrimeManual package into a class and rename Manual.
This commit is contained in:
Silcantar
2025-07-09 21:01:35 -05:00
parent 40b8836e51
commit 8dfaf66c18
16 changed files with 364 additions and 307 deletions

17
geometry.tex 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