Re: [racket-users] Scribble: referencing struct fields

2015-07-25 Thread Matthew Flatt
At Thu, 23 Jul 2015 15:07:53 -0700, Jordan Johnson wrote: > What are the appropriate function and the preferred practice for referring to > struct fields in a Scribble document? For example, if I’m writing the > defstruct* body text and want to say, “the x field is intended for blah blah > blah”

[racket-users] Scribble: referencing struct fields

2015-07-23 Thread Jordan Johnson
Hi all, What are the appropriate function and the preferred practice for referring to struct fields in a Scribble document? For example, if I’m writing the defstruct* body text and want to say, “the x field is intended for blah blah blah”, is @racket[x] the right way to typeset the field name “