]> git.lyx.org Git - lyx.git/blob - src/lyx_sty.h
Helge's infamous brackets bug
[lyx.git] / src / lyx_sty.h
1 // -*- C++ -*-
2 /**
3  * \file lyx_sty.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  *
9  * Full author contact details are available in file CREDITS.
10  *
11  * A number of LaTeX command definitions for various
12  * things. The name of this file is a holdover from the
13  * days of yore.
14  */
15
16 #ifndef LYX_STY_H
17 #define LYX_STY_H
18
19 #include <string>
20
21 ///
22 extern std::string const lyx_def;
23 ///
24 extern std::string const lyxline_def;
25 ///
26 extern std::string const noun_def;
27 ///
28 extern std::string const lyxarrow_def;
29 ///
30 extern std::string const quotedblbase_def;
31 ///
32 extern std::string const quotesinglbase_def;
33 ///
34 extern std::string const guillemotleft_def;
35 ///
36 extern std::string const guillemotright_def;
37 ///
38 extern std::string const guilsinglleft_def;
39 ///
40 extern std::string const guilsinglright_def;
41 ///
42 extern std::string const paragraphleftindent_def;
43 ///
44 extern std::string const floatingfootnote_def;
45 ///
46 extern std::string const boldsymbol_def;
47 ///
48 extern std::string const binom_def;
49 ///
50 extern std::string const mathcircumflex_def;
51 ///
52 extern std::string const tabularnewline_def;
53 ///
54 extern std::string const lyxgreyedout_def;
55 ///
56 extern std::string const lyxdot_def;
57
58 #endif // LYX_STY_H