Scribble does not linguistically inherit Racket's modules. 
But you can try (prefix-in ..) and then access doc that way. 
I did this for last year's course page in scribble. 



On Nov 21, 2014, at 2:34 PM, Stephen Chang <stch...@ccs.neu.edu> wrote:

> Is this allowed?
> 
> 
> File A.scrbl:
> 
> #lang scribble/manual
> 
> 
> File B.scrbl:
> 
> #lang scribble/manual
> 
> @(require "A.scrbl")
> 
> 
> Right now when I run B, I get the error:
> 
> module: identifier is already imported in: doc
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to