36 lines
577 B
TeX
36 lines
577 B
TeX
|
\documentclass{../../td}
|
||
|
\usepackage{../../raccourcis}
|
||
|
\usepackage{multicol}
|
||
|
% Mise en page
|
||
|
\title{Correction de TD}
|
||
|
\author{Pierre-Antoine Comby}
|
||
|
\teacher{Michel Kieffer}
|
||
|
\module{455}
|
||
|
|
||
|
\renewcommand{\thesection}{TD\arabic{section}}
|
||
|
|
||
|
\makeatletter
|
||
|
\def\l@section{\@dottedtocline{1}{1em}{3em}}
|
||
|
\makeatother
|
||
|
|
||
|
\graphicspath{{TD1/}{TD2/}{TD3/}{TD4/}{TD5/}{TD6/}{TD7/}{TD8/}{TD9/}}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
\tableofcontents
|
||
|
\section{}
|
||
|
%\subfile{TD1.tex}
|
||
|
\section{}
|
||
|
\subfile{TD2.tex}
|
||
|
\section{}
|
||
|
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: t
|
||
|
%%% End:
|
||
|
|
||
|
|