X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.C;h=89bb92dd2f6f2bf3319c404b695283d62e4fe704;hb=fc8465aa1f6f29774d2f35d627b40198fa489cb1;hp=75106e08366deefb37c9665ea1eeac3e01958405;hpb=c779cef938fc3720f4a912ba7356f9ffd9ff3233;p=lyx.git diff --git a/src/tex-strings.C b/src/tex-strings.C index 75106e0836..89bb92dd2f 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 @@ -12,12 +27,6 @@ char const * string_quotes_language[7] = { "english", "swedish", "german", "polish", "french", "danish", "" }; -#if 0 -char const * string_oldpapersize[10] = { - "a4paper", "a4", "a4wide", "widemarginsa4", "usletter", - "a5paper", "b5paper", "executivepaper", "legalpaper", "" -}; -#endif char const * string_papersize[12] = { "Default", "Custom", "letterpaper", "executivepaper", "legalpaper", @@ -49,27 +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) -/// -char const * tex_babel[] = {"default", "afrikaans", "american", - "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", - ""}; - - 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", ""};