]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
ws changes only
[lyx.git] / src / lyx_sty.C
index 7450237ae22aab33e45203d6ad0edf109464c2cd..a4a7308aacf3bd532cb5ed07bd28cb72b8c90644 100644 (file)
@@ -1,15 +1,20 @@
 /**
  * \file lyx_sty.C
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjornes <larsbj@lyx.org>
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "lyx_sty.h"
 
+using std::string;
+
+
 //\NeedsTeXFormat{LaTeX2e}
 //\ProvidesPackage{lyx}[1996/01/11 LLE v0.2 (LyX LaTeX Extensions)]
 //\message{LyX LaTeX Extensions (LLE v0.2) of 11-Jan-1996.}
@@ -118,3 +123,11 @@ string const binom_def =
 string const mathcircumflex_def =
        "%% For printing a cirumflex inside a formula\n"
        "\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n";
+
+string const tabularnewline_def =
+       "%% Because html converters don't know tabularnewline\n"
+       "\\providecommand{\\tabularnewline}{\\\\}\n";
+
+string const lyxgreyedout_def =
+       "%% The greyedout annotation environment\n"
+       "\\newenvironment{lyxgreyedout}{\\color[gray]{0.8}}{}\n";