Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 694 Bytes

Writing

Erick's notes on writing

Organization

main.tex is always the most up to date file.

When we have a old version that we want to use as the basis for a diff, that goes in versions/v1/main.tex.

Compilation

Type scons --sconstruct SConstruct-noinkscape in the command line if you don't have Inkscape all set up to work on the command line. If you do, scons should work. Use scons continuous to have continuous building after installing inotify.

If you have Inkscape v1.0 and do want to run Inkscape, use

inkscape = Builder(action = 'inkscape --export-type=pdf --export-filename=$TARGET $SOURCE')