raco setup: fix PDF document rendering
Merge to v6.2
This commit is contained in:
parent
d7cea5a1db
commit
de9bc3d71a
|
@ -1496,6 +1496,7 @@
|
||||||
[ns (namespace-anchor->empty-namespace anchor)])
|
[ns (namespace-anchor->empty-namespace anchor)])
|
||||||
(namespace-attach-module ns 'scribble/base-render p)
|
(namespace-attach-module ns 'scribble/base-render p)
|
||||||
(namespace-attach-module ns 'scribble/html-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
|
;; This is here for de-serialization; we need a better repair than
|
||||||
;; hard-wiring the "manual.rkt" library:
|
;; hard-wiring the "manual.rkt" library:
|
||||||
(namespace-attach-module ns 'scribble/private/manual-class-struct p)
|
(namespace-attach-module ns 'scribble/private/manual-class-struct p)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user