2015-05-14 12:22:43 +02:00
|
|
|
\NeedsTeXFormat{LaTeX2e}
|
2015-05-14 16:25:59 +02:00
|
|
|
\ProvidesPackage{candidature}[2015/05/14 Le style des dossiers de scolobb]
|
|
|
|
\typeout{Le style des dossiers do scolobb}
|
2015-05-14 14:45:22 +02:00
|
|
|
|
2015-05-15 02:59:03 +02:00
|
|
|
\usepackage{fontspec}
|
2015-05-14 16:25:59 +02:00
|
|
|
\usepackage[french]{babel}
|
2015-05-14 14:45:22 +02:00
|
|
|
\usepackage[backend=biber]{biblatex}
|
2015-05-20 17:02:08 +02:00
|
|
|
\usepackage[
|
|
|
|
text={154mm,253mm},
|
|
|
|
top=20mm,
|
|
|
|
left=25mm,
|
|
|
|
twoside
|
|
|
|
]{geometry}
|
2015-05-21 15:13:14 +02:00
|
|
|
\usepackage{setspace}
|
2015-05-22 02:28:10 +02:00
|
|
|
\usepackage{hyperref}
|
2015-05-23 15:04:10 +02:00
|
|
|
\usepackage{tabu}
|
2015-05-20 16:26:02 +02:00
|
|
|
|
2015-05-20 22:28:59 +02:00
|
|
|
\setsansfont{Linux Biolinum}
|
|
|
|
\setmainfont{Linux Libertine}
|
|
|
|
|
2015-05-20 16:26:02 +02:00
|
|
|
% A thick horizontal rule filling all page width.
|
|
|
|
\def\thickhrule{\leavevmode\leaders\hrule height 1.5pt\hfill\kern\z@}
|
2015-05-21 15:13:14 +02:00
|
|
|
|
2015-05-21 15:58:28 +02:00
|
|
|
% Set up an unnumbered section appearing in the table of contents.
|
2015-05-21 15:13:14 +02:00
|
|
|
\newcommand{\xsection}[1]{
|
|
|
|
\section*{#1}
|
|
|
|
\addcontentsline{toc}{section}{#1}
|
|
|
|
}
|
2015-05-21 16:14:22 +02:00
|
|
|
|
2015-05-21 18:15:55 +02:00
|
|
|
% Set up an unnumbered section with a plain title appearing in the
|
|
|
|
% table of contents, and a different title appearing in the text.
|
|
|
|
\newcommand{\xstyledsection}[2]{
|
|
|
|
\section*{#2}
|
2015-05-21 16:14:22 +02:00
|
|
|
\addcontentsline{toc}{section}{#1}
|
|
|
|
}
|