]> git.lyx.org Git - features.git/commitdiff
Add dviluatex format, so that the appropriate form of LaTeX can be
authorRichard Heck <rgheck@comcast.net>
Fri, 9 Dec 2011 20:23:10 +0000 (20:23 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 9 Dec 2011 20:23:10 +0000 (20:23 +0000)
exported.

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

lib/configure.py

index 40e53b14d3ec086473671c8903976ef5b992ab6d..d37f079aff299168c824ab72562d630d332bbd71 100644 (file)
@@ -543,6 +543,7 @@ def checkFormatEntries(dtl_tools):
 \Format docbook    sgml    DocBook                B  ""        "%%"    "document,menu=export"
 \Format docbook-xml xml   "DocBook (XML)"         "" ""        "%%"    "document,menu=export"
 \Format dot        dot    "Graphviz Dot"          "" ""        "%%"    "vector"
+\Format dviluatex  tex    "LaTeX (dviluatex)"     "" "" "%%"  "document,menu=export"
 \Format platex     tex    "LaTeX (pLaTeX)"        "" "" "%%"    "document,menu=export"
 \Format literate   nw      NoWeb                  N  ""        "%%"    "document,menu=export"
 \Format sweave     Rnw    "Sweave"                S  "" "%%"    "document,menu=export"