mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add NoWeb -> LuaTeX converter
Now the examples noweb2lyx.lyx and Literate.lyx can be exported to the pdf5 format.
This commit is contained in:
parent
50262ed428
commit
6403ea272f
@ -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 "%%" ""
|
||||
|
Loading…
Reference in New Issue
Block a user