Skip to content

Commit d71dfd6

Browse files
Use footnotes in thesis tex output; not great but doesn't overflow
1 parent 9b4bc60 commit d71dfd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scribblings/reference/compiling.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@section[#:tag "reference compilers"]{Compiling references to DSL bindings within Racket code}
1111
@tex-label{doc:reference-compilers}
1212

13-
@margin-note{@secref["compilation"] in the @secref["Basic_Tutorial__State_Machine_Language"] introduces the use of reference compilers.}
13+
@margin-note[#:footnote? #t]{@secref["compilation"] in the @secref["Basic_Tutorial__State_Machine_Language"] introduces the use of reference compilers.}
1414

1515
By default, Racket code cannot reference names bound with DSL @tech{binding classes}. To allow such references, specify a @deftech{reference compiler} for each class of bindings that should be usable in Racket code. The reference compiler is a @tech/reference{syntax transformer} that will be applied to compile the syntax including each reference.
1616

scribblings/reference/specifying.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class that has an associated binding space, the name that is looked up is
5151
augmented with the binding class scope in order to give it access to bindings
5252
defined in the space.
5353

54-
@margin-note{See @secref["reference compilers"] for more information about reference compilers}
54+
@margin-note[#:footnote? #t]{See @secref["reference compilers"] for more information about reference compilers}
5555

5656
The @racket[#:reference-compiler] option specifies a @tech{reference compiler} for controlling how
5757
references to variables of this binding class are treated in Racket code.

0 commit comments

Comments
 (0)