diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newthm/n-thpno.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/newthm/n-thpno.sty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newthm/n-thpno.sty b/Master/texmf-dist/tex/latex/newthm/n-thpno.sty new file mode 100644 index 00000000000..a0a3998a94b --- /dev/null +++ b/Master/texmf-dist/tex/latex/newthm/n-thpno.sty @@ -0,0 +1,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'. |