diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/atendofenv/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/atendofenv/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/atendofenv/README.md b/Master/texmf-dist/doc/latex/atendofenv/README.md new file mode 100644 index 00000000000..7d3e3cced3c --- /dev/null +++ b/Master/texmf-dist/doc/latex/atendofenv/README.md @@ -0,0 +1,24 @@ +# Package `atendofenv` + +A LaTeX package to allow adding a custom symbol at the end of an environment +(e.g. theorems, definitions, remarks) + +## Usage + +To add a small triangle at the end of a theorem, simply insert this after +declaring the `theorem` environment with `\newtheorem`. + +```tex + \AtEndOfEnv{theorem}{$\triangleleft$} +``` + +## Dependencies +- amsthm (for the QED stack) +- letltxmacro (for saving existing macros) + + +## Maintainer +Fangyi Zhou <me+ctan@fangyi.io> + +## Licence +The Unlicense |