If you make these two Scribble files and click "Scribble HTML" in DrRacket, the 
second one (with `#lang scribble/manual) will render in the current manual 
style. But the first one (with `#lang scribble/lp2`) will render in the older 
manual style.

This rendering issue surfaced on the list before [1] about `scribble/lp`. At 
the time, the answer seemed to be that it was a flaw that would be fixed in 
`scribble/lp2`. But the flaw seems to persist? Or am I doing it wrong?

;;
;; lp.scrbl
;;
#lang scribble/lp2
@chunk[<f>
       (define (f x) (+ x 1))]

;;
;; lp-wrap.scrbl
;;
#lang scribble/manual
@include-section[(submod "lp.scrbl" doc)]



[1] 
https://groups.google.com/forum/#!searchin/racket-users/scribble$2Flp%7Csort:date/racket-users/mkbYIHWnPwI/iV6h8FXJor4J

-- 
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