From: Georg Baum Date: Wed, 26 Apr 2006 11:12:39 +0000 (+0000) Subject: * lib/configure.py: Don't use TeX in the the names of formats latex X-Git-Tag: 1.6.10~13293 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ba907f1e429c80eb938fee4cc15a7d36815bf7e;p=features.git * lib/configure.py: Don't use TeX in the the names of formats latex and pdflatex, use LaTeX instead. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13744 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index b96bf8b394..7cef2fe989 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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)" "" "" "%%"''' ]) #