commit c7e2b2aa687d84fb7f41ceffdb429c31a98655c8 parent fb0394a467cfac2c288346ad0543c677b70ae646 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 24 Feb 2023 18:49:35 -0500 Updated tex/greek snippets Diffstat:
| M | UltiSnips/tex/greek.snippets | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/UltiSnips/tex/greek.snippets b/UltiSnips/tex/greek.snippets @@ -112,3 +112,18 @@ context "math()" snippet ;b "\beta" iA \beta endsnippet + +context "math()" +snippet ;k "\kappa" iA +\kappa +endsnippet + +context "math()" +snippet ;h "\eta" iA +\eta +endsnippet + +context "math()" +snippet ;r "\rho" iA +\rho +endsnippet