tutorial.pdf: update to the latest template
This commit is contained in:
parent
23451ed479
commit
2788600d4f
10 changed files with 183 additions and 160 deletions
|
@ -1,6 +1,24 @@
|
|||
% Decent marging...
|
||||
\usepackage[cm]{fullpage}
|
||||
|
||||
\addto\captionsfrench{
|
||||
\renewcommand{\contentsname}
|
||||
{Sommaire}
|
||||
}
|
||||
% 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{---}
|
||||
|
|
Reference in a new issue