diff options
author | David A. Madore <david+git@madore.org> | 2017-10-29 18:53:00 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2017-10-29 18:53:00 +0100 |
commit | 4a5151e16ac865e599f86c9872b957314bb720bc (patch) | |
tree | ff172967d1c3b5546b142dc50976041ebba6afd9 | |
parent | a6b02fa37d0f2fb460f43cd34e24f17d27b4e30a (diff) | |
download | inf105-4a5151e16ac865e599f86c9872b957314bb720bc.tar.gz inf105-4a5151e16ac865e599f86c9872b957314bb720bc.tar.bz2 inf105-4a5151e16ac865e599f86c9872b957314bb720bc.zip |
Avoid widowing section titles.
-rw-r--r-- | notes-inf105.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes-inf105.tex b/notes-inf105.tex index 4491278..b1d7737 100644 --- a/notes-inf105.tex +++ b/notes-inf105.tex @@ -29,7 +29,7 @@ \theoremstyle{definition} \newtheorem{comcnt}{Tout}[subsection] \newcommand\thingy{% -\refstepcounter{comcnt}\smallbreak\noindent\textbf{\thecomcnt.} } +\refstepcounter{comcnt}\smallskip\noindent\textbf{\thecomcnt.} } \newtheorem{defn}[comcnt]{Définition} \newtheorem{prop}[comcnt]{Proposition} \newtheorem{lem}[comcnt]{Lemme} |