Adding docs for doc-binding
This commit is contained in:
parent
d1178fe6f4
commit
6564d5999c
|
@ -65,13 +65,15 @@ source declares a module. The module should either have a @racket[doc]
|
||||||
that exports @racket[doc] as a @racket[part], or it should directly
|
that exports @racket[doc] as a @racket[part], or it should directly
|
||||||
export @racket[doc] as a @racket[part]. (The submodule is tried first,
|
export @racket[doc] as a @racket[part]. (The submodule is tried first,
|
||||||
and the main module is not directly loaded or evaluated if the
|
and the main module is not directly loaded or evaluated if the
|
||||||
submodule can be loaded on its own.)
|
submodule can be loaded on its own.) (Use @DFlag{doc-binding} to
|
||||||
|
change @racket[doc] to another symbol.)
|
||||||
|
|
||||||
When multiple documents are rendered at the same time, cross-reference
|
When multiple documents are rendered at the same time, cross-reference
|
||||||
information in one document is visible to the other documents. See
|
information in one document is visible to the other documents. See
|
||||||
@secref["xref-flags"] for information on references that cross
|
@secref["xref-flags"] for information on references that cross
|
||||||
documents that are built separately.
|
documents that are built separately.
|
||||||
|
|
||||||
|
@history[#:changed "1.18" @elem{Added @DFlag{doc-binding}.}]
|
||||||
@history[#:changed "1.4" @elem{Added @DFlag{dvipdf}.}]
|
@history[#:changed "1.4" @elem{Added @DFlag{dvipdf}.}]
|
||||||
|
|
||||||
@section{Extra and Format-Specific Files}
|
@section{Extra and Format-Specific Files}
|
||||||
|
|
|
@ -23,4 +23,4 @@
|
||||||
|
|
||||||
(define pkg-authors '(mflatt eli))
|
(define pkg-authors '(mflatt eli))
|
||||||
|
|
||||||
(define version "1.17")
|
(define version "1.18")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user