diff options
author | David A. Madore <david+git@madore.org> | 2013-03-07 16:14:43 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2013-03-07 16:14:43 +0100 |
commit | 9014f0dc1b7bbaf20ff12742c8176ce665504a66 (patch) | |
tree | 283392fcd07b6a8fb49a054451b6ccc0c070c690 /chapitres/AC.tex | |
parent | cdb8be690cb78086fb5c3b31b8c33ec9e77e9033 (diff) | |
download | galois-9014f0dc1b7bbaf20ff12742c8176ce665504a66.tar.gz galois-9014f0dc1b7bbaf20ff12742c8176ce665504a66.tar.bz2 galois-9014f0dc1b7bbaf20ff12742c8176ce665504a66.zip |
Encadrement de chaque chapitre par un \begingroup .. \endgroup
Ceci permet de rendre locales à ce chapitre les définitions qui
seraient faites dans un chapitre.
Au passage, ceci a permis d'attraper deux accolades ouvrantes pas
fermées (dans brauer.tex et verselles.tex).
Diffstat (limited to 'chapitres/AC.tex')
-rw-r--r-- | chapitres/AC.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapitres/AC.tex b/chapitres/AC.tex index 129dbbe..82f1311 100644 --- a/chapitres/AC.tex +++ b/chapitres/AC.tex @@ -17,6 +17,7 @@ \tableofcontents \else \chapter{Notions d'algèbre commutative} +\begingroup \fi \newcommand{\Top}{\mathop{\mathtextrm{Top}}} @@ -1390,4 +1391,6 @@ $A$ est connexe ssi $\Top(A)$ est connexe. \bibliography{../biblio/bibliographie-livre} \bibliographystyle{../biblio/style-bib-livre} \end{document} +\else +\endgroup \fi |