-
Notifications
You must be signed in to change notification settings - Fork 19
/
erc_B2.tex
64 lines (44 loc) · 1.71 KB
/
erc_B2.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
59
60
61
62
63
64
%AGAIN: put STG, COG, or ADG here depending on the call
\documentclass[B2,COG]{ercgrant}
% put here the year of the call
\renewcommand{\callyear}{2050}
\author{\textcolor{red}{Dr. Jane/John Doe}}
\acro{\textcolor{red}{ACRONYM}}
\title{\textcolor{red}{PROJECT TITLE}}
\institution{\textcolor{red}{Example Institute}}
% ====== BODY OF THE DOCUMENT ======
\begin{document}
\maketitle
%%%%%%%%%%%%% PART B 2 %%%%%%%%%%%%%%%%%%%
\chapter{The Scientific Proposal}
%%%%%%%%%%%%% STATE-OF-THE-ART %%%%%%%%%%%%%%%%%%%
\section{State-of-the-art and objectives}\label{sec:stateofart}
\color{red}
% -----------------------------------------------------------------------------
\subsection{\textcolor{red}{Introduction}}\label{sec:stateofart:intro}
% -----------------------------------------------------------------------------
\blindtext[5]
% -----------------------------------------------------------------------------
\subsection{\textcolor{red}{Subsection}}\label{sec:stateofart:subsection}
% -----------------------------------------------------------------------------
\blindtext[2]
\blindtext[2]
% -----------------------------------------------------------------------------
\subsection{\textcolor{red}{Summary}}\label{sec:stateofart:summary}
% -----------------------------------------------------------------------------
\blindtext[2]
\color{black}
%%%%%%%%%%%%% METHODOLOGY %%%%%%%%%%%%%%%%%%%
\section{Methodology}
\color{red}
\blindtext[2]
% ---------------------------------------------------------
%%%%%%%%%%%%% BIBLIOGRAPHY %%%%%%%%%%%%%%%%%%%
% REMOVE THIS!
\nocite{*} % cite everything
\renewcommand\bibsection{\section*{\refname}}
%\begin{small}
\bibliographystyle{aa}
\bibliography{bibliography}
%\end{small}
\end{document}