X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.C;h=1cb06a37c03e71486b1706abd816c287d8f33f00;hb=82ce6a82ef2c1f1e52616e603914d4184a30e507;hp=d194b5bc2f5b33472a9ba2209f187d5c8af10ee0;hpb=b15c22e113d378e3d43298901a6be49c06725af6;p=lyx.git diff --git a/src/tex-strings.C b/src/tex-strings.C index d194b5bc2f..1cb06a37c0 100644 --- a/src/tex-strings.C +++ b/src/tex-strings.C @@ -1,4 +1,19 @@ +/* This file is part of + * ====================================================== + * + * LyX, The Document Processor + * + * Copyright 1995 Matthias Ettrich + * Copyright 1995-2000 The LyX Team. + * + * ====================================================== */ + #include + +#ifdef __GNUG__ +#pragma implementation +#endif + #include "tex-strings.h" // this file should perhaps be split into even smaller parts @@ -43,30 +58,11 @@ char const * string_align[5] = { // 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", "pslatex", "times", "palatino", + "helvet", "avant", "newcent", "bookman", ""};