summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newthm/n-thmb.sty
blob: 2dc69db413bb0d424b98f39ed5b531473cc0badd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\begingroup \makeatletter
\@ifundefined{theorem@style}{\input{newthm.sty}}{}
\ProvidesFile{n-thmb.sty}
             [\filedate\space Theorem layout style \fileversion]
\wlog{Theorem layout: `theorem-margin-break' \fileversion \space
         <\filedate>  (FMi)}
\gdef\th@marginbreak{\normalfont\slshape
  \def\@begintheorem##1##2{\item
       [\rlap{\vbox{\theorem@headerfont
                    \hbox{\llap{##2}\hskip\labelsep ##1\th@thmsep}%
                    \hbox{\strut}}}]}%
\def\@opargbegintheorem##1##2##3{%
  \item[\rlap{\vbox{\theorem@headerfont
                    \hbox{\llap{##2}\hskip\labelsep ##1\ (##3)\th@thmsep}%
                    \hbox{\strut}}}]}}
\endgroup

\endinput
%% 
%% End of file `n-thmb.sty'.