]> git.lyx.org Git - lyx.git/blob - src/tex-strings.h
more code in the menu backend == less code in the menu frontends; add support for...
[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-2001 The LyX Team.
9  *
10  * ====================================================== */
11
12 #ifndef TEX_STRINGS
13 #define TEX_STRINGS
14
15 // this file should perhaps be split into even smaler parts
16
17 ///
18 extern char const * string_paragraph_separation[];
19 ///
20 extern char const * string_quotes_language[];
21 ///
22 extern char const * string_papersize[];
23 ///
24 extern char const * string_paperpackages[];
25 ///
26 extern char const * string_orientation[];
27 ///
28 extern char const * string_footnotekinds[];
29 ///
30 extern char const * string_align[];
31
32 // The following was moved from tex-defs.h to here, because tex-defs.h is
33 // used all over. As it happens, that meant that these strings were included
34 // 27 times in the object file. (Asger)
35
36 ///
37 extern char const * tex_graphics[];
38
39 ///
40 extern char const * tex_fonts[];
41
42 #endif