]> git.lyx.org Git - lyx.git/blob - src/tex-strings.h
white-space changes, removed definitions.h several enum changes because of this,...
[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_oldpapersize[];
14 ///
15 extern char const * string_papersize[];
16 ///
17 extern char const * string_paperpackages[];
18 ///
19 extern char const * string_orientation[];
20 ///
21 extern char const * string_footnotekinds[];
22 ///
23 extern char const * string_align[];
24
25 // The following was moved from tex-defs.h to here, because tex-defs.h is
26 // used all over. As it happens, that meant that these strings were included 
27 // 27 times in the object file. (Asger)
28
29 ///
30 extern char const * tex_babel[];
31
32 ///
33 extern char const * tex_graphics[];
34
35 ///
36 extern char const * tex_fonts[];
37
38 #endif