diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-23 16:25:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-23 16:25:16 +0000 |
commit | 95f44e6aaa9707ee94a8dfa04153274ce05396ac (patch) | |
tree | 56bd92a8ce774691f853b353e17f59fe54dcd5aa /Master/texmf-dist/doc | |
parent | 4731222142fb8eb709e5f954db3231ea1283eb63 (diff) |
thmtools 61 (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23659 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 | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/thmtools.pdf | bin | 307759 -> 224614 bytes |
3 files changed, 20 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex index 07f2d5f7084..230b7da84e1 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-08-09 20:13:08 +0200 v50\@
\ No newline at end of file +\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2011-06-02 08:51:52 +0200 v61\@
\ 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 98e5f31f87d..dd08f3067fa 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex @@ -542,7 +542,7 @@ the boxed and shaded keys here. To change the order in which title, number and note appear, there is a key - headstyle. Currently, the values ``margin'' and ``swapnumber'' are + headformat. Currently, the values ``margin'' and ``swapnumber'' are supported. The daring may also try to give a macro here that uses the commands |\NUMBER|, |\NAME| and |\NOTE|. You cannot circumvent the fact @@ -692,7 +692,7 @@ \listoftheorems[ignoreall, onlynamed={theorem,Theorem,euclid}] \end{result} - As might be expected, the heading given is defined in |\listoftheoremname|. + As might be expected, the heading given is defined in |\listtheoremname|. \section{Extended arguments to theorem environments} @@ -701,7 +701,11 @@ 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. + the name of the theorem, or a source. This key also accepts an + \emph{optional} argument, which will go into the list of theorems. Be + aware that since we already are within an optional argument, you have to + use an extra level of curly braces: + |\begin{theorem}[{name=[Short name]A long name,...}]| \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 @@ -710,7 +714,12 @@ label as its argument.) \item[restate] Saying |restate=foo| will hopefully work like wrapping this theorem in a restatable environment. (It probably still fails - in cases that I didn't think of.) + in cases that I didn't think of.) This key also accepts an optional + argument: when restating, the restate key is replaced by this argument, + for example, |restate=[name=Boring rehash]foo| will result in a + different name. (Be aware that it is possible to give the same key + several times, but I don't promise the results. In case of the name key, + the names happen to override one another.) \end{description} \begin{source} \begin{body}[gobble=6] @@ -891,11 +900,7 @@ theorem, before the body. Does probably not apply (or make sense) for styles that have a linebreak after the head. - \key{headindent} - Value: a length. Horizontal space inserted before the head. Some - publishers like |\parindent| here for remarks, for example. - - \key{headstyle} + \key{headformat} Value: \LaTeX\ code using the special placeholders |\NUMBER|, |\NAME| and |\NOTE|, which correspond to the (formatted, including the braces for |\NOTE| etc.) three parts of a theorem's head. This can be used to @@ -911,6 +916,11 @@ \item[] \emph{This list is likely to grow} \end{description} + \key{headindent} + Value: a length. Horizontal space inserted before the head. Some + publishers like |\parindent| here for remarks, for example. + + \section{Known keys to \texttt{\textbackslash declaretheorem}} \def\keydefaultcontext{declaretheorem} diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf Binary files differindex f805a7d5324..b3cb6b1ed72 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf |