]> git.lyx.org Git - features.git/commitdiff
Add NoWeb -> LuaTeX converter
authorScott Kostyshak <skostysh@lyx.org>
Mon, 18 Feb 2013 07:17:19 +0000 (02:17 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 18 Feb 2013 07:41:37 +0000 (02:41 -0500)
Now the examples noweb2lyx.lyx and Literate.lyx can be
exported to the pdf5 format.

lib/configure.py

index 26af8e37c74c24799a9e11110a18e70a0eb81466..fa3b8a3d4c6a5184f9ca56d3d557ea5fdd7ea895 100644 (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      "%%"    ""