X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.C;h=bc47fec4b6103cf7f545bdfefded9a14a20a7b17;hb=86e0dfa3e11957318ca4f3f549248326aa806eb4;hp=d194b5bc2f5b33472a9ba2209f187d5c8af10ee0;hpb=b15c22e113d378e3d43298901a6be49c06725af6;p=lyx.git diff --git a/src/tex-strings.C b/src/tex-strings.C index d194b5bc2f..bc47fec4b6 100644 --- a/src/tex-strings.C +++ b/src/tex-strings.C @@ -1,20 +1,33 @@ +/** + * \file tex-strings.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. + */ + #include + #include "tex-strings.h" + // this file should perhaps be split into even smaller parts char const * string_paragraph_separation[3] = { - "indent", "skip", "" + "indent", "skip", "" }; char const * string_quotes_language[7] = { - "english", "swedish", "german", "polish", "french", "danish", "" -}; + "english", "swedish", "german", "polish", "french", "danish", "" +}; char const * string_papersize[12] = { - "Default", "Custom", "letterpaper", "executivepaper", "legalpaper", + "Default", "Custom", "letterpaper", "executivepaper", "legalpaper", "a3paper", "a4paper", "a5paper", "b3paper", "b4paper", "b5paper", "" }; @@ -30,43 +43,22 @@ char const * string_orientation[3] = { char const * string_footnotekinds[8] = { - "footnote", "margin", "fig", "tab", "alg", "wide-fig", "wide-tab", "" + "footnote", "margin", "fig", "tab", "alg", "wide-fig", "wide-tab", "" }; char const * string_align[5] = { - "block", "left", "right", "center", "" + "block", "left", "right", "center", "" }; // The following was moved from tex-defs.h to here, because tex-defs.h is -// used all over. As it happens, that meant that these strings were included +// used all over. As it happens, that meant that these strings were included // 27 times in the object file. (Asger) -#if 0 -/// -char const * tex_babel[] = { - "default", "afrikaans", "american", "arabic", - "austrian", "bahasa", "brazil", "breton", - "catalan", "croatian", "czech", "danish", "dutch", - "english", "esperanto", "estonian", - "finnish", "francais", "french", "frenchb", - "galician", - "german", "greek", "hebrew", "hungarian", "irish", - "italian", "lsorbian", "magyar", "norsk", - "polish", "portuges", "romanian", - "russian", "scottish", - "spanish", "slovak", "slovene", "swedish", - "turkish", "usorbian", "welsh", - ""}; -#endif - - char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex", "ln", "oztex", "textures", "none", ""}; -char const * tex_fonts[] = {"default", "times", "palatino", "helvet", "avant", - "newcent", "bookman", ""}; - - +char const * tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino", + "helvet", "avant", "newcent", "bookman", ""};