diff options
| author | David A. Madore <david+git@madore.org> | 2018-02-05 12:12:53 +0100 | 
|---|---|---|
| committer | David A. Madore <david+git@madore.org> | 2018-02-05 12:12:53 +0100 | 
| commit | 94545ea9dce5ae394c8f700e5bdc3eee123ca146 (patch) | |
| tree | e35509b4ce1586b8fa066d987b4c9babd8ed10ab | |
| parent | 46095971467a80f292118cd498c1249f2bfe5be8 (diff) | |
| download | mitro206-94545ea9dce5ae394c8f700e5bdc3eee123ca146.tar.gz mitro206-94545ea9dce5ae394c8f700e5bdc3eee123ca146.tar.bz2 mitro206-94545ea9dce5ae394c8f700e5bdc3eee123ca146.zip | |
Avoid widowing section titles.
| -rw-r--r-- | notes-mitro206.tex | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/notes-mitro206.tex b/notes-mitro206.tex index 1fb8099..d209661 100644 --- a/notes-mitro206.tex +++ b/notes-mitro206.tex @@ -28,9 +28,9 @@  \theoremstyle{definition}  \newtheorem{comcnt}{Tout}[subsection]  \newcommand\thingy{% -\refstepcounter{comcnt}\smallbreak\noindent\textbf{\thecomcnt.} } +\refstepcounter{comcnt}\smallskip\noindent\textbf{\thecomcnt.} }  \newcommand\exercice{% -\refstepcounter{comcnt}\bigbreak\noindent\textbf{Exercice~\thecomcnt.}} +\refstepcounter{comcnt}\bigskip\noindent\textbf{Exercice~\thecomcnt.}}  \newtheorem{defn}[comcnt]{Définition}  \newtheorem{prop}[comcnt]{Proposition}  \newtheorem{lem}[comcnt]{Lemme} | 
