raco setup: fix PDF document rendering

Merge to v6.2
This commit is contained in:
Matthew Flatt 2015-03-19 12:04:11 -06:00
parent d7cea5a1db
commit de9bc3d71a

View File

@ -1496,6 +1496,7 @@
[ns (namespace-anchor->empty-namespace anchor)])
(namespace-attach-module ns 'scribble/base-render p)
(namespace-attach-module ns 'scribble/html-render p)
(namespace-attach-module ns 'scribble/latex-render p)
;; This is here for de-serialization; we need a better repair than
;; hard-wiring the "manual.rkt" library:
(namespace-attach-module ns 'scribble/private/manual-class-struct p)