Menu

Diff of /trunk/course/make.py [r1034] .. [r1035]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/course/make.py
+++ b/trunk/course/make.py
@@ -9,7 +9,8 @@
 
 def pdf():
     print 'making pdf'
-    os.system('lyx -e pdf main.lyx')
+    #os.system('lyx -e pdf main.lyx')
+    os.system('./lyxport2 --pdf main')
     
 for arg in sys.argv[1:]:
     if arg=='clean': clean()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.