]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
Move #includes out of header files.
[lyx.git] / src / lyx_sty.C
index 94078b90ff4710f89d27894ff1804058b99c5b53..7002698232fd4b9fab417a6d642765e7e02cb5ba 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \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>
@@ -120,5 +122,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";