mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Add NoWeb -> XeTeX converter
Now the examples noweb2lyx.lyx and Literate.lyx can be exported to the pdf4 format.
This commit is contained in:
parent
8da5bccb6d
commit
b2c8ac0e78
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user