summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newthm/n-thm.sty
blob: 25d4b9f0ea57cbb55f1373678fde84e9207e1103 (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-thm.sty}
             [\filedate\space Theorem layout style \fileversion]
\wlog{Theorem layout: `theorem-margin' \fileversion \space
         <\filedate>  (FMi)}
\gdef\th@margin{\normalfont\slshape
  \def\@begintheorem##1##2{\item
       [\theorem@headerfont \llap{##2}\hskip\labelsep ##1\th@thmsep]}%
\def\@opargbegintheorem##1##2##3{%
  \item[\theorem@headerfont \llap{##2}\hskip\labelsep ##1\ (##3)\th@thmsep]}}
\endgroup

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