Skip to content

Instantly share code, notes, and snippets.

@rfde
Last active September 18, 2017 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfde/9d69bed15e8488b4cfa9e3f52a52e153 to your computer and use it in GitHub Desktop.
Save rfde/9d69bed15e8488b4cfa9e3f52a52e153 to your computer and use it in GitHub Desktop.
Linux: ~/.config/sublime-text-3/Packages/User
{
"scope": "text.tex.latex - (string.other.math, meta.environment.math)",
"completions":
[
{ "trigger": "pc", "contents": "\\parencite[vgl.][$1]$0"},
{ "trigger": "bits", "contents": "\\begin{itemize}[noitemsep]\n\t\\item $0\n\\end{itemize}\n"},
{ "trigger": "fm", "contents": "\\fm{$1}$0"},
{ "trigger": "zf", "contents": "\\zf{$1}$0"},
{ "trigger": "ac", "contents": "\\ac{$1}$0"},
{ "trigger": "acs", "contents": "\\acs{$1}$0"},
{ "trigger": "acf", "contents": "\\acf{$1}$0"},
{ "trigger": "acl", "contents": "\\acl{$1}$0"},
{ "trigger": "cobit", "contents": "\\cobit{}$0"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment