]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.C
fix typo that put too many include paths for most people
[lyx.git] / src / tex-strings.C
index 1cb06a37c03e71486b1706abd816c287d8f33f00..5c217e75fd717ef09b6a4c0268cea4fea192c451 100644 (file)
@@ -1,10 +1,10 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 // 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,24 +45,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)
 
 char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex",
                      "ln", "oztex", "textures", "none", ""};
 
 
-char const * tex_fonts[] = {"default", "pslatex", "times", "palatino",
+char const * tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino",
                            "helvet", "avant", "newcent", "bookman", ""};
-
-