diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-21 14:47:08 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-21 17:10:15 +0000 |
commit | b1f41821ba2a79274891d0016df4916454c24f9c (patch) | |
tree | 96a2d9047e3338460cb46d4caa3f6cfd1c7bbb7c /iansecs.sty | |
parent | ee72175941ba27b330519b418d9714709b1aa6e9 (diff) |
Addition: algorithm for full MD partition function using 2 Pfaffiansv0.1
Addition: upper bound on full MD partition function
Comment: extension of algorithms for full MD partition function on
non-planar graphs
Formatting errors and punctuation in labels
Diffstat (limited to 'iansecs.sty')
-rw-r--r-- | iansecs.sty | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/iansecs.sty b/iansecs.sty index 04ffdd0..2720942 100644 --- a/iansecs.sty +++ b/iansecs.sty @@ -407,22 +407,7 @@ \let\endtheo\enddelim %% theorem headers with name \def\theoname#1#2{ - \stepcounter{Theocount} - % reset points - \ifresetpointattheo\resetpointcounter\fi - % hyperref anchor - \hrefanchor - % the number - \def\formattheo{\theTheocount} - % add section number - \ifsections - \let\tmp\formattheo - \edef\formattheo{\sectionprefix\thesectioncount.\tmp} - \fi - % define tag (for \label) - \xdef\tag{\formattheo} - % write - \delimtitle{\bf #1 \formattheo\ \rm(\it #2\rm)} + \theo{#1}\hfil({\it #2})\par\penalty10000\medskip% } %% start appendices |