From de9bc3d71ad2db2396bdd281a214a4cd063311a4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 19 Mar 2015 12:04:11 -0600 Subject: [PATCH] raco setup: fix PDF document rendering Merge to v6.2 --- pkgs/racket-index/setup/scribble.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/racket-index/setup/scribble.rkt b/pkgs/racket-index/setup/scribble.rkt index 24198758ec..82cccdf238 100644 --- a/pkgs/racket-index/setup/scribble.rkt +++ b/pkgs/racket-index/setup/scribble.rkt @@ -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)