Re: [racket-dev] secref problems

2011-01-27 Thread Matthew Flatt
All of the 2htdp sections have a tag prefix of "2htdp". @secref[#:doc '(lib "teachpack/teachpack.scrbl") #:tag-prefixes '("2htdp") "world-example"] At Thu, 27 Jan 2011 16:19:23 -0500, David Van Horn wrote: > Am I doing something wrong, or is this a bug? The references with

[racket-dev] secref problems

2011-01-27 Thread David Van Horn
Am I doing something wrong, or is this a bug? The references with numbers or hyphens don't resolve, while the others do. #lang scribble/manual @secref[#:doc '(lib "teachpack/teachpack.scrbl") "simulations"] @secref[#:doc '(lib "teachpack/teachpack.scrbl") "interactive"] @secref[#:doc '(lib "tea