diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-18 00:22:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-18 00:22:07 +0000 |
commit | e2041bab726766a5193e515f8a7e1761613d1222 (patch) | |
tree | f757513bdd2ecb46dec6a6160b3bccfd1e75b0d4 /Master/texmf-dist/doc/latex/thmtools/TODO | |
parent | 957aeb141e1e62fc19b0aedb3bc36ad058226250 (diff) |
new latex package thmtools (17feb08)
git-svn-id: svn://tug.org/texlive/trunk@6667 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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/TODO b/Master/texmf-dist/doc/latex/thmtools/TODO new file mode 100644 index 00000000000..f41779340f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/thmtools/TODO @@ -0,0 +1,11 @@ +- ref close-by/far-away +- complex refs + (these two are very similar) + + +- 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. + |