diff options
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. + |