summaryrefslogtreecommitdiff
path: root/info/formation-latex-ul/doc/exercice_include.tex
blob: 1ce8197af7e5ab344a823f6be766fee84b1076d7 (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{rpresentation}
\include{emacs}

\end{document}