maybe this will help make it work

svn: r6688
This commit is contained in:
Eli Barzilay 2007-06-18 15:57:08 +00:00
parent 642ecdfbef
commit 9fcee86959

View File

@ -7,6 +7,6 @@
(parameterize (parameterize
((current-namespace (make-namespace))) ((current-namespace (make-namespace)))
(namespace-require (namespace-require
`(file `(path->string (file ,(build-path (this-expression-source-directory)
,(build-path (this-expression-source-directory) "tex2page-aux.ss"))) "tex2page-aux.ss"))))
((namespace-variable-value 'tex2page) f))))) ((namespace-variable-value 'tex2page) f)))))