]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
Point fix, earlier forgotten
[lyx.git] / src / lyx_sty.C
index 9319529246f7d81ece810c7c964ec74bad5ffaea..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>
@@ -122,3 +124,7 @@ string const mathcircumflex_def =
 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";