/latex-french-report

Document class for french reports

Primary LanguageTeXMIT LicenseMIT

latex-french-report

Document class for french reports

Installation

pdflatex modele.tex
bibtex modele
pdflatex modele.tex

Documentation

First page

\maketitle
\newpage

You'll have to change the config file according to your specific informations

Table of contents

\tableofcontents[Contents] % Without argument, the title will be 'Sommaire'

List of figures

\listoffigures[Figures] % Without argument, the title will be 'Liste des figures'

Bibliography

\nocite{*} % Bibliographie
\bibliographystyle{plain}
\renewcommand{\bibname}{References}
\bibliography{modele}

Sections

\chapter{Exemple de chapitre}
\section{Exemple de section}
\subsection{Exemple de section}
\subsubsection{Exemple de section}

Figure

\fig{img/autruche.jpg}{0.4}{Label}{Caption}
\figRotate{img/autruche.jpg}{0.4}{Label and caption}{90}

Source code

\usepackage{sourcecode}

\shorthandoff{!}
\lstset{language=R}
\shorthandon{!}

\begin{document}

\vspace*{5mm} \begin{lstlisting}
qt(c(0.975), df=9, lower.tail=TRUE)
[1] 2.262157 <br \>
\end{lstlisting} \par