X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.C;h=a5d56669c152b37aa8bd0fe4d7b15e6e728a1afc;hb=eead5ba43d0ddf06544ad1b40063981d3788c635;hp=c9e97dbe95488af833edb4e5f0a96fffe858201d;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/tex-strings.C b/src/tex-strings.C index c9e97dbe95..a5d56669c1 100644 --- a/src/tex-strings.C +++ b/src/tex-strings.C @@ -1,8 +1,8 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -10,26 +10,22 @@ #include -#ifdef __GNUG__ -#pragma implementation -#endif - #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", "" }; @@ -45,17 +41,17 @@ 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) char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex", @@ -64,5 +60,3 @@ char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex", char const * tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino", "helvet", "avant", "newcent", "bookman", ""}; - -