From 717ee052d8b4dd7950ef42d01a5683aae3f7a42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Mon, 25 Oct 2021 22:40:34 +0200 Subject: [PATCH] add direct and inverse limit operators --- src/math/mathop.pysty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty index 10ecf18..fbe0ded 100644 --- a/src/math/mathop.pysty +++ b/src/math/mathop.pysty @@ -203,3 +203,9 @@ __END_OPTIONS_X__ \vphantom{\big|} % pretend it's a little taller at normal size \right|_{#2} % this is the delimiter }} + + +\newcommand\directlimit{\varinjlimit} +\newcommand\inverselimit{\varprojlimit} + +