mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* 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:
parent
1d1df1a5f1
commit
0ba907f1e4
@ -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)" "" "" "%%"''' ])
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user