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