]> git.lyx.org Git - lyx.git/blob - src/tex-strings.h
Added html export for LinuxDoc and DocBook. LinuxDoc import now available in file...
[lyx.git] / src / tex-strings.h
1 // -*- C++ -*-
2
3 #ifndef TEX_STRINGS
4 #define TEX_STRINGS
5
6 // this file should perhaps be split into even smaler parts
7
8 ///
9 extern char const * string_paragraph_separation[];
10 ///
11 extern char const * string_quotes_language[];
12 ///
13 extern char const * string_papersize[];
14 ///
15 extern char const * string_paperpackages[];
16 ///
17 extern char const * string_orientation[];
18 ///
19 extern char const * string_footnotekinds[];
20 ///
21 extern char const * string_align[];
22
23 // The following was moved from tex-defs.h to here, because tex-defs.h is
24 // used all over. As it happens, that meant that these strings were included 
25 // 27 times in the object file. (Asger)
26
27 ///
28 //extern char const * tex_babel[];
29
30 ///
31 extern char const * tex_graphics[];
32
33 ///
34 extern char const * tex_fonts[];
35
36 #endif