This repository contains a complete LaTeX template for the junior or the senior FWO postdoctoral fellowship applications. The template follows FWO's specific formatting requirements including Carlito 11 font, single line spacing, and 2.5cm margins.
main.tex- Main LaTeX document containing the complete proposal structure with sections for rationale, methodology, timeline, and referencesmain.pdf- Compiled PDF output of the proposal documentFWO.bib- BibTeX bibliography file containing research references
remove_duplicates.py- Python script to automatically detect and remove duplicate entries from BibTeX files, helping maintain clean bibliography
README.md- This documentation fileLICENSE- Project license information
- LaTeX distribution (TeX Live, MiKTeX, or MacTeX)
- BibTeX for bibliography management
- Python 3.x (for running the duplicate removal script)
-
Compile the main document:
pdflatex main.tex bibtex main pdflatex main.tex pdflatex main.tex
-
Or use latexmk for automatic compilation:
latexmk -pdf main.tex
- Add your references to
FWO.bibfollowing BibTeX format - Use the
remove_duplicates.pyscript to clean duplicate entries:python remove_duplicates.py
- FWO Compliant Formatting: Follows official FWO guidelines for font (Carlito 11), spacing, and margins
- Structured Sections: Pre-defined sections for all required proposal components
- Professional Styling: Clean layout with custom boxes and formatting
- Bibliography Management: Integrated BibTeX support with IEEE citation style
- Comprehensive Packages: Includes essential LaTeX packages for figures, tables, algorithms, and mathematical notation
- Clone or download this repository
- Edit
main.texto include your research proposal content - Update
FWO.bibwith your references - Compile the document to generate your PDF proposal
- Review the output and make necessary adjustments
The template can be easily customized by:
- Modifying section content in
main.tex - Adding or removing LaTeX packages as needed
- Adjusting the custom box styling
- Adding figures, tables, or algorithms using the included packages