diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-10 00:04:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-10 00:04:53 +0000 |
commit | 0062f2dde6fe9e690fe436bff55f7edb88c78403 (patch) | |
tree | 053762f1600f1fab0b70c7213b08d6983c129716 /Master/texmf-dist/doc | |
parent | 9659e12bf7d3574541e1192914bbe05d1fa6ddf2 (diff) |
thmtools update (6jul10)
git-svn-id: svn://tug.org/texlive/trunk@19319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/VERSION.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/thmtools.pdf | bin | 298212 -> 310466 bytes |
3 files changed, 21 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex index db461fa6966..d6389ba8aa9 100644 --- a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex +++ b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex @@ -1 +1 @@ -\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2010-06-08 22:07:11 +0200 v35\@
\ No newline at end of file +\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2010-07-05 21:23:32 +0200 v41\@
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex b/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex index 73be5b7b985..ea0380c2515 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex @@ -698,28 +698,37 @@ Usually, the optional argument of a theorem serves just to give a note that is shown in the theorem's head. \Thmtools\ allows you to have a - key-value list here as well. Currently, the only two keys that are - known are |name|, setting the note text, and |label|, which will put a - |\label| command after the heading, so it's only moderately useful right now. - - But it's good to already know the following: we try to treat the argument - as a keyval argument. If \emph{any} key matches, we assume that is the - right thing to do. Otherwise, it is treated as an old-style direct note. - Note that for implementation reasons, keys that are unknown are silently - discarded. + key-value list here as well. The following keys are known right now: + \begin{description} + \item[name] This is what used to be the old argument. It usually holds + the name of the theorem, or a source. + \item[label] This will issue a |\label| command after the head. Not very + useful, more of a demo. + \item[continues] Saying |continues=foo| will cause the number that is + given to be changed to |\ref{foo}|, and a text is added to the note. + (The exact text is given by the macro |\thmcontinues|, which takes the + label as its argument.) + \end{description} \begin{source} \begin{body}[gobble=6] \begin{theorem}[name=Keyed theorem, label=thm:key] - This is a key-val theorem. + This is a + key-val theorem. + \end{theorem} + \begin{theorem}[continues=thm:key] + And it's spread out. \end{theorem} \end{body} \end{source} \begin{result} \begin{theorem}[name=Keyed theorem, - label=thm:key] + label=thm:key,continues=thm:key] This is a key-val theorem. \end{theorem} + \begin{theorem}[continues=thm:key] + And it's spread out. + \end{theorem} \end{result} diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf Binary files differindex 0493ee9d4a0..35e620155ee 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf |