-
Notifications
You must be signed in to change notification settings - Fork 26
/
application-config.tex
executable file
·56 lines (46 loc) · 1.81 KB
/
application-config.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
%% -----------------------------------------------------
%% Configuration of an NSERC application
%% Defines a few macros that are global to all documents of the application
%% ----------------------------------------------------
%% If your application involves a company, put the name of the company
%% in a macro rather than writing it directly.
\newcommand{\namecompany}{Temporal inc.}
%% Application year. Only appears in the metadata of the generated PDF.
\newcommand{\applicationyear}{2018}
%% The list of all authors of the application. Again, only useful for the
%% PDF metadata
\newcommand{\authorlist}{Emmett Brown}
%% The name and NSERC PIN of the main applicant
\nsercname{Emmett Brown}
\nsercpin{999999}
%% Documents are not dated
\date{}
%% Paragraphes français
%\setlength{\parindent}{0pt}
%% Hack to have list items displayed in a more compact way
\usepackage{paralist}
\setlength{\pltopsep}{4pt}
\setlength{\plitemsep}{4pt}
%% ----------
%% Loading a few packages. These are all optional and can be commented
%% out if you with. Feel free to add others.
%% ----------
\usepackage{hyperref}
\hypersetup{%
pdfauthor = {\authorlist{}},
pdfcreator = {NSERC LaTeX Template V1.4},
pdfsubject = {NSERC \applicationyear{} \namecompany{}}
}
\usepackage{url}
\usepackage{xcolor}
\usepackage{todonotes}
\usepackage{comment}
%% Useful: a few "todo" macros to display colored boxes with remarks
%% and comments
\newcommand{\todoemmett}[1]{\todo[inline,caption={},color=cyan]{\sf\small Emmett: #1}}
\newcommand{\todomarty}[1]{\todo[inline,caption={},color=pink]{\sf\small Marty: #1}}
\newcommand{\todoall}[1]{\todo[inline,caption={},color=yellow]{\sf\small #1}}
%% This will print a "DRAFT" watermark on all pages.
%% Uncomment the next two lines once the application is ready.
% \usepackage{draftwatermark}
% \SetWatermarkText{DRAFT}