* 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
This commit is contained in:
Georg Baum 2006-04-26 11:12:39 +00:00
parent 1d1df1a5f1
commit 0ba907f1e4

View 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)" "" "" "%%"''' ])
#