From: Juergen Spitzmueller Date: Fri, 29 Jun 2012 16:46:53 +0000 (+0200) Subject: Add dvilualatex output format X-Git-Tag: 2.0.5~129 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16f6910b59937bf26f7773eceea5b82f93214e1c;p=features.git Add dvilualatex output format --- diff --git a/lib/configure.py b/lib/configure.py index cac3f639d5..88981f5105 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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" diff --git a/status.20x b/status.20x index 90be837ec7..b2d19c84d6 100644 --- a/status.20x +++ b/status.20x @@ -28,6 +28,8 @@ What's new * DOCUMENT INPUT/OUTPUT +- Add explicit dvilualatex output format. + * TEX2LYX IMPROVEMENTS