Oh, yes, perhaps I did not understand Symbols well, especially in TEXT MODE.
I don't remember how did I find the solution.

Nonetheless, thank you all the same.

On Tue, Jan 12, 2016 at 2:42 AM, Ismael Figueroa <ifiguer...@gmail.com>
wrote:

> Maybe it is too late for this, but I run into the same issue just now...
>
> In my case I get the same error when using:
>
> @include-section["path.rkt"]
>
> but it works when using
>
> @include-section[(submod "path.rkt" doc)]
>
> probably because the scribble/lp2 is not providing the doc submodule
> expected by scribble itself...
>
> Cheers
>
>
>
> 2015-02-21 11:22 GMT-02:00 WarGrey Gyoudmon Ju <juzhenli...@gmail.com>:
>
>> Glad to see the literate programming technology updated.
>> I thought it might be a "Forgotten Feature" since the rest of scribble is
>> so powerful and I cannot find any code base use it.
>> Thank you.
>>
>> So... there still should be more examples to work with it.
>> What's the extra work (rather than simply replacing scribble/lp with
>> scribble/lp2) has to be done to make it able to be `include-section`ed?
>>
>> `scribble path.rkt`
>> `raco scribble path.rkt`
>> `(include-section (submod "path.rkt" doc))`
>> All of these complain:
>> path-only: contract violation
>>   expected: (or/c path-string? path-for-some-system?)
>>   given: #f
>>
>> and `(include-section "path.rkt")` complains:
>> handbook.scrbl:71:18: only-in: identifier `doc' not included in nested
>> require spec at: "path.rkt" in: (only-in "makefile.rkt" (doc doc))
>>
>>
>> ____________________
>>   Racket Users list:
>>   http://lists.racket-lang.org/users
>>
>>
>
>
> --
> Ismael
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to