A personal planner which I am developing in LaTeX. You are free to download and adapt to your own purposes. This is my first project in LaTeX. Pull requests are welcome.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1046 lines
22 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. \documentclass[twoside]{report}
  2. % \documentclass[11pt,letterpaper,twoside,openright]{book}
  3. % \usepackage[letterpaper,inner=0.7in,outer=0.7in,bindingoffset=0.4in,body=9.8in]{geometry}
  4. % see https://ctan.org/pkg/geometry?lang=en
  5. \usepackage{geometry}
  6. \geometry{
  7. letterpaper,
  8. % heightrounded,
  9. margin=0.5in,
  10. inner=0.75in,
  11. outer=0.75in,
  12. bindingoffset=0.4in,
  13. % body=11in,
  14. textheight=10in,
  15. footskip=0in
  16. }
  17. % Adjust the top and bottom margins
  18. % http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907057
  19. % \addtolength{\topmargin}{0.5in}
  20. % \addtolength{\textheight}{-0.75in}
  21. \usepackage{multirow}
  22. % \usepackage{ifthen} % https://ctan.org/pkg/ifthen
  23. % \usepackage{setspace} % http://ctan.org/pkg/setspace
  24. \author{Kenneth John Odle}
  25. \usepackage[utf8]{inputenc}
  26. % \usepackage{tgtermes} % Set Times Font
  27. \usepackage{kpfonts}
  28. \pagestyle{plain}
  29. % Puts page numbers in bottom center
  30. \usepackage{multicol}
  31. \setlength\columnsep{0.3in}
  32. % Let's put explanatory stuff in two columns a half inch apart
  33. \linespread{1.}
  34. \begin{document}
  35. \chapter*{}
  36. \thispagestyle{empty}
  37. % \pagenumbering{gobble}
  38. % Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno
  39. \begin{center}
  40. {\Huge Planning Notebook}
  41. \medskip
  42. by Kenneth John Odle
  43. \medskip
  44. v. 0.3.1
  45. \medskip
  46. \today{}
  47. \end{center}
  48. \tableofcontents
  49. \thispagestyle{empty}
  50. \chapter{Introduction}
  51. \setcounter{page}{1}
  52. I don't like long introductions generally, so if this is to long for you, just read "An Important Note" below and get on with life.
  53. \section{Origins}
  54. \begin{multicols}{2}
  55. I created this for one main reason: I have a hard time getting and staying organized, especially with regard to financial matters. Part of this is no doubt due to my background (I did not grow up in an environment where people moved money around to benefit themselves) and undiagnosed ADHD (which is something I'm also looking into).
  56. Also, I had a hard time making this and making it look nice with the tools I had available to me. (I like to do a lot of design things in my spare time and have spent countless hours questioning whether to go with a 10pt font size or a 10.5pt font size. The struggle is real.) Because I like learning new things, I decided to finally learn how to use \LaTeX. I have no idea what took me so long—the learning curve is not steep and it's remarkably powerful. Because it's basically a text file, I can compile it to a pdf file to share, but I can also share it via Git for those who want to create their own version.
  57. \end{multicols}
  58. \section{An Important Note}
  59. \begin{multicols}{2}
  60. You don't have to wait until the beginning of a new year to start this. In fact, I suggest that you avoid New Year's Day to make any major changes in your life. There is already so much going on, what with it being the height of the holiday season for most western religions. As well, people \emph{expect} you to commit to changes. (And take delight in when you fail.)
  61. Rather, start where you are, and make changes as gradually or as quickly as you feel comfortable with. As the clich\'{e} goes, there's no time like the present.
  62. \end{multicols}
  63. \section{A Minor Note}
  64. \begin{multicols}{2}
  65. Like I mentioned above, I've generated this document using \LaTeX. As a result, this document is subject to all the limitations of \LaTeX, and more specifically, my limited (though growing) abilities with \LaTeX. If you want to correct any markup errors I've made (and I'm sure there are plenty), please contact me.
  66. \end{multicols}
  67. \section{Why Do People Have Trouble Keeping Track of Things?}
  68. \chapter{Goals}
  69. \begin{multicols}{2}
  70. \noindent Let's talk about goals.
  71. Presumably you want to make a plan because you have some end in mind—something in your life that you want to change, see more of, or see less of. We're going to work on a year-long plan to get you at least partway to those goals.
  72. There are six parts to setting and achieving a goal, and if you studied journalism in high school or college, you'll recognize them. Those six parts are what, who, when, where, why, and how. Let's look at each one in a little bit more detailed.
  73. \end{multicols}
  74. \section*{What}
  75. \begin{multicols}{2}
  76. This is the easy part. "What" means what you actually want to achieve. This can be anything from "lose ten pounds" to "save \$2,000 for a down payment on a new car". Whatever you choose, it must be \textit{specific} and \emph{measurable}. In other words, it has to be something you can see. This is why most people who fail to achieve a goal: it's not specific. You can easily tell if you've gained ten pounds just by getting on a scale. You can easily tell whether you've saved money by looking at your bank balance.
  77. But if your goal is "get more organized" there's no way to measure "organized". The way out of this dilemma is to stop and think about what that's going to look like.
  78. \end{multicols}
  79. \section*{Who}
  80. \begin{multicols}{2}
  81. There are actually \textit{two} ``who''s here: Who can I rely on to help me achieve this goal, and who will benefit by my achieving this goal. With almost every goal, you're going to be the main beneficiary. But often, there are other people in your life who will also benefit when you achieve this goal.
  82. The other thing to consider is who you are going to tell about this goal. Yes, some goals may be very private, but making your goals public tends to help you achieve them.
  83. \end{multicols}
  84. \section*{How}
  85. \begin{multicols}{2}
  86. The ``how'' describes the methods you are going to use to achieve this goal.
  87. And yes, it is method\textit{s}, plural. If a goal is worth attaining, it's probably going to require a few different techniques to achieve it. For example, if your goal is to lose weight, you will probably achieve it through a combination of diet and exercise. This will mean that you have to learn to cook healthier food and how to shop for healthier food, as well as learning how to exercise safely.
  88. If your goal is to \textit{stop} an unhealthy habit (such as smoking), then you are going to have to learn what to do in its place. This could also involve multiple techniques to achieve it.
  89. Put a lot of thought into your ``how.'' This part of goal-setting is where a lot of your sub-goals will come from. But a lot of these will also end up as dead ends. You may have thought that a particular technique would work for you, but it doesn't, so you'll need to go with a different plan.
  90. \end{multicols}
  91. \section*{When}
  92. \begin{multicols}{2}
  93. When do you want to achieve this goal by? One month, six months, 12 months? Or this a goal that is going to take more than a year? If so, where do you want to be at the end of the first 12 months?
  94. You will also want to build some milestones into your timeline. A lot of people make a goal of exercising every day, and then when they skip a day, they figure that they will just exercise twice as much the next day. But when you put something off like that, it becomes easier and easier to just keep putting it off. The way to avoid this is by building milestones into your timeline.
  95. For example, if your goal is to lose 30 pounds in the next nine months, then you should lose an average of just over three pounds per month. You should set some milestones so that after three months, you will have lost ten pounds, and after six months, you will have lost 20 pounds. This gives you some intermediate goals to aim for, but also provides some flexibility if you have a bad month.
  96. In this planner, you will have space to list annual (i.e., 12-month) goals, and then space to break these down into smaller goals which you think of as monthly goals. Within the planner pages themselves, you will then have room to break down the monthly goals into goals for each week. This is where your ``how'' and ``when'' come together.
  97. \end{multicols}
  98. \section*{Where}
  99. \begin{multicols}{2}
  100. Not many people give thought to where they are going to achieve their goals, as it is often not very important. But for some goals, location is everything. If you're trying to eat healthier, for example, you may need to start going to a different grocery store, or take a different route home which avoids driving by so many fast food restaurants and their drive-throughs.
  101. \end{multicols}
  102. \section*{Why}
  103. \begin{multicols}{2}
  104. This is where your motivation is going to come from. \textit{Why} do want to achieve this goal? How will achieving it make your life better?
  105. \end{multicols}
  106. \chapter{Annual Goals}
  107. Okay, let's make some goals for the next 365 days. But first, lets talk about SMART goals. ``SMART'' is an acronym that helps make sure your goals are workable.
  108. \begin{multicols}{2}
  109. \noindent \textbf{S} means \textbf{specific}. Your goal isn't attainable if you can't describe what it looks like. ``Get healthier'' is \textit{not} specific, because there are a lot of different aspects to health. ``Lose weight'' or ``eat less junk food'' \textit{are} specific, because you're either losing weight or you're not, or you're eating less junk food or not.
  110. \bigskip
  111. \noindent \textbf{M} means \textbf{measureable}. Goals without numbers are meaningless, because you will never be able to tell where you are. You have to put some numbers on it. ``Get healthier'' isn't measureable because there's no scientific way to describe what ``healthier'' means. On the other hand ``lose 20 pounds'' or ``lower my blood pressure by 10 points'' are \textit{very} measureable.
  112. Likewise, ``eat healthier'' isn't measureable. ``Eat fast food a maximum of three times a week'' is measureable.
  113. \bigskip
  114. \noindent \textbf{A} means \textbf{achievable}. Your goal has to be something that you can actually accomplish in a reasonable amount of time, based on variable that you have control over. A lot of people short-circuit themselves by choosing goals that are not achievable. ``Write a book'' is achievable. ``Write a \textit{New York Times} best-selling book is not, because you have no control over whether a publisher will decide to publish it, and no control over whether the book-reading public will decide to buy it.
  115. \bigskip
  116. \noindent \textbf{R} means \textbf{relevant}. If you are going to achieve a goal, it has to mean something to you. Trying to achieve personal goals that other people tell you should achieve is not going to mean much to you. Another way to think of ``relevant'' is ``personal.'' This goal should mean something to you personally. (And yes, you have goals at work, but because they are tied to your paycheck, they are relevant to you.)
  117. \bigskip
  118. \noindent \textbf{T} means \textbf{time-bound}. As they say, a goal without a deadline is just a wish. You need to have an end date.
  119. It's perfectly fine if a goal takes more than one year to accomplish, by the way. Some goals, such as writing a book or running in a marathon, will definitely take longer than a year, depending on where you are starting.
  120. \end{multicols}
  121. \chapter{Monthly and Weekly Goals}
  122. \begin{multicols}{2}
  123. On the next few pages, you will see an annual goal on the left, with room to describe the ``what, who, how, when, where,'' and ``why'' and then a page on the right to break this down into monthly goals.
  124. Keep in mind that a monthly goal may take more or less than a month to achieve. We only use the word ``monthly'' as a convenience.
  125. \end{multicols}
  126. \newpage
  127. \begin{center}
  128. {\Large \textbf{Goal \#1}}
  129. \end{center}
  130. \medskip
  131. \input{annual.tex}
  132. \newpage
  133. \begin{center}
  134. {\Large \textbf{Goal \#1}}
  135. \end{center}
  136. \medskip
  137. \input{monthly.tex}
  138. \newpage
  139. \begin{center}
  140. {\Large \textbf{Goal \#2}}
  141. \end{center}
  142. \medskip
  143. \input{annual.tex}
  144. \newpage
  145. \begin{center}
  146. {\Large \textbf{Goal \#2}}
  147. \end{center}
  148. \medskip
  149. \input{monthly.tex}
  150. \newpage
  151. \begin{center}
  152. {\Large \textbf{Goal \#3}}
  153. \end{center}
  154. \medskip
  155. \input{annual.tex}
  156. \newpage
  157. \begin{center}
  158. {\Large \textbf{Goal \#3}}
  159. \end{center}
  160. \medskip
  161. \input{monthly.tex}
  162. \newpage
  163. \begin{center}
  164. {\Large \textbf{Goal \#4}}
  165. \end{center}
  166. \medskip
  167. \input{annual.tex}
  168. \newpage
  169. \begin{center}
  170. {\Large \textbf{Goal \#4}}
  171. \end{center}
  172. \medskip
  173. \input{monthly.tex}
  174. \newpage
  175. \chapter{Weekly Task List}
  176. \begin{multicols}{2}
  177. I find it helpful to keep track of what household chores need to be done. That way, I don't spend an entire day each weekend just cleaning house and catching up on laundry, and I can plan ahead for needed supplies. If you have a busy household, you may find it handy to print out the following page, fill in the chores and assignments, and then laminate it and stick it on the front of your refrigerator. Everyone can then use a whiteboard marker to cross off their chore when it is done. You can then have a celebration on Sunday night when everything is done and you can wipe the entire sheet clean again, ready for the next week.
  178. \end{multicols}
  179. \newpage
  180. \begin{center}
  181. {\LARGE \textbf{Weekly Tasks}}
  182. \end{center}
  183. \begin{tabular}{ |p{1cm}|p{9cm}|p{5cm}| }
  184. \hline
  185. \textbf{~Day} & \textbf{Task} & \textbf{Assigned To} \\ \hline
  186. \multirow[c]{4}{*}{{\Large ~Mo}} & & \\ [0.3cm] \cline{2-3}
  187. & & \\ [0.3cm] \cline{2-3}
  188. & & \\ [0.3cm] \cline{2-3}
  189. & & \\ [0.3cm] \hline
  190. \multirow[c]{4}{*}{{\Large ~Tu}} & & \\ [0.3cm] \cline{2-3}
  191. & & \\ [0.3cm] \cline{2-3}
  192. & & \\ [0.3cm] \cline{2-3}
  193. & & \\ [0.3cm] \hline
  194. \multirow[c]{4}{*}{{\Large ~We}} & & \\ [0.3cm] \cline{2-3}
  195. & & \\ [0.3cm] \cline{2-3}
  196. & & \\ [0.3cm] \cline{2-3}
  197. & & \\ [0.3cm] \hline
  198. \multirow[c]{4}{*}{{\Large ~Th}} & & \\ [0.3cm] \cline{2-3}
  199. & & \\ [0.3cm] \cline{2-3}
  200. & & \\ [0.3cm] \cline{2-3}
  201. & & \\ [0.3cm] \hline
  202. \multirow[c]{4}{*}{{\Large ~Fr}} & & \\ [0.3cm] \cline{2-3}
  203. & & \\ [0.3cm] \cline{2-3}
  204. & & \\ [0.3cm] \cline{2-3}
  205. & & \\ [0.3cm] \hline
  206. \multirow[c]{4}{*}{{\Large ~Sa}} & & \\ [0.3cm] \cline{2-3}
  207. & & \\ [0.3cm] \cline{2-3}
  208. & & \\ [0.3cm] \cline{2-3}
  209. & & \\ [0.3cm] \hline
  210. \multirow[c]{4}{*}{{\Large ~Su}} & & \\ [0.3cm] \cline{2-3}
  211. & & \\ [0.3cm] \cline{2-3}
  212. & & \\ [0.3cm] \cline{2-3}
  213. & & \\ [0.3cm] \hline
  214. \end{tabular}
  215. % Need a blank page to make sure pages line up correctly
  216. % Thanks to https://zhiganglu.com/post/latex-insert-blank-page/
  217. \newpage
  218. \thispagestyle{plain} % empty
  219. \mbox{}
  220. \chapter{The Year}
  221. The rest of this planner consists of 52 weeks of planning pages.
  222. \begin{multicols}{2}
  223. \end{multicols}
  224. \newpage
  225. % Not part of the table definition; it just makes sure to get us off this introductory page
  226. % Be sure the next page is a left page.
  227. %%%%%%%%%%%%%%%%%%%%%
  228. % Begin a new week
  229. \textbf{Week 1}\\
  230. \input{lefttable.tex}
  231. \newpage
  232. \textbf{Week 1}\\
  233. \input{righttable.tex}
  234. \newpage
  235. %%%%%%%%%%%%%%%%%%%%%
  236. % Begin a new week
  237. \textbf{Week 2}\\
  238. \input{lefttable.tex}
  239. \newpage
  240. \textbf{Week 2}\\
  241. \input{righttable.tex}
  242. \newpage
  243. %%%%%%%%%%%%%%%%%%%%%
  244. % Begin a new week
  245. \textbf{Week 3}\\
  246. \input{lefttable.tex}
  247. \newpage
  248. \textbf{Week 3}\\
  249. \input{righttable.tex}
  250. \newpage
  251. %%%%%%%%%%%%%%%%%%%%%
  252. % Begin a new week
  253. \textbf{Week 4}\\
  254. \input{lefttable.tex}
  255. \newpage
  256. \textbf{Week 4}\\
  257. \input{righttable.tex}
  258. \newpage
  259. %%%%%%%%%%%%%%%%%%%%%
  260. % Begin a new week
  261. \textbf{Week 5}\\
  262. \input{lefttable.tex}
  263. \newpage
  264. \textbf{Week 5}\\
  265. \input{righttable.tex}
  266. \newpage
  267. %%%%%%%%%%%%%%%%%%%%%
  268. % Begin a new week
  269. \textbf{Week 6}\\
  270. \input{lefttable.tex}
  271. \newpage
  272. \textbf{Week 6}\\
  273. \input{righttable.tex}
  274. \newpage
  275. %%%%%%%%%%%%%%%%%%%%%
  276. % Begin a new week
  277. \textbf{Week 7}\\
  278. \input{lefttable.tex}
  279. \newpage
  280. \textbf{Week 7}\\
  281. \input{righttable.tex}
  282. \newpage
  283. %%%%%%%%%%%%%%%%%%%%%
  284. % Begin a new week
  285. \textbf{Week 8}\\
  286. \input{lefttable.tex}
  287. \newpage
  288. \textbf{Week 8}\\
  289. \input{righttable.tex}
  290. \newpage
  291. %%%%%%%%%%%%%%%%%%%%%
  292. % Begin a new week
  293. \textbf{Week 9}\\
  294. \input{lefttable.tex}
  295. \newpage
  296. \textbf{Week 9}\\
  297. \input{righttable.tex}
  298. \newpage
  299. %%%%%%%%%%%%%%%%%%%%%
  300. % Begin a new week
  301. \textbf{Week 10}\\
  302. \input{lefttable.tex}
  303. \newpage
  304. \textbf{Week 10}\\
  305. \input{righttable.tex}
  306. \newpage
  307. %%%%%%%%%%%%%%%%%%%%%
  308. % Begin a new week
  309. \textbf{Week 11}\\
  310. \input{lefttable.tex}
  311. \newpage
  312. \textbf{Week 11}\\
  313. \input{righttable.tex}
  314. \newpage
  315. %%%%%%%%%%%%%%%%%%%%%
  316. % Begin a new week
  317. \textbf{Week 12}\\
  318. \input{lefttable.tex}
  319. \newpage
  320. \textbf{Week 12}\\
  321. \input{righttable.tex}
  322. \newpage
  323. %%%%%%%%%%%%%%%%%%%%%
  324. % Begin a new week
  325. \textbf{Week 13}\\
  326. \input{lefttable.tex}
  327. \newpage
  328. \textbf{Week 13}\\
  329. \input{righttable.tex}
  330. \newpage
  331. %%%%%%%%%%%%%%%%%%%%%
  332. % Begin a new week
  333. \textbf{Week 14}\\
  334. \input{lefttable.tex}
  335. \newpage
  336. \textbf{Week 14}\\
  337. \input{righttable.tex}
  338. \newpage
  339. %%%%%%%%%%%%%%%%%%%%%
  340. % Begin a new week
  341. \textbf{Week 15}\\
  342. \input{lefttable.tex}
  343. \newpage
  344. \textbf{Week 15}\\
  345. \input{righttable.tex}
  346. \newpage
  347. %%%%%%%%%%%%%%%%%%%%%
  348. % Begin a new week
  349. \textbf{Week 16}\\
  350. \input{lefttable.tex}
  351. \newpage
  352. \textbf{Week 16}\\
  353. \input{righttable.tex}
  354. \newpage
  355. %%%%%%%%%%%%%%%%%%%%%
  356. % Begin a new week
  357. \textbf{Week 17}\\
  358. \input{lefttable.tex}
  359. \newpage
  360. \textbf{Week 17}\\
  361. \input{righttable.tex}
  362. \newpage
  363. %%%%%%%%%%%%%%%%%%%%%
  364. % Begin a new week
  365. \textbf{Week 18}\\
  366. \input{lefttable.tex}
  367. \newpage
  368. \textbf{Week 18}\\
  369. \input{righttable.tex}
  370. \newpage
  371. %%%%%%%%%%%%%%%%%%%%%
  372. % Begin a new week
  373. \textbf{Week 19}\\
  374. \input{lefttable.tex}
  375. \newpage
  376. \textbf{Week 19}\\
  377. \input{righttable.tex}
  378. \newpage
  379. %%%%%%%%%%%%%%%%%%%%%
  380. % Begin a new week
  381. \textbf{Week 20}\\
  382. \input{lefttable.tex}
  383. \newpage
  384. \textbf{Week 20}\\
  385. \input{righttable.tex}
  386. \newpage
  387. %%%%%%%%%%%%%%%%%%%%%
  388. % Begin a new week
  389. \textbf{Week 21}\\
  390. \input{lefttable.tex}
  391. \newpage
  392. \textbf{Week 21}\\
  393. \input{righttable.tex}
  394. \newpage
  395. %%%%%%%%%%%%%%%%%%%%%
  396. % Begin a new week
  397. \textbf{Week 22}\\
  398. \input{lefttable.tex}
  399. \newpage
  400. \textbf{Week 22}\\
  401. \input{righttable.tex}
  402. \newpage
  403. %%%%%%%%%%%%%%%%%%%%%
  404. % Begin a new week
  405. \textbf{Week 23}\\
  406. \input{lefttable.tex}
  407. \newpage
  408. \textbf{Week 23}\\
  409. \input{righttable.tex}
  410. \newpage
  411. %%%%%%%%%%%%%%%%%%%%%
  412. % Begin a new week
  413. \textbf{Week 24}\\
  414. \input{lefttable.tex}
  415. \newpage
  416. \textbf{Week 24}\\
  417. \input{righttable.tex}
  418. \newpage
  419. %%%%%%%%%%%%%%%%%%%%%
  420. % Begin a new week
  421. \textbf{Week 25}\\
  422. \input{lefttable.tex}
  423. \newpage
  424. \textbf{Week 25}\\
  425. \input{righttable.tex}
  426. \newpage
  427. %%%%%%%%%%%%%%%%%%%%%
  428. % Begin a new week
  429. \textbf{Week 26}\\
  430. \input{lefttable.tex}
  431. \newpage
  432. \textbf{Week 26}\\
  433. \input{righttable.tex}
  434. \newpage
  435. %%%%%%%%%%%%%%%%%%%%%
  436. % Begin a new week
  437. \textbf{Week 27}\\
  438. \input{lefttable.tex}
  439. \newpage
  440. \textbf{Week 27}\\
  441. \input{righttable.tex}
  442. \newpage
  443. %%%%%%%%%%%%%%%%%%%%%
  444. % Begin a new week
  445. \textbf{Week 28}\\
  446. \input{lefttable.tex}
  447. \newpage
  448. \textbf{Week 28}\\
  449. \input{righttable.tex}
  450. \newpage
  451. %%%%%%%%%%%%%%%%%%%%%
  452. % Begin a new week
  453. \textbf{Week 29}\\
  454. \input{lefttable.tex}
  455. \newpage
  456. \textbf{Week 29}\\
  457. \input{righttable.tex}
  458. \newpage
  459. %%%%%%%%%%%%%%%%%%%%%
  460. % Begin a new week
  461. \textbf{Week 30}\\
  462. \input{lefttable.tex}
  463. \newpage
  464. \textbf{Week 30}\\
  465. \input{righttable.tex}
  466. \newpage
  467. %%%%%%%%%%%%%%%%%%%%%
  468. % Begin a new week
  469. \textbf{Week 31}\\
  470. \input{lefttable.tex}
  471. \newpage
  472. \textbf{Week 31}\\
  473. \input{righttable.tex}
  474. \newpage
  475. %%%%%%%%%%%%%%%%%%%%%
  476. % Begin a new week
  477. \textbf{Week 32}\\
  478. \input{lefttable.tex}
  479. \newpage
  480. \textbf{Week 32}\\
  481. \input{righttable.tex}
  482. \newpage
  483. %%%%%%%%%%%%%%%%%%%%%
  484. % Begin a new week
  485. \textbf{Week 33}\\
  486. \input{lefttable.tex}
  487. \newpage
  488. \textbf{Week 33}\\
  489. \input{righttable.tex}
  490. \newpage
  491. %%%%%%%%%%%%%%%%%%%%%
  492. % Begin a new week
  493. \textbf{Week 34}\\
  494. \input{lefttable.tex}
  495. \newpage
  496. \textbf{Week 34}\\
  497. \input{righttable.tex}
  498. \newpage
  499. %%%%%%%%%%%%%%%%%%%%%
  500. % Begin a new week
  501. \textbf{Week 35}\\
  502. \input{lefttable.tex}
  503. \newpage
  504. \textbf{Week 35}\\
  505. \input{righttable.tex}
  506. \newpage
  507. %%%%%%%%%%%%%%%%%%%%%
  508. % Begin a new week
  509. \textbf{Week 36}\\
  510. \input{lefttable.tex}
  511. \newpage
  512. \textbf{Week 36}\\
  513. \input{righttable.tex}
  514. \newpage
  515. %%%%%%%%%%%%%%%%%%%%%
  516. % Begin a new week
  517. \textbf{Week 37}\\
  518. \input{lefttable.tex}
  519. \newpage
  520. \textbf{Week 37}\\
  521. \input{righttable.tex}
  522. \newpage
  523. %%%%%%%%%%%%%%%%%%%%%
  524. % Begin a new week
  525. \textbf{Week 38}\\
  526. \input{lefttable.tex}
  527. \newpage
  528. \textbf{Week 38}\\
  529. \input{righttable.tex}
  530. \newpage
  531. %%%%%%%%%%%%%%%%%%%%%
  532. % Begin a new week
  533. \textbf{Week 39}\\
  534. \input{lefttable.tex}
  535. \newpage
  536. \textbf{Week 39}\\
  537. \input{righttable.tex}
  538. \newpage
  539. %%%%%%%%%%%%%%%%%%%%%
  540. % Begin a new week
  541. \textbf{Week 40}\\
  542. \input{lefttable.tex}
  543. \newpage
  544. \textbf{Week 40}\\
  545. \input{righttable.tex}
  546. \newpage
  547. %%%%%%%%%%%%%%%%%%%%%
  548. % Begin a new week
  549. \textbf{Week 41}\\
  550. \input{lefttable.tex}
  551. \newpage
  552. \textbf{Week 41}\\
  553. \input{righttable.tex}
  554. \newpage
  555. %%%%%%%%%%%%%%%%%%%%%
  556. % Begin a new week
  557. \textbf{Week 42}\\
  558. \input{lefttable.tex}
  559. \newpage
  560. \textbf{Week 42}\\
  561. \input{righttable.tex}
  562. \newpage
  563. %%%%%%%%%%%%%%%%%%%%%
  564. % Begin a new week
  565. \textbf{Week 43}\\
  566. \input{lefttable.tex}
  567. \newpage
  568. \textbf{Week 43}\\
  569. \input{righttable.tex}
  570. \newpage
  571. %%%%%%%%%%%%%%%%%%%%%
  572. % Begin a new week
  573. \textbf{Week 44}\\
  574. \input{lefttable.tex}
  575. \newpage
  576. \textbf{Week 44}\\
  577. \input{righttable.tex}
  578. \newpage
  579. %%%%%%%%%%%%%%%%%%%%%
  580. % Begin a new week
  581. \textbf{Week 45}\\
  582. \input{lefttable.tex}
  583. \newpage
  584. \textbf{Week 45}\\
  585. \input{righttable.tex}
  586. \newpage
  587. %%%%%%%%%%%%%%%%%%%%%
  588. % Begin a new week
  589. \textbf{Week 46}\\
  590. \input{lefttable.tex}
  591. \newpage
  592. \textbf{Week 46}\\
  593. \input{righttable.tex}
  594. \newpage
  595. %%%%%%%%%%%%%%%%%%%%%
  596. % Begin a new week
  597. \textbf{Week 47}\\
  598. \input{lefttable.tex}
  599. \newpage
  600. \textbf{Week 47}\\
  601. \input{righttable.tex}
  602. \newpage
  603. %%%%%%%%%%%%%%%%%%%%%
  604. % Begin a new week
  605. \textbf{Week 48}\\
  606. \input{lefttable.tex}
  607. \newpage
  608. \textbf{Week 48}\\
  609. \input{righttable.tex}
  610. \newpage
  611. %%%%%%%%%%%%%%%%%%%%%
  612. % Begin a new week
  613. \textbf{Week 49}\\
  614. \input{lefttable.tex}
  615. \newpage
  616. \textbf{Week 49}\\
  617. \input{righttable.tex}
  618. \newpage
  619. %%%%%%%%%%%%%%%%%%%%%
  620. % Begin a new week
  621. \textbf{Week 50}\\
  622. \input{lefttable.tex}
  623. \newpage
  624. \textbf{Week 50}\\
  625. \input{righttable.tex}
  626. \newpage
  627. %%%%%%%%%%%%%%%%%%%%%
  628. % Begin a new week
  629. \textbf{Week 51}\\
  630. \input{lefttable.tex}
  631. \newpage
  632. \textbf{Week 51}\\
  633. \input{righttable.tex}
  634. \newpage
  635. %%%%%%%%%%%%%%%%%%%%%
  636. % Begin a new week
  637. \textbf{Week 52}\\
  638. \input{lefttable.tex}
  639. \newpage
  640. \textbf{Week 52}\\
  641. \input{righttable.tex}
  642. \newpage
  643. \end{document}