add bold and italic text block
This commit is contained in:
@@ -47,7 +47,17 @@
|
||||
},
|
||||
"Reference": {
|
||||
"prefix": "ref",
|
||||
"body": "${2:delSpace}~\\ref{${1:citation}} ${3:continue}",
|
||||
"body": "${2:delSpace}~\\ref{${1:refr}} ${3:continue}",
|
||||
"description": "Adds the Ref command"
|
||||
},
|
||||
"Italic Text":{
|
||||
"prefix": "itl",
|
||||
"body": "{\\it ${1:text}} ${2:continue}",
|
||||
"description": "Adds Italic text block"
|
||||
},
|
||||
"Bold Text":{
|
||||
"prefix": "bol",
|
||||
"body": "{\\bf ${1:text}} ${2:continue}",
|
||||
"description": "Adds Bold text block"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user