File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44tests /dsls /js /package-lock.json
55tests /dsls /js /node_modules
66doc /
7+ tex /
Original file line number Diff line number Diff line change 22
33(provide (all-defined-out ))
44
5- (require scribble/manual)
5+ (require scribble/manual scriblib/render-cond scribble/core )
66
77(define (tech/reference str)
88 (tech #:doc '(lib "scribblings/reference/reference.scrbl " ) str))
1414 (seclink sec #:doc '(lib "scribblings/reference/reference.scrbl " ) str))
1515
1616(define (seclink/guide sec str)
17- (seclink sec #:doc '(lib "scribblings/guide/guide.scrbl " ) str))
17+ (seclink sec #:doc '(lib "scribblings/guide/guide.scrbl " ) str))
18+
19+
20+ (define (mk-exact . items)
21+ (cond-element
22+ [latex (make-element (make-style #false '(exact-chars)) items)]
23+ [else "" ]))
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ The following subsections address each kind of declaration allowed within the
2424
2525
2626@section{Binding classes}
27+ @mk-exact["\\label{doc:binding-classes} " ]
28+
2729
2830@deftech{Binding classes} distinguish types of binding. When a reference resolves to a
2931binder, it is an error if the binding class declared for the reference position
Original file line number Diff line number Diff line change 22
33@(require (for-label racket))
44
5- @title[#:style '(toc unnumbered )]{Tutorial}
5+ @title[#:style '(toc)]{Tutorial}
66
77The tutorial is broken down into illustrative examples:
88
You can’t perform that action at this time.
0 commit comments