Add NoWeb -> XeTeX converter

Now the examples noweb2lyx.lyx and Literate.lyx can be
exported to the pdf4 format.
This commit is contained in:
Scott Kostyshak 2013-12-03 01:31:59 -05:00
parent 8da5bccb6d
commit b2c8ac0e78

View File

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