summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/atendofenv/README.md
blob: 7d3e3cced3c50a750a50d77f2555935e15b85d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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