commit b2c8ac0e78c9defad692902314065566c511e826
Author: Scott Kostyshak <[email protected]>
Date: Tue Dec 3 01:31:59 2013 -0500
Add NoWeb -> XeTeX converter
Now the examples noweb2lyx.lyx and Literate.lyx can be
exported to the pdf4 format.
diff --git a/lib/configure.py b/lib/configure.py
index a641d43..aa14a01 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -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'],