├── LICENSE ├── README.md ├── doc ├── index.ods └── index.pdf ├── install.sh └── snippets ├── bib.lua └── tex ├── bibtex.lua ├── floats.lua ├── fonts.lua ├── formatting.lua ├── math.lua ├── structure.lua └── templates.lua /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/README.md -------------------------------------------------------------------------------- /doc/index.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/doc/index.ods -------------------------------------------------------------------------------- /doc/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/doc/index.pdf -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/install.sh -------------------------------------------------------------------------------- /snippets/bib.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/bib.lua -------------------------------------------------------------------------------- /snippets/tex/bibtex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/bibtex.lua -------------------------------------------------------------------------------- /snippets/tex/floats.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/floats.lua -------------------------------------------------------------------------------- /snippets/tex/fonts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/fonts.lua -------------------------------------------------------------------------------- /snippets/tex/formatting.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/formatting.lua -------------------------------------------------------------------------------- /snippets/tex/math.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/math.lua -------------------------------------------------------------------------------- /snippets/tex/structure.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/structure.lua -------------------------------------------------------------------------------- /snippets/tex/templates.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaac098098/latex-luasnips/HEAD/snippets/tex/templates.lua --------------------------------------------------------------------------------