blob: a0a3998a94be59d7be60489f9938c93a0ccb78b4 (
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-thpno.sty}
[\filedate\space Theorem layout style \fileversion]
\wlog{Theorem layout: `theorem-plain' \fileversion \space
<\filedate> (FMi)}
\gdef\th@plainNo{\normalfont\itshape
\def\@begintheorem##1##2{%
\item[\hskip\labelsep \theorem@headerfont ##1\th@thmsep]}%
\def\@opargbegintheorem##1##2##3{%
\item[\hskip\labelsep \theorem@headerfont ##1\ (##3)\th@thmsep]}}
\endgroup
\theoremnumbering{none}
\endinput
%%
%% End of file `n-thpno.sty'.
|