]> git.lyx.org Git - features.git/commitdiff
* lib/configure.py: Don't use TeX in the the names of formats latex
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 26 Apr 2006 11:12:39 +0000 (11:12 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 26 Apr 2006 11:12:39 +0000 (11:12 +0000)
and pdflatex, use LaTeX instead.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13744 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index b96bf8b394da82247cbc69af7f0181ed6bc21c63..7cef2fe98931ca429ac7a0f311bdda300110ffda 100644 (file)
@@ -223,9 +223,9 @@ def checkFormatEntries():
 \Format docbook    sgml    DocBook                B  ""        "%%"
 \Format docbook-xml xml   "Docbook (XML)"         "" ""        "%%"
 \Format literate   nw      NoWeb                  N  ""        "%%"
-\Format latex      tex    "TeX (latex)"           l  ""        "%%"
+\Format latex      tex    "LaTeX (plain)"         L  ""        "%%"
 \Format linuxdoc   sgml    LinuxDoc               x  ""        "%%"
-\Format pdflatex   tex    "TeX (pdflatex)"        "" ""        "%%"
+\Format pdflatex   tex    "LaTeX (pdflatex)"      "" ""        "%%"
 \Format text       txt    "Plain text"            a  ""        "%%"
 \Format textparagraph txt "Plain text (paragraphs)"    "" ""   "%%"''' ])
   #