summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-23 16:25:16 +0000
committerKarl Berry <karl@freefriends.org>2011-08-23 16:25:16 +0000
commit95f44e6aaa9707ee94a8dfa04153274ce05396ac (patch)
tree56bd92a8ce774691f853b353e17f59fe54dcd5aa /Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx
parent4731222142fb8eb709e5f954db3231ea1283eb63 (diff)
thmtools 61 (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23659 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx')
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx b/Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx
index 09f528cb001..ccd12dc30d8 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-ntheorem.dtx
@@ -9,6 +9,8 @@
%\fi
% \begin{macrocode}
+\providecommand\thmt@space{ }
+
% actually, ntheorem's so-called style is nothing like a style at all...
\def\thmt@declaretheoremstyle@setup{}
\def\thmt@declaretheoremstyle#1{%
@@ -88,7 +90,7 @@
\item[\hskip\labelsep\theorem@headerfont%
\def\NAME{\theorem@headerfont ####1}%
\def\NUMBER{\bgroup\@upn{####2}\egroup}%
- \def\NOTE{\if=####3=\else\bgroup\ (####3)\egroup\fi}%
+ \def\NOTE{\if=####3=\else\bgroup\thmt@space(####3)\egroup\fi}%
\csname thmt@headstyle@#1\endcsname
\theorem@separator
]
@@ -106,7 +108,7 @@
\item[\hskip\labelsep\theorem@headerfont%
\def\NAME{\the\thm@headfont ####1}%
\def\NUMBER{\bgroup\@upn{####2}\egroup}%
- \def\NOTE{\if=####3=\else\bgroup\ (####3)\egroup\fi}%
+ \def\NOTE{\if=####3=\else\bgroup\thmt@space(####3)\egroup\fi}%
#1%
\theorem@separator
]