Skip to content

Instantly share code, notes, and snippets.

@ntmoe
Created January 28, 2013 03:06
Show Gist options
  • Save ntmoe/4652704 to your computer and use it in GitHub Desktop.
Save ntmoe/4652704 to your computer and use it in GitHub Desktop.
Patch for ASCEND 0.9.8 so that the LaTeX documentation builds
--- SConstruct 2013-01-27 20:58:04.000000000 -0600
+++ SConstruct_fixed 2013-01-27 21:03:18.000000000 -0600
@@ -1990,7 +1990,7 @@
def CheckLModern(context):
context.Message("Checking for lmodern...")
- b = context.env.get("DVI")
+ b = context.env.DVI
if not b:
context.Result(False)
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment