]> git.lyx.org Git - lyx.git/blob - src/lyx_sty.h
Point fix, earlier forgotten
[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 "LString.h"
20
21 ///
22 extern string const lyx_def;
23 ///
24 extern string const lyxline_def;
25 ///
26 extern string const noun_def;
27 ///
28 extern string const lyxarrow_def;
29 ///
30 extern string const quotedblbase_def;
31 ///
32 extern string const quotesinglbase_def;
33 ///
34 extern string const guillemotleft_def;
35 ///
36 extern string const guillemotright_def;
37 ///
38 extern string const guilsinglleft_def;
39 ///
40 extern string const guilsinglright_def;
41 ///
42 extern string const paragraphleftindent_def;
43 ///
44 extern string const floatingfootnote_def;
45 ///
46 extern string const minipageindent_def;
47 ///
48 extern string const boldsymbol_def;
49 ///
50 extern string const binom_def;
51 ///
52 extern string const mathcircumflex_def;
53 ///
54 extern string const tabularnewline_def;
55 ///
56 extern string const lyxgreyedout_def;
57
58 #endif // LYX_STY_H