Add NoWeb -> LuaTeX converter

Now the examples noweb2lyx.lyx and Literate.lyx can be
exported to the pdf5 format.
This commit is contained in:
Scott Kostyshak 2013-02-18 02:17:19 -05:00
parent 50262ed428
commit 6403ea272f

View File

@ -659,7 +659,8 @@ def checkConverterEntries():
#
checkProg('a Noweb -> LaTeX converter', ['noweave -delay -index $$i > $$o'],
rc_entry = [r'''\converter literate latex "%%" ""
\converter literate pdflatex "%%" ""'''])
\converter literate pdflatex "%%" ""
\converter literate luatex "%%" ""'''])
#
checkProg('a Sweave -> LaTeX converter', ['Rscript --verbose --no-save --no-restore $$s/scripts/lyxsweave.R $$p$$i $$p$$o $$e $$r'],
rc_entry = [r'''\converter sweave latex "%%" ""