diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-25 11:34:57 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-25 11:34:57 +0000 |
commit | 47f4481a23ad516f02cbd8a8bd2a2c180a1ac883 (patch) | |
tree | c96ec730f8c3173be622dc99c56335a40c18f221 /Master/texmf-dist/doc/latex/thmtools/TODO | |
parent | 7f6c139bbdbbbcee9140892f8fad3584d63cf446 (diff) |
thmtools patch update v0.1beta6 2008/06/22
git-svn-id: svn://tug.org/texlive/trunk@9040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thmtools/TODO')
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/TODO b/Master/texmf-dist/doc/latex/thmtools/TODO index f41779340f3..8e7fd1d08e9 100644 --- a/Master/texmf-dist/doc/latex/thmtools/TODO +++ b/Master/texmf-dist/doc/latex/thmtools/TODO @@ -1,6 +1,21 @@ +- maybe store more counters in thm-restate? currently, you cannot re-use + equation numbers, for example. Those all need to be carried around via + \label or equivalent. + +- when using framed, restated version has different vertical spacing. + Oh dear oh dear, might be some addvspace artifact? + - ref close-by/far-away - complex refs (these two are very similar) + +- re pre/posthooks: nesting nightmare: addposthook should _pre_pend and + addprehook should _ap_pend. Still, check what we know about the order in which + kv executes the options. FIXED by implementing and using \g@prependto@macro + kv stuff might not matter: a key such as "shaded" that wants to add an + environment should immediately do both, and user should specify keys in + right order (i.e. "prehook, posthook, shaded" or "shaded, prehook, posthook" + but *not* "prehook, shaded, posthook"). - starred theorems and number in list-of-theorems |