diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2016-01-06 14:03:07 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2016-01-06 14:03:07 +0000 |
commit | 15ee42222b956726e173dc77115433d09884ca3e (patch) | |
tree | 60f9de62cb90b0884ab5bca3a2a6a14f54ca906d /iansecs.sty | |
parent | 190b7f7e4a18640c066336aecbd4ef3e659f45ab (diff) |
Substantial simplification of the proof
Remove distinction between simple, evenly filled and enclosed graphs
Diffstat (limited to 'iansecs.sty')
-rw-r--r-- | iansecs.sty | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/iansecs.sty b/iansecs.sty index 8d1cc9f..1eb65c8 100644 --- a/iansecs.sty +++ b/iansecs.sty @@ -40,16 +40,6 @@ \eject } -%% prevent page breaks -\newcount\prevpostdisplaypenalty -\def\nopagebreakaftereq{ - \prevpostdisplaypenalty=\postdisplaypenalty - \postdisplaypenalty=10000 -} -\def\restorepagebreakaftereq{ - \postdisplaypenalty=\prevpostdisplaypenalty -} - %% hyperlinks % hyperlinkcounter \newcounter{lncount} |