blob: cc3e572e5ce264e62d157716a3b763febcf2f548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\begingroup \makeatletter
\@ifundefined{theorem@style}{\input{newthm.sty}}{}
\ProvidesFile{n-thmno.sty}
[\filedate\space Theorem layout style \fileversion]
\wlog{Theorem layout: `theorem-margin' \fileversion \space
<\filedate> (FMi)}
\gdef\th@marginNo{\normalfont\slshape
\def\@begintheorem##1##2{\item
[\theorem@headerfont \hskip\labelsep ##1\th@thmsep]}%
\def\@opargbegintheorem##1##2##3{%
\item[\theorem@headerfont \hskip\labelsep ##1\ (##3)\th@thmsep]}}
\endgroup
\endinput
%%
%% End of file `n-thmno.sty'.
|