]> git.lyx.org Git - lyx.git/blob - src/lyx_sty.h
add comment
[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 namespace lyx {
23
24 ///
25 extern std::string const lyx_def;
26 ///
27 extern std::string const lyxline_def;
28 ///
29 extern std::string const noun_def;
30 ///
31 extern std::string const lyxarrow_def;
32 ///
33 extern std::string const quotedblbase_def;
34 ///
35 extern std::string const quotesinglbase_def;
36 ///
37 extern std::string const guillemotleft_def;
38 ///
39 extern std::string const guillemotright_def;
40 ///
41 extern std::string const guilsinglleft_def;
42 ///
43 extern std::string const guilsinglright_def;
44 ///
45 extern std::string const paragraphleftindent_def;
46 ///
47 extern std::string const floatingfootnote_def;
48 ///
49 extern std::string const boldsymbol_def;
50 ///
51 extern std::string const binom_def;
52 ///
53 extern std::string const mathcircumflex_def;
54 ///
55 extern std::string const tabularnewline_def;
56 ///
57 extern std::string const lyxgreyedout_def;
58 ///
59 extern std::string const lyxdot_def;
60
61
62 } // namespace lyx
63
64 #endif // LYX_STY_H