]> git.lyx.org Git - lyx.git/blob - src/tex-strings.h
make doc++ able to generate the source documentation for lyx
[lyx.git] / src / tex-strings.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ====================================================== 
4  * 
5  *           LyX, The Document Processor
6  *        
7  *           Copyright 1995 Matthias Ettrich
8  *           Copyright 1995-2000 The LyX Team.
9  *
10  * ====================================================== */
11
12 #ifndef TEX_STRINGS
13 #define TEX_STRINGS
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 // this file should perhaps be split into even smaler parts
20
21 ///
22 extern char const * string_paragraph_separation[];
23 ///
24 extern char const * string_quotes_language[];
25 ///
26 extern char const * string_papersize[];
27 ///
28 extern char const * string_paperpackages[];
29 ///
30 extern char const * string_orientation[];
31 ///
32 extern char const * string_footnotekinds[];
33 ///
34 extern char const * string_align[];
35
36 // The following was moved from tex-defs.h to here, because tex-defs.h is
37 // used all over. As it happens, that meant that these strings were included 
38 // 27 times in the object file. (Asger)
39
40 //
41 // extern char const * tex_babel[];
42
43 ///
44 extern char const * tex_graphics[];
45
46 ///
47 extern char const * tex_fonts[];
48
49 #endif