ace-code-editor
Version:
Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE
127 lines • 2.73 kB
JSON
[[
"start",
["keyword","\\usepackage"],
["lparen","{"],
["storage.type","amsmath"],
["rparen","}"]
],[
"start",
["storage.type","\\title"],
["lparen","{"],
["storage.type","\\LaTeX"],
["rparen","}"]
],[
"start",
["storage.type","\\date"],
["lparen","{"],
["rparen","}"]
],[
"start",
["storage.type","\\begin"],
["lparen","{"],
["variable.parameter","document"],
["rparen","}"]
],[
"start",
["text"," "],
["storage.type","\\maketitle"]
],[
"start",
["text"," "],
["storage.type","\\LaTeX"],
["lparen","{"],
["rparen","}"],
["text"," is a document preparation system for the "],
["storage.type","\\TeX"],
["lparen","{"],
["rparen","}"]
],[
"start",
["text"," typesetting program. It offers programmable desktop publishing"]
],[
"start",
["text"," features and extensive facilities for automating most aspects of"]
],[
"start",
["text"," typesetting and desktop publishing, including numbering and"]
],[
"start",
["text"," cross-referencing, tables and figures, page layout, bibliographies,"]
],[
"start",
["text"," and much more. "],
["storage.type","\\LaTeX"],
["lparen","{"],
["rparen","}"],
["text"," was originally written in 1984 by Leslie"]
],[
"start",
["text"," Lamport and has become the dominant method for using "],
["storage.type","\\TeX"],
["text","; few"]
],[
"start",
["text"," people write in plain "],
["storage.type","\\TeX"],
["lparen","{"],
["rparen","}"],
["text"," anymore. The current version is"]
],[
"start",
["text"," "],
["storage.type","\\LaTeXe"],
["text","."]
],[
"start",
["text"," "]
],[
"start",
["text"," "],
["comment","% This is a comment; it will not be shown in the final output."]
],[
"start",
["text"," "],
["comment","% The following shows a little of the typesetting power of LaTeX:"]
],[
"start",
["text"," "],
["storage.type","\\begin"],
["lparen","{"],
["variable.parameter","align"],
["rparen","}"]
],[
"start",
["text"," E &= mc^2 "],
["constant.character.escape","\\\\"]
],[
"start",
["text"," m &= "],
["storage.type","\\frac"],
["lparen","{"],
["text","m_0"],
["rparen","}"],
["lparen","{"],
["storage.type","\\sqrt"],
["lparen","{"],
["text","1-"],
["storage.type","\\frac"],
["lparen","{"],
["text","v^2"],
["rparen","}"],
["lparen","{"],
["text","c^2"],
["rparen","}}}"]
],[
"start",
["text"," "],
["storage.type","\\end"],
["lparen","{"],
["variable.parameter","align"],
["rparen","}"]
],[
"start",
["storage.type","\\end"],
["lparen","{"],
["variable.parameter","document"],
["rparen","}"]
]]