Retour

feuille.tex

Télécharger le fichier
\documentclass[11pt]{article}
 
\usepackage{lesClassiques}
\usepackage{mesCommandes}
\usepackage{TD2}
 
\newif \ifnote
\notefalse
 
\newif \ifwithcorrection
% \withcorrectiontrue % Pour inclure les corrigés
\withcorrectionfalse % Sans corrigés
 
\begin{document}
\leftline{\bfseries Département de Mathématiques et Informatique \hfill Année~1999-2000}
 
\noindent \hrulefill
 
\leftline{D.E.U.G. M.A.S.S. ou I.U.P. (en gros D.E.U.G. A 1 et 2) \hfill Algèbre}
\centerline{\bfseries Quelques idées d'exos}
 
\noindent \hrulefill
 
%%%% Un exemple :
 
 
\input{limites_en_zero}%indiquer le bon chemin
\input{x2_plus_y2_egal_z2}%indiquer le bon chemin
\input{chgt_de_bases}%indiquer le bon chemin
\input{resultant}%indiquer le bon chemin
\input{un_calcul_de_resultant}%indiquer le bon chemin
 
\end{document}