From 09d9a75c800e5d05d7340ae8cf6c0a7f1872b2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 17 Sep 2021 22:26:31 +0200 Subject: [PATCH] update todo with idea --- todo.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 4894909..c969415 100644 --- a/todo.md +++ b/todo.md @@ -47,4 +47,12 @@ https://tex.stackexchange.com/questions/515560/incompatibility-of-thmtools-ieeet # Package ideas - 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)