mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add dvilualatex output format
This commit is contained in:
parent
8470e31355
commit
16f6910b59
@ -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"
|
||||
|
@ -28,6 +28,8 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Add explicit dvilualatex output format.
|
||||
|
||||
|
||||
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
|
Loading…
Reference in New Issue
Block a user