Re: [racket-dev] accessing @deftech terms in the reference from the guide

2013-10-23 Thread Jay McCarthy
If a @tech references something from another document, you need to use the #:doc argument to @tech. I find this very inconvenient and a blemish in the system. You can make it not so painful by defining the technical term you will use many times in one place: https://github.com/plt/racket/blob/mast

Re: [racket-dev] accessing @deftech terms in the reference from the guide

2013-10-23 Thread Ryan Culpepper
On 10/23/2013 08:22 PM, David T. Pierson wrote: Are terms defined via @deftech in the Racket reference supposed to be accessible via @tech from the Racket guide? In pkgs/racket-pkgs/racket-doc/scribblings/reference/evts.scrbl there exists a line that looks like: ... @deftech{synchronizable e

[racket-dev] accessing @deftech terms in the reference from the guide

2013-10-23 Thread David T. Pierson
Are terms defined via @deftech in the Racket reference supposed to be accessible via @tech from the Racket guide? In pkgs/racket-pkgs/racket-doc/scribblings/reference/evts.scrbl there exists a line that looks like: ... @deftech{synchronizable event} ... In my pkgs/racket-pkgs/racket-doc/scribb