Added tikz standalone figure snippet
This commit is contained in:
parent
33079ea6c7
commit
68e5522b5f
@ -49,4 +49,27 @@
|
||||
"%----------------------------------------------------------------------------",
|
||||
]
|
||||
},
|
||||
"Hypothesis highlight":{
|
||||
"scope": "latex,tex",
|
||||
"prefix": "hyp",
|
||||
"body": [
|
||||
"\\textit{\\textcolor{orange}{Hyp.} $0}",
|
||||
]
|
||||
},
|
||||
"Figure TikZ Standalone":{
|
||||
"scope": "latex,tex",
|
||||
"prefix": "tikzfig",
|
||||
"body":[
|
||||
"\\documentclass[margin=0.5cm]{standalone}",
|
||||
"\\usepackage{tikz}",
|
||||
"\\usetikzlibrary{positioning,calc}",
|
||||
"",
|
||||
"\\begin{document}",
|
||||
"",
|
||||
"\\begin{tikzpicture}",
|
||||
" $0",
|
||||
"\\end{tikzpicture}",
|
||||
"\\end{document}",
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user