summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thmtools/TODO
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 23:24:59 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 23:24:59 +0000
commit37692430a0ed6d4bc09b544c26cbc8ba41255965 (patch)
treefce78f8c376af10afb0d10fd1ffcd90f8b2d39bc /Master/texmf-dist/doc/latex/thmtools/TODO
parentfb8881a67bb8f860de4fed71bbdb2b2b7c39ac89 (diff)
thmtools 24 (18may10)
git-svn-id: svn://tug.org/texlive/trunk@18359 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thmtools/TODO')
-rw-r--r--Master/texmf-dist/doc/latex/thmtools/TODO24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/TODO b/Master/texmf-dist/doc/latex/thmtools/TODO
index 52e6a7de939..e35b77530a4 100644
--- a/Master/texmf-dist/doc/latex/thmtools/TODO
+++ b/Master/texmf-dist/doc/latex/thmtools/TODO
@@ -1,27 +1,3 @@
-- 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.
- FIXED in beta13
-
-- 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
- FIXED by empty \thefoo macro for starred theorems.
-- getting envname via currenvir is unsafe for theorems (think restatable)
- FIXED by manually changing \@currenvir in restatable.
- FIXED by new hooks that def\thmt@thmname et al. in the theorem itself.
-