-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBufferStockTheory.tex
executable file
·58 lines (46 loc) · 2.69 KB
/
BufferStockTheory.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
47
48
49
50
51
52
53
54
55
56
57
58
\input{./econtexRoot} % Set paths for root and various resources
\documentclass[titlepage]{\econtex}
\providecommand{\texname}{BufferStockTheory}% Keyname for the paper
\usepackage{\LaTeXInputs/BufferStockTheory}% Styling for whole paper (and subfiles)
\begin{document}
% Command to determine whether executing in a subfile or main file
% Subfiles redefine the commands
\renewcommand{\onlyinsubfile}[1]{}\renewcommand{\notinsubfile}[1]{#1}
\subfile{BufferStockTheory-NoAppendix} % First subfile (main body of paper)
\hypertarget{Appendices}{} % Allows link to [url-of-paper]#Appendices
\appendix \centerline{\LARGE Appendices}\vspace{0.2in}
\subfile{\ApndxDir/ApndxLiqConstr}
\subfile{\ApndxDir/ApndxConcaveCFunc}
\subfile{\ApndxDir/ApndxEuclidian}
\subfile{\ApndxDir/ApndxCGroIsPGro}
\subfile{\ApndxDir/ApndxMPCLimits}
\subfile{\ApndxDir/ApndxLiqConstrAsLimit}
\subfile{\ApndxDir/ApndxSolnMethEndogGpts}
\subfile{\ApndxDir/ApndxSolnMethTermFunc}
\subfile{\ApndxDir/ApndxConditionDiagrams}
\subfile{\ApndxDir/ApndxCGrowthDeclines}
\clearpage\vfill\eject
% References
\small % Small font
\renewcommand{\baselinestretch}{1.0} % Single spaced
\bibliography{\LaTeXGenerated/BufferStockTheory,\econtexBib}
\end{document}
% Stuff below configures compilation for AucTeX in Emacs -- last line is specialized to Skim on Mac
% Local Variables:
% eval: (setq TeX-command-list (assq-delete-all (car (assoc "BibTeX" TeX-command-list)) TeX-command-list))
% eval: (setq TeX-command-list (assq-delete-all (car (assoc "BibTeX" TeX-command-list)) TeX-command-list))
% eval: (setq TeX-command-list (assq-delete-all (car (assoc "BibTeX" TeX-command-list)) TeX-command-list))
% eval: (setq TeX-command-list (assq-delete-all (car (assoc "BibTeX" TeX-command-list)) TeX-command-list))
% eval: (setq TeX-command-list (assq-delete-all (car (assoc "Biber" TeX-command-list)) TeX-command-list))
% eval: (add-to-list 'TeX-command-list '("BibTeX" "bibtex LaTeX/%s" TeX-run-BibTeX nil t :help "Run BibTeX") t)
% eval: (add-to-list 'TeX-command-list '("BibTeX" "bibtex LaTeX/%s" TeX-run-BibTeX nil (plain-tex-mode latex-mode doctex-mode ams-tex-mode texinfo-mode context-mode) :help "Run BibTeX") t)
% TeX-PDF-mode: t
% TeX-file-line-error: t
% TeX-debug-warnings: t
% LaTeX-command-style: (("" "%(PDF)%(latex) %(file-line-error) %(extraopts) -output-directory=LaTeX %S%(PDFout)"))
% TeX-source-correlate-mode: t
% TeX-source-correlate-start-server: 0
% TeX-parse-self: t
% eval: (cond ((string-equal system-type "darwin") (progn (setq TeX-view-program-list '(("Skim" "/Applications/Skim.app/Contents/SharedSupport/displayline -b %n LaTeX/%o %b"))))))
% TeX-parse-all-errors: t
% End: