]> git.lyx.org Git - lyx.git/commit
Add a comment and FIXME that lualatex can make DVI
authorScott Kostyshak <skostysh@lyx.org>
Sat, 11 Jun 2016 21:05:28 +0000 (17:05 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 11 Jun 2016 21:05:28 +0000 (17:05 -0400)
commit2db62cf5d548ac6307134496b1fa8fbb8422327d
tree3bf919ca3e67c641da8643c7459fb727c83b81a6
parent67e45aa36c4d8710570ed0784534054fa1030dcb
Add a comment and FIXME that lualatex can make DVI

The command 'lualatex' can produce a DVI with the option
--output-format=dvi
It is best to keep things as is because it is better to guess a PDF
than to guess a DVI (we do not use that feature of the 'lualatex'
command internally; we use 'dvilualatex' instead). However, we
should ideally get this information in a more robust way.

Thanks to Günter for pointing this out.
src/LaTeX.cpp