summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_include.tex
blob: bc7c9b26cb4b3aea30401d2e9ca79626fbb72fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass[11pt,french]{memoir}
  \usepackage{babel}
  \usepackage{graphicx} % insertion de graphiques avec \includegraphics
  \usepackage{url}      % commande \url pour les... URL

  %% Activer les lignes appropriées selon le moteur utilisé
  \usepackage[utf8]{inputenc}   % LaTeX
  \usepackage[T1]{fontenc}      % LaTeX
  % \usepackage{fontspec}         % XeLaTeX

  \title{R et GNU Emacs}
  \author{Vincent Goulet}
  \date{Université Laval}

\begin{document}

\frontmatter

\input{pagetitre}

\tableofcontents*

\mainmatter

\include{presentation}
\include{emacs}

\end{document}