diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:39 +0000 |
commit | 58b3c97cd0b6150672d05c6aec4af3fc3140fdc0 (patch) | |
tree | db42a726509b962652eb29ea6a04ad4b15aeddc2 /Master/texmf-dist/tex/latex/newthm/n-thp.sty | |
parent | 344f33ebdf41a498671770dc2edbff38e3447b3d (diff) |
newthm
git-svn-id: svn://tug.org/texlive/trunk@1137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newthm/n-thp.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/newthm/n-thp.sty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newthm/n-thp.sty b/Master/texmf-dist/tex/latex/newthm/n-thp.sty new file mode 100644 index 00000000000..e989a001251 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newthm/n-thp.sty @@ -0,0 +1,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'. |