From 0ba907f1e429c80eb938fee4cc15a7d36815bf7e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 26 Apr 2006 11:12:39 +0000 Subject: [PATCH] * 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 --- lib/configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)" "" "" "%%"''' ]) # -- 2.39.2