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
((current-namespace (make-namespace)))
(namespace-require
`(file
,(build-path (this-expression-source-directory) "tex2page-aux.ss")))
`(path->string (file ,(build-path (this-expression-source-directory)
"tex2page-aux.ss"))))
((namespace-variable-value 'tex2page) f)))))