]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
ws changes only
[lyx.git] / src / lyx_sty.C
index 94078b90ff4710f89d27894ff1804058b99c5b53..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.}
@@ -120,5 +125,9 @@ string const mathcircumflex_def =
        "\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n";
 
 string const tabularnewline_def =
-        "%% Because html converters don't know tabularnewline\n"
-        "\\providecommand{\\tabularnewline}{\\\\}\n";
+       "%% 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";