Prism.languages.latex = {
'comment': /%.*?(\r?\n|$)$/m,
'string': /(\$)(\\?.)*?\1/g,
'punctuation': /[{}]/g,
'selector': /\\[a-z;,:\.]*/i
};