From 16f6910b59937bf26f7773eceea5b82f93214e1c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 29 Jun 2012 18:46:53 +0200 Subject: [PATCH] Add dvilualatex output format --- lib/configure.py | 1 + status.20x | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.5