]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
re-enable mathrm toggling with C-m (was disabled by accident)
[lyx.git] / src / lyx_sty.C
index be9138063ec22cf49a7e9a35afe35d5e8b095fba..df388b3b77d5f528a658009a127d64b8f67bcd11 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -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";
+
+