]> git.lyx.org Git - lyx.git/blob - src/tex-strings.C
Small changes; ChangeLog is your friend
[lyx.git] / src / tex-strings.C
1 #include <config.h>
2 #include "tex-strings.h"
3
4 // this file should perhaps be split into even smaller parts
5
6 char const * string_paragraph_separation[3] = {
7         "indent", "skip", ""
8 };
9
10
11 char const * string_quotes_language[7] = {
12         "english", "swedish", "german", "polish", "french", "danish", ""
13 };      
14
15
16 char const * string_papersize[12] = {
17         "Default", "Custom", "letterpaper", "executivepaper", "legalpaper", 
18         "a3paper", "a4paper", "a5paper", "b3paper", "b4paper", "b5paper", ""
19 };
20
21
22 char const * string_paperpackages[4] = {
23         "a4", "a4wide", "widemarginsa4", ""
24 };
25
26
27 char const * string_orientation[3] = {
28         "portrait", "landscape", ""
29 };
30
31
32 char const * string_footnotekinds[8] = {
33         "footnote", "margin", "fig", "tab", "alg", "wide-fig", "wide-tab", ""
34 };
35
36
37 char const * string_align[5] = {
38         "block", "left", "right", "center", ""
39 };
40
41
42 // The following was moved from tex-defs.h to here, because tex-defs.h is
43 // used all over. As it happens, that meant that these strings were included 
44 // 27 times in the object file. (Asger)
45
46 #if 0
47 ///
48 char const * tex_babel[] = {
49         "default", "afrikaans", "american", "arabic",
50         "austrian", "bahasa", "brazil", "breton",
51         "catalan", "croatian", "czech", "danish", "dutch", 
52         "english", "esperanto", "estonian",
53         "finnish", "francais", "french", "frenchb",
54         "galician",
55         "german", "greek", "hebrew", "hungarian", "irish",
56         "italian", "lsorbian", "magyar", "norsk",
57         "polish", "portuges", "romanian",
58         "russian", "scottish",
59         "spanish", "slovak", "slovene", "swedish",
60         "turkish", "usorbian", "welsh",
61         ""};
62 #endif
63
64
65 char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex",
66                       "ln", "oztex", "textures", "none", ""};
67
68
69 char const * tex_fonts[] = {"default", "pslatex", "times", "palatino",
70                             "helvet", "avant", "newcent", "bookman", ""};
71
72