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/krull.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/krull.tex')
-rw-r--r-- | chapitres/krull.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapitres/krull.tex b/chapitres/krull.tex index f797c51..f93c31d 100644 --- a/chapitres/krull.tex +++ b/chapitres/krull.tex @@ -13,6 +13,7 @@ \tableofcontents \else \chapter{Théorie de Galois infinie} +\begingroup \fi \section{Théorie de Galois infinie} @@ -1057,4 +1058,6 @@ et $F$ un isomorphisme $\Frob^*ℳ⥲ℳ$, sont équivalentes. \bibliography{../biblio/bibliographie-livre} \bibliographystyle{../biblio/style-bib-livre} \end{document} +\else +\endgroup \fi |