summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/atendofenv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/atendofenv/README.md')
-rw-r--r--macros/latex/contrib/atendofenv/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/macros/latex/contrib/atendofenv/README.md b/macros/latex/contrib/atendofenv/README.md
new file mode 100644
index 0000000000..7d3e3cced3
--- /dev/null
+++ b/macros/latex/contrib/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