Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcd720101a | |||
|
|
cbc2467219 | ||
|
|
77f361734b | ||
|
|
ea81aee8ca | ||
| 1820c38cae |
10
.gitignore
vendored
10
.gitignore
vendored
@ -38,3 +38,13 @@ Thumbs.db
|
|||||||
.idea/
|
.idea/
|
||||||
*.sty
|
*.sty
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.aux
|
||||||
|
*.bbl
|
||||||
|
*.blg
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.log
|
||||||
|
*.pdf
|
||||||
|
*.toc
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
|||||||
6
main.tex
6
main.tex
@ -11,7 +11,7 @@
|
|||||||
% === SPLIT'S EDITING COMMENTS ===
|
% === SPLIT'S EDITING COMMENTS ===
|
||||||
% Set to 1 for edit mode (wider margins, visible comments)
|
% Set to 1 for edit mode (wider margins, visible comments)
|
||||||
% Set to 0 for final mode (normal margins, comments hidden)
|
% Set to 0 for final mode (normal margins, comments hidden)
|
||||||
\newcommand{\editmode}{1}
|
\newcommand{\editmode}{0}
|
||||||
|
|
||||||
\ifnum\editmode=1
|
\ifnum\editmode=1
|
||||||
% Edit mode: load todonotes, adjust margins
|
% Edit mode: load todonotes, adjust margins
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\pagenumbering{roman}
|
% \pagenumbering{roman}
|
||||||
\maketitle
|
\maketitle
|
||||||
\input{1-goals-and-outcomes/research-statement.tex}
|
% \input{1-goals-and-outcomes/research-statement.tex}
|
||||||
\newpage
|
\newpage
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\newpage
|
\newpage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user