diff options
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 |