Adjusted margins in planner portion (still not happy with this)
This commit is contained in:
parent
77f0b83ec0
commit
d99d4e0b4d
Binary file not shown.
14
planner.tex
14
planner.tex
@ -294,7 +294,7 @@ I find it helpful to keep track of what household chores need to be done. That w
|
|||||||
|
|
||||||
% Need a blank page to make sure pages line up correctly
|
% Need a blank page to make sure pages line up correctly
|
||||||
% Thanks to https://zhiganglu.com/post/latex-insert-blank-page/
|
% Thanks to https://zhiganglu.com/post/latex-insert-blank-page/
|
||||||
\newpage
|
% \newpage
|
||||||
\thispagestyle{plain} % empty
|
\thispagestyle{plain} % empty
|
||||||
\mbox{}
|
\mbox{}
|
||||||
|
|
||||||
@ -339,16 +339,18 @@ Note that weeks in this planner start on Monday. This is in keeping with how mos
|
|||||||
|
|
||||||
\newgeometry{
|
\newgeometry{
|
||||||
letterpaper,
|
letterpaper,
|
||||||
inner=12mm,
|
inner=20mm,
|
||||||
outer=12mm,
|
outer=10mm,
|
||||||
bindingoffset=5mm,
|
bindingoffset=10mm,
|
||||||
textheight=10in,
|
textheight=10in,
|
||||||
top=0.6in,
|
top=0.6in,
|
||||||
bottom=1in,
|
bottom=1in,
|
||||||
% headheight=0.3in,
|
% headheight=0.3in,
|
||||||
% headsep=0.3in,
|
% headsep=0.3in,
|
||||||
% foot=0.5in,
|
% foot=0.5in,
|
||||||
footskip=0.5in
|
footskip=0.5in,
|
||||||
|
marginparwidth=0mm,
|
||||||
|
marginparsep=0mm
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcounter{ct}
|
\newcounter{ct}
|
||||||
@ -366,7 +368,7 @@ Note that weeks in this planner start on Monday. This is in keeping with how mos
|
|||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\tabto{11mm} \textbf{Week \thect}\\
|
\tabto{0.0mm} \textbf{Week \thect}\\
|
||||||
|
|
||||||
\noindent \noindent \includegraphics[outer]{build/righttable-top-sa}
|
\noindent \noindent \includegraphics[outer]{build/righttable-top-sa}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user