forked from sylvainhalle/nserc-latex-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
application-config.tex
executable file
·58 lines (48 loc) · 1.9 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
57
58
% !TEX root = main.tex
%% -----------------------------------------------------
%% 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}{University of X}
%% Application year. Only appears in the metadata of the generated PDF.
\newcommand{\applicationyear}{20XX}
%% The list of all authors of the application. Again, only useful for the
%% PDF metadata
\newcommand{\authorlist}{Your Name}
%% The name and NSERC PIN of the main applicant
\nsercname{Your Name}
\nsercpin{NSERCPIN}
\nserctitle{NSERC Discovery Proposal: Your Title}
%% 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 = {LaTeX},
% pdfsubject = {NSERC Discovery Application\applicationyear{} \namecompany{}}
% }
% \usepackage{url}
\usepackage{xcolor}
% \usepackage{todonotes}
% \usepackage{comment}
%% Useful: a few "todo" macros to display colored boxes with remarks
%% and comments
% \newcommand{\todo}[1]{\todo[inline,caption={},color=cyan]{\sf\small TODO: #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}