-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSolow_reading_assignments.tex
47 lines (35 loc) · 1.75 KB
/
Solow_reading_assignments.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[11pt]{article} % 11 point font
% ---------------------------------- Page layout
\textheight 9.4in % height of the text before a page break
\topmargin -0.8in % extra distance from top of page to header, if any
\textwidth 7in % the default text width is much narrower
\oddsidemargin -0.25in % extra left margin on odd-numbered pages.
\renewcommand{\baselinestretch}{1.05} % line spacing; use any decimal
\pagestyle{empty}
% ------------------------------------- newcommands for a variety of things
\input newcommands
%\includeonly{Solow_reading_assignment_chapter_1}
%\includeonly{Solow_reading_assignment_chapter_2}
%\includeonly{Solow_reading_assignment_chapter_3}
%\includeonly{Solow_reading_assignment_chapter_4}
%\includeonly{Solow_reading_assignment_chapter_5}
%\includeonly{Solow_reading_assignment_chapter_7}
%\includeonly{Solow_reading_assignment_chapter_8}
%\includeonly{Solow_reading_assignment_chapter_9}
%\includeonly{Solow_reading_assignment_chapter_11}
%\includeonly{Solow_reading_assignment_chapter_12}
% --------------------------------------------------- begin document
\begin{document}
% -------------------------------------- Activities that could be included
\include{Solow_reading_assignment_chapter_1}
\include{Solow_reading_assignment_chapter_2}
\include{Solow_reading_assignment_chapter_3}
\include{Solow_reading_assignment_chapter_4}
\include{Solow_reading_assignment_chapter_5}
\include{Solow_reading_assignment_chapter_7}
\include{Solow_reading_assignment_chapter_8}
\include{Solow_reading_assignment_chapter_9}
\include{Solow_reading_assignment_chapter_11}
\include{Solow_reading_assignment_chapter_12}
%-----------------------------------------------------------------------------
\end{document} % end of the document