"LaTeXe":{insertText:"LaTeXe",documentation:"The current LaTeX symbol",kind: latex_types.symbol},
"newline":{insertText:"newline",documentation:"Starts a new line",kind: latex_types.keyword},
"newpage":{insertText:"newpage",documentation:"Starts a new page",kind: latex_types.keyword},
"linebreak":{insertText:"newpage[]",detail:"Optional Param: int 0-4.",documentation:"Suggests a line break to the LaTeX compiler. Optional parameter: int from 0 to 4, a value lower 4 may be ignored if it would look bad.",kind: latex_types.keyword},
"nolinebreak":{insertText:"nolinebreak[]",detail:"Optional Param: int 0-4.",documentation:"Suggests no line break to the LaTeX compiler. Optional parameter: int from 0 to 4, a value lower 4 may be ignored if it would look bad.",kind: latex_types.keyword},
"pagebreak":{insertText:"nolinebreak[]",detail:"Optional Param: int 0-4.",documentation:"Suggests a page break to the LaTeX compiler. Optional parameter: int from 0 to 4, a value lower 4 may be ignored if it would look bad.",kind: latex_types.keyword},
"nopagebreak":{insertText:"nolinebreak[]",detail:"Optional Param: int 0-4.",documentation:"Suggests no page break to the LaTeX compiler. Optional parameter: int from 0 to 4, a value lower 4 may be ignored if it would look bad.",kind: latex_types.keyword},
"verb":{insertText:"verb{$1}$0",detail:"Do not use verbatim environment and the \\verb command within parameters of other commands.",documentation:"Environment content will be directly printed, as if typed on a typewriter, with all line breaks and spaces, without any LaTeX command being executed.",kind: latex_types.environment},
"verb*":{insertText:"verb*{$1}$0",detail:"Do not use verbatim environment and the \\verb command within parameters of other commands.",documentation:"Environment content will be directly printed, as if typed on a typewriter, with all line breaks and spaces, without any LaTeX command being executed. The additional * lets spaces be printed visible.",kind: latex_types.environment},