Margin adjustments
This commit is contained in:
parent
6eaac780e6
commit
653b194f07
@ -6,18 +6,18 @@
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.2}An Important Note}{1}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.3}A Minor Note}{1}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.4}Why Do People Have Trouble Keeping Track of Things?}{1}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {2}Goals}{3}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {2}Goals}{2}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {3}Annual Goals}{5}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {3}Annual Goals}{3}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {4}Monthly and Weekly Goals}{7}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {4}Monthly and Weekly Goals}{4}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {5}Weekly Task List}{9}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {5}Weekly Task List}{5}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {6}The Year}{11}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {6}The Year}{7}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
|
1231
build/planner.log
1231
build/planner.log
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -3,8 +3,8 @@
|
||||
\contentsline {section}{\numberline {1.2}An Important Note}{1}%
|
||||
\contentsline {section}{\numberline {1.3}A Minor Note}{1}%
|
||||
\contentsline {section}{\numberline {1.4}Why Do People Have Trouble Keeping Track of Things?}{1}%
|
||||
\contentsline {chapter}{\numberline {2}Goals}{3}%
|
||||
\contentsline {chapter}{\numberline {3}Annual Goals}{5}%
|
||||
\contentsline {chapter}{\numberline {4}Monthly and Weekly Goals}{7}%
|
||||
\contentsline {chapter}{\numberline {5}Weekly Task List}{9}%
|
||||
\contentsline {chapter}{\numberline {6}The Year}{11}%
|
||||
\contentsline {chapter}{\numberline {2}Goals}{2}%
|
||||
\contentsline {chapter}{\numberline {3}Annual Goals}{3}%
|
||||
\contentsline {chapter}{\numberline {4}Monthly and Weekly Goals}{4}%
|
||||
\contentsline {chapter}{\numberline {5}Weekly Task List}{5}%
|
||||
\contentsline {chapter}{\numberline {6}The Year}{7}%
|
||||
|
22
missfont.log
22
missfont.log
@ -1,22 +0,0 @@
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Italic-tlf-ot1
|
||||
mktextfm nullfont
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Italic-tlf-ot1
|
||||
mktextfm nullfont
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Italic-tlf-ot1
|
||||
mktextfm nullfont
|
||||
mktextfm LibertinusSerif-Regular-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
||||
mktextfm LibertinusSerif-Bold-tlf-ot1
|
26
planner.tex
26
planner.tex
@ -1,10 +1,28 @@
|
||||
\documentclass[11pt,letterpaper,twoside,openright]{book}
|
||||
\usepackage[letterpaper,inner=0.7in,outer=0.7in,bindingoffset=0.4in,body=9.8in]{geometry}
|
||||
\documentclass[twoside]{report}
|
||||
% \documentclass[11pt,letterpaper,twoside,openright]{book}
|
||||
% \usepackage[letterpaper,inner=0.7in,outer=0.7in,bindingoffset=0.4in,body=9.8in]{geometry}
|
||||
% see https://ctan.org/pkg/geometry?lang=en
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
letterpaper,
|
||||
% heightrounded,
|
||||
margin=0.5in,
|
||||
inner=0.75in,
|
||||
outer=0.75in,
|
||||
bindingoffset=0.4in,
|
||||
% body=11in,
|
||||
textheight=10in,
|
||||
footskip=0in
|
||||
}
|
||||
|
||||
% Adjust the top and bottom margins
|
||||
% http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907057
|
||||
% \addtolength{\topmargin}{0.5in}
|
||||
% \addtolength{\textheight}{-0.75in}
|
||||
|
||||
\usepackage{multirow}
|
||||
|
||||
% \usepackage{ifthen} % https://ctan.org/pkg/ifthen
|
||||
|
||||
% \usepackage{setspace} % http://ctan.org/pkg/setspace
|
||||
|
||||
\author{Kenneth John Odle}
|
||||
@ -19,7 +37,9 @@
|
||||
\linespread{1.}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\chapter*{}
|
||||
|
||||
\thispagestyle{empty}
|
||||
% \pagenumbering{gobble}
|
||||
% Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno
|
||||
|
Loading…
Reference in New Issue
Block a user