Consider the case where there is not any layout name.
[lyx.git] / src / tex-strings.h
blob3af6004330b7f9dd3bfcfb759385dc0c40a6fb0b
1 // -*- C++ -*-
2 /**
3 * \file tex-strings.h
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Lars Gullik Bjønnes
8 * \author Jean-Marc Lasgouttes
10 * Full author contact details are available in file CREDITS.
13 #ifndef TEX_STRINGS
14 #define TEX_STRINGS
16 // this file should perhaps be split into even smaler parts
18 ///
19 extern char const * const string_paragraph_separation[];
20 ///
21 extern char const * const string_quotes_language[];
22 ///
23 extern char const * const string_papersize[];
24 ///
25 extern char const * const string_paperpackages[];
26 ///
27 extern char const * const string_orientation[];
28 ///
29 extern char const * const string_footnotekinds[];
30 ///
31 extern char const * const string_align[];
33 // The following was moved from tex-defs.h to here, because tex-defs.h is
34 // used all over. As it happens, that meant that these strings were included
35 // 27 times in the object file. (Asger)
37 ///
38 extern char const * const tex_graphics[];
40 ///
41 extern char const * const tex_fonts[];
43 #endif