summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/keytheorems/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/keytheorems/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/keytheorems/README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/keytheorems/README.md b/Master/texmf-dist/doc/latex/keytheorems/README.md
index baf8506c2df..bf344a5b240 100644
--- a/Master/texmf-dist/doc/latex/keytheorems/README.md
+++ b/Master/texmf-dist/doc/latex/keytheorems/README.md
@@ -94,7 +94,8 @@ Some of the code is a direct translation from thmtools but a few things are chan
as in the former, `bodyfont` is `\normalfont`, not the default `\itshape`.
This package keeps the defaults unless a key is specifically given.
- There is no `restatable` environment except with package option `thmtools-compat`. Use the
- `store` (alias `restate`) key.
+ `store` (alias `restate`) key. For counters and labels pointing to the restated theorem,
+ use `store*` (alias `restate*`).
- Rather than `restate=foo` defining a command `\foo*`, theorems are retrieved with `\getkeytheorem{foo}`.
For just the theorem body, use `\getkeytheorem[body]{foo}`. Also, this retrieval
can happen even before the theorem is stated since keytheorems writes the contents
@@ -107,12 +108,7 @@ Some of the code is a direct translation from thmtools but a few things are chan
- With thmtools, the command `\newtheorem{<envname>}{<heading>}` is changed to behave like
`\declaretheorem[name=<heading>]{<envname>}`. This is not the default here. Instead either
only use the new interface or load the package with option `overload`.
-- All new keys (see doc for descriptions):
- - global (load-time or in `\keytheoremset`): `overload`, `thmtools-compat`, `store-all`, `restate-counters`, `continues-code`, `qed-symbol`, `auto-translate`
- - keys for theorem envs: `note` (alias `name`), `short-note`, `continues*`, `store` (alias `restate`), `seq`
- - declaring theorems (in `\newkeytheorem`): `tcolorbox`, `tcolorbox-no-titlebar`
- - declaring styles (in `\newkeytheoremstyle`): `inherit-style`
- - list of theorems (in `\keytheoremlistset` and `\listofkeytheorems`): `onlynumbered`, `seq`, `title-code`, `no-title`, `note-code`, `print-body`, `no-continues`, `no-chapter-skip`, `chapter-skip-length`
+- Adds several new keys (see doc for details).
## thmtools issues resolved by keytheorems
Issues from the thmtools [github page](https://github.com/muzimuzhi/thmtools),
@@ -464,10 +460,9 @@ text
- Clean up the code. Things are out of order, poorly named, etc.
- Add more error messages.
- thmtools features not yet implemented
- - labels pointing to restated theorem, not original
- real [`beamer`](https://ctan.org/pkg/beamer) support
- certainly more
-- For a complete list, see [`keytheorems-ideas.txt`](https://github.com/mbertucci47/keytheorems/blob/main/keytheorems-ideas.txt)
+- For a complete list, see [`keytheorems-ideas.md`](https://github.com/mbertucci47/keytheorems/blob/main/keytheorems-ideas.md)
## Notes/issues on thmtools, not on Github