cours-m1-eea/455-Codage_Sources/TD/main.tex

36 lines
577 B
TeX
Raw Permalink Normal View History

2019-05-02 17:23:10 +02:00
\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: