update todo with idea
This commit is contained in:
parent
4ccf35ed41
commit
09d9a75c80
1 changed files with 9 additions and 1 deletions
10
todo.md
10
todo.md
|
@ -47,4 +47,12 @@ https://tex.stackexchange.com/questions/515560/incompatibility-of-thmtools-ieeet
|
||||||
|
|
||||||
# Package ideas
|
# Package ideas
|
||||||
- Define new math environment column types
|
- Define new math environment column types
|
||||||
|
- Integrate this:
|
||||||
|
```
|
||||||
|
\makeatletter
|
||||||
|
\gdef\@badend#1{%
|
||||||
|
\@latex@error{\protect\begin{\detokenize\expandafter{\@currenvir}}\@currenvline
|
||||||
|
\space ended by \protect\end{\detokenize{#1}}}\@eha}
|
||||||
|
\makeatother
|
||||||
|
```
|
||||||
|
from [https://github.com/latex3/latex2e/issues/587](https://github.com/latex3/latex2e/issues/587)
|
||||||
|
|
Loading…
Reference in a new issue