Add dvilualatex output format

This commit is contained in:
Juergen Spitzmueller 2012-06-29 18:46:53 +02:00
parent 8470e31355
commit 16f6910b59
2 changed files with 3 additions and 0 deletions

View 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"

View File

@ -28,6 +28,8 @@ What's new
* DOCUMENT INPUT/OUTPUT
- Add explicit dvilualatex output format.
* TEX2LYX IMPROVEMENTS