]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
ws changes and some cruft removal, slight cleanup
[lyx.git] / src / lyx_sty.C
index 0f75f801275ebdb442d1dd93ba7e39b72b8af4f1..df388b3b77d5f528a658009a127d64b8f67bcd11 100644 (file)
@@ -122,3 +122,8 @@ string const binom_def =
        "%% Binom macro for standard LaTeX users\n"
        "\\newcommand{\\binom}[2]{{#1 \\choose #2}}\n";
 
+string const mathcircumflex_def = 
+       "%% For printing a cirumflex inside a formula\n"
+       "\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n";
+
+