first check-in of t2p code after svn

svn: r6565
This commit is contained in:
Dorai Sitaram 2007-06-10 20:34:02 +00:00
parent bc0a161cc5
commit 00c4b1c83d
2 changed files with 1719 additions and 989 deletions

File diff suppressed because one or more lines are too long

View File

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