1
Fork 0

Start working on a more modern latex snippet system

This commit is contained in:
prescientmoon 2024-03-14 07:48:19 +01:00
parent b0ff2979ed
commit a47be3adf9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
5 changed files with 283 additions and 190 deletions
home/features/neovim/config/ftplugin

View file

@ -7,7 +7,7 @@ vim.opt.conceallevel = 0
local abbreviations = {
-- Other fancy symvols
{ "tmat", "^T" }, -- Tranpose of a matrix
{ "tmat", "^T" }, -- Transpose of a matrix
{ "cmat", "^*" }, -- Conjugate of a matrix
{ "sneg", "^C" }, -- Set complement
{ "ortco", "^\\bot" }, -- Orthogonal complement
@ -79,7 +79,7 @@ local abbreviations = {
local abolishAbbreviations = {
-- {{{ Special chars
-- System for writing special characters which need to also be easly
-- System for writing special characters which need to also be easily
-- accessible as {sub/super}scripts.
--
-- The reason epsilon and lambda are separated out from everything else in