]> git.lyx.org Git - features.git/commitdiff
Add dvilualatex output format
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 29 Jun 2012 16:46:53 +0000 (18:46 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 29 Jun 2012 16:46:53 +0000 (18:46 +0200)
lib/configure.py
status.20x

index cac3f639d522e71bd4ddd442b6235e47af7652ee..88981f5105251665fc435fe253c97cfd72dcdfce 100644 (file)
@@ -591,6 +591,7 @@ def checkFormatEntries(dtl_tools):
 \Format latex      tex    "LaTeX (plain)"         L  ""        "%%"    "document,menu=export"
 \Format luatex     tex    "LaTeX (LuaTeX)"        "" ""        "%%"    "document,menu=export"
 \Format pdflatex   tex    "LaTeX (pdflatex)"      "" ""        "%%"    "document,menu=export"
+\Format dviluatex  tex    "LaTeX (dviluatex)"     "" "" "%%"   "document,menu=export"  ""
 \Format xetex      tex    "LaTeX (XeTeX)"         "" ""        "%%"    "document,menu=export"
 \Format text       txt    "Plain text"            a  ""        "%%"    "document,menu=export"
 \Format text2      txt    "Plain text (pstotext)" "" ""        "%%"    "document"
index 90be837ec7eac98ed3c1de4904ec70061c65cd23..b2d19c84d6e5f2966255a0dd382960a8ea57f981 100644 (file)
@@ -28,6 +28,8 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Add explicit dvilualatex output format.
+
 
 
 * TEX2LYX IMPROVEMENTS