add cite and ref commands
This commit is contained in:
@@ -39,5 +39,15 @@
|
||||
"prefix": "tab",
|
||||
"body": "\\begin{table}[htb!]\n \\begin{center}\n \\caption{${1:caption}}\n \\label{tab:${2:label}}\n \\resizebox{1\\linewidth}{!}{\n \\begin{tabular}{${3:columns}}\n ${4:data}\n \\end{tabular}}\n \\end{center}\n\\end{table}",
|
||||
"description": "Adds table template"
|
||||
}
|
||||
},
|
||||
"Citation": {
|
||||
"prefix": "cit",
|
||||
"body": "~\\cite{${1:citation}}",
|
||||
"description": "Adds the Cite command"
|
||||
},
|
||||
"Reference": {
|
||||
"prefix": "ref",
|
||||
"body": "~\\ref{${1:citation}}",
|
||||
"description": "Adds the Ref command"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user