Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-STG: LaTeX Template

GitHub Actions Workflow Status Open in Overleaf

Note

This is an unofficial template based on the templates provided by the ERC program (originally in RTF format). The template is fairly complete and has been update to the 2026 version of the ERC Starting Grants call. However, it was not submitted to the ERC and deemed eligible (to my knowledge), so use with care and double check with the official template. Any help ironing out discrepancies is highly appreciated!

LaTeX class and template for the European Research Council (ERC) Starting Grant applications. The goal of this template is to be as close as possible to the original template provided by the ERC. However, at this time (2024) the call imposes very few strict rules for the formatting (margins, font size, font type), so you are always free to be more creative with it. For a wonderfully colorful example, see a proposal by Matthew von Hippel.

  • Details and original template is provided here (calls are updated each year).

  • For a rtf version of the template, you must start the submission process. The template will then be available on the left-hand side in a section named "Download Part B templates".

Fonts

The official ERC guidelines require the Times New Roman, Arial or similar fonts. On Windows, these should be available, but on Linux we fall back to the TeX Gyre family of fonts. When using PDFLaTeX this class uses the tgtermes package. When using XeLaTeX or LuaLaTeX, we try to load the Times New Roman font and, if it is not available, the TeX Gyre Terms font (or Arial and TeX Gyre Heros, respectively). The official manual recommends the Nimbus fonts (Nimbus Roman and Nimbus Sans), which are metrically compatible with TeX Gyre.

If these do not work for you, you can load fonts yourself using e.g.

% on PDFLaTeX
\usepackage{newtxtext}
\usepackage{newtxmath}

% on XeLaTeX / LuaLaTeX
\setmainfont{Times New Roman}

Building

The resulting PDF files are included for easy viewing, but it is recommended to build the two parts with e.g. latexmk as follows

latexmk -pdflua erc-stg-b1-template.tex
latexmk -pdflua erc-stg-b2-template.tex

Functionality

This packages provides the erc-stg class that is based on the KOMA-script scrartcl class and accepts any options meant for it. It can be used as

\documentclass[11bp,arial,partone,draftproposal]{erc-stg}

% ... preamble ...

\begin{document}

% ... content ...

\end{document}

The class has some options that can be used in the \documentclass command (as above). They are set in the existing template files already. Any unknown options are forwarded to the scrartcl class. There are three options meant for drafting:

  • layoutgrid: overlays a grid on top of each page to check margins and other alignment issues.
  • draftproposal: adds helpful drafting options, such as line numbers and a time stamp. This should also be removed from the templates when submitting.
  • nocomments: disables the ERC template comments. These are just provided as documentation and should be disabled on the start of a new proposal.

The main options control the formatting of part B1 and B2. We have

  • partone: overwrites \maketitle to create the Part B1 title page.
  • parttwo: overwrites \maketitle for the Part B2 title.
  • timesnewroman: selects the Times New Roman font (or TeX Gyre Terms) and ensures that the serif font is the default.
  • arial selects the Arial font (or TeX Gyre Heros) and ensures the sans serif font is the default.

The class also provides a few useful commands that can be used in the proposal. These should be set in both the Part B1 and Part B2 files to ensure that the proposal metadata is available.

  • \ercauthor, \insertercauthor: sets the full author name (first and last name).
  • \ercauthorlastname, \insertercauthorlastname: sets the author's last name (used in the header).
  • \ercinstitution, \insertercinstitution: sets the hosting institution.
  • \ercduration, \insertercduration: sets the duration of the project (in months).
  • \erctitle, \inserterctitle: sets the proposal title.
  • \ercacronym, \insertercacronym: sets the proposal acronym (must match the title).
  • \ercsummary: defines the summary that appears on the title page of Part B1.
  • \erccrossummary: defines the cross-disciplinary proposal justification that appears on the title page of Part B1. If no such justification is needed, use the \ercnocrosssummary command to remove the box and text for this part.

The following optional helper environments are also defined:

  • erccomment: exclusively used for the ERC documentation comments in the template. This is just there so that it can be globally disabled.
  • erccvitem: a simple wrapper around tabular for adding nicely aligned CV items.
  • erctable: a simple wrapper around tabular with consistent formatting.
  • erclongtable: a simple wrapper around longtable with consistent formatting.

Links

Various help around the web:

Other proposals:

Other templates:

About

LaTeX class and template for the European Research Council (ERC) Starting Grant proposals

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages