diff --git a/README.md b/README.md index 294eea4..2c7bc24 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Available snippets can mostly be intuitively derived from [here](././lua/typstar Universal snippets: - Alphanumeric characters: `:` → `$$ ` in markup (e.g. `:X` → `$X$ `, `:5` → `$5$ `) - Greek letters: `;` → `` in math and `$$ ` in markup (e.g. `;a` → `alpha`/`$alpha$ `) -- Common indices (numbers and letters `i-n`): ` ` → `_ ` in math and `$$ ` → `$_$ ` in markup (e.g `A314 ` → `A_314 `, `$alpha$n ` → `$alpha_n$ `) +- Common indices (numbers and letters `i-n`): ` ` → `_ ` in math and `$$ ` → `$_$ ` in markup (e.g `A314 ` → `A_314 `, `$alpha$ n ` → `$alpha_n$ `) You can find a complete map of latin to greek letters including reasons for the less intuitive ones [here](./lua/typstar/snippets/letters.lua). Note that some greek letters have multiple latin ones mapped to them.