3 * This file is part of LyX, the document processor.
4 * Licence details can be found in the file COPYING.
6 * \author Lars Gullik Bjønnes
7 * \author Jean-Marc Lasgouttes
9 * Full author contact details are available in file CREDITS.
14 #include "tex-strings.h"
17 // this file should perhaps be split into even smaller parts
19 char const * const string_paragraph_separation[] = {
24 char const * const string_quotes_language[] = {
25 "english", "swedish", "german", "polish", "french", "danish", ""
29 char const * const string_papersize[] = {
30 "default", "custom", "letterpaper", "executivepaper", "legalpaper",
31 "a3paper", "a4paper", "a5paper", "b3paper", "b4paper", "b5paper", ""
35 char const * const string_paperpackages[] = {
36 "none", "a4", "a4wide", "widemarginsa4", ""
40 char const * const string_orientation[] = {
41 "portrait", "landscape", ""
45 char const * const string_footnotekinds[] = {
46 "footnote", "margin", "fig", "tab", "alg", "wide-fig", "wide-tab", ""
50 char const * const string_align[] = {
51 "block", "left", "right", "center", ""
55 // The following was moved from tex-defs.h to here, because tex-defs.h is
56 // used all over. As it happens, that meant that these strings were included
57 // 27 times in the object file. (Asger)
59 char const * const tex_graphics[] = {"default", "dvips", "dvitops", "emtex",
60 "ln", "oztex", "textures", "none", ""};
63 char const * const tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino",
64 "helvet", "avant", "newcent", "bookman", ""};