Skip to content
William Deegan edited this page Sep 19, 2017 · 5 revisions

Teaching PDF to understand .lyx files

Note that this builder has been added to the SCons "contrib" repo at https://github.com/SConsProject/scons-contrib , as of 2016-12-07! Get your latest copy from there...

Usage

#!python
env = Environment(tools=['default','pdftex','pdflatex','lyx'])
env.PDF(source='test.lyx')
Clone this wiki locally