Compare commits

...

5 Commits
draft ... main

2 changed files with 13 additions and 3 deletions

10
.gitignore vendored
View File

@ -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

View File

@ -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