-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProjectDLO.tex
executable file
·55 lines (45 loc) · 2.72 KB
/
ProjectDLO.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
\input{./econtexRoot} % Set paths for root and various resources
\documentclass[titlepage]{\econtex}
\providecommand{\texname}{ProjectDLO}% Keyname for the paper
\usepackage{\LaTeXInputs/\texname}% Styling for whole paper (and subfiles)
\begin{document}
% Redefine commands from sty file to signal compilation from master
\renewcommand{\onlyinsubfile}[1]{}\renewcommand{\notinsubfile}[1]{#1}
\subfile{ProjectDLO-NoAppendix} % Main body of paper
\pagebreak
\hypertarget{Appendices}{} % Allows link to [url-of-paper]#Appendices
\appendix \centerline{\LARGE Appendices}\vspace{0.2in}
\subfile{\ApndxDir/ApndxTest}
%\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}
%\subfile{\ApndxDir/ApndxMTargetIsStable}
\pagebreak\vfill\eject
\input{\LaTeXInputs/bibliography_blend}
\end{document}
% Stuff below configures compilation for AucTeX in Emacs
% Local Variables:
% TeX-master-file: t
% 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: (setq TeX-command-list (remove '("BibTeX" "%(bibtex) ../LaTeX/%s" TeX-run-BibTeX nil t :help "Run BibTeX") TeX-command-list))
% eval: (setq TeX-command-list (remove '("BibTeX" "bibtex ../LaTeX/%s" TeX-run-BibTeX nil t :help "Run BibTeX") 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-parse-self: t
% TeX-parse-all-errors: 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"))))))
% eval: (cond ((string-equal system-type "gnu/linux") (progn (setq TeX-view-program-list '(("Evince" "evince --page-index=%(outpage) LaTeX/%o"))))))
% eval: (cond ((string-equal system-type "gnu/linux") (progn (setq TeX-view-program-selection '((output-pdf "Evince"))))))
% End: