% Decent marging... \usepackage[cm]{fullpage} % Indentation for all paragraph (even the first one) + ventilate \usepackage{indentfirst} \setlength{\parskip}{6pt plus 2pt minus 1pt} % Avoid vertical space before/after itemize \usepackage{enumitem} \setlist{nosep} % Use sans-serif font for section' titles \usepackage{sectsty} \allsectionsfont{\sffamily \bfseries} % Use sans-serif font for title page \usepackage{titling} \renewcommand{\maketitlehooka}{\sffamily} % Use monospaced font for URLs \urlstyle{tt} % In french, list item starts with dash, not bullet \renewcommand\labelitemi{---}