]> git.lyx.org Git - lyx.git/blob - src/lyx_sty.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / lyx_sty.h
1 // -*- C++ -*-
2 /**
3  * \file lyx_sty.h
4  * Copyright 1995-2002 the LyX Team
5  * Read the file COPYING
6  *
7  *
8  * A number of LaTeX command definitions for various
9  * things. The name of this file is a holdover from the
10  * days of yore.
11  *
12  * \author Lars Gullik Bjornes <larsbj@lyx.org>
13  */
14
15 #ifndef LYX_STY_H
16 #define LYX_STY_H
17
18 #include "LString.h"
19
20 ///
21 extern string const lyx_def;
22 ///
23 extern string const lyxline_def;
24 ///
25 extern string const noun_def;
26 ///
27 extern string const lyxarrow_def;
28 ///
29 extern string const quotedblbase_def;
30 ///
31 extern string const quotesinglbase_def;
32 ///
33 extern string const guillemotleft_def;
34 ///
35 extern string const guillemotright_def;
36 ///
37 extern string const guilsinglleft_def;
38 ///
39 extern string const guilsinglright_def;
40 ///
41 extern string const paragraphleftindent_def;
42 ///
43 extern string const floatingfootnote_def;
44 ///
45 extern string const minipageindent_def;
46 ///
47 extern string const boldsymbol_def;
48 ///
49 extern string const binom_def;
50 ///
51 extern string const mathcircumflex_def;
52 ///
53 extern string const tabularnewline_def;
54
55 #endif // LYX_STY_H