commit 3d2362cc1eebc696fa823d5ee5a64e3e192f01ee parent fc7087e430548cb27b13203b3125e28d4ffe1b08 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Tue, 26 Mar 2024 11:30:20 -0500 Ultisnippet/tex: added "such that" Diffstat:
| M | UltiSnips/tex.snippets | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets @@ -661,6 +661,11 @@ snippet mctp "μ-ctp" w \(\mu\)-ctp$0 endsnippet +context "math()" +snippet st "such that" w +\text{ such that } +endsnippet + context "not math()" snippet => "(=>)" iA