scriblib doc corrections and clarification
This commit is contained in:
parent
7a427be2fd
commit
009468d6a8
|
@ -9,13 +9,6 @@
|
||||||
@defmodule[scriblib/autobib]
|
@defmodule[scriblib/autobib]
|
||||||
|
|
||||||
|
|
||||||
@defproc[(autobib-style-extras) list?]{
|
|
||||||
|
|
||||||
Includes the content of the result list in the style of a document part
|
|
||||||
that includes all figures. These style extras pull in HTML and Latex
|
|
||||||
rendering support.}
|
|
||||||
|
|
||||||
|
|
||||||
@defform[(define-cite ~cite-id citet-id generate-bibliography-id)]{
|
@defform[(define-cite ~cite-id citet-id generate-bibliography-id)]{
|
||||||
|
|
||||||
Binds @scheme[~cite-id], @scheme[citet-id], and
|
Binds @scheme[~cite-id], @scheme[citet-id], and
|
||||||
|
|
|
@ -9,13 +9,6 @@
|
||||||
|
|
||||||
@defmodule[scriblib/figure]
|
@defmodule[scriblib/figure]
|
||||||
|
|
||||||
@defproc[(figure-style-extras) list?]{
|
|
||||||
|
|
||||||
Include the content of the result list in the style of a document part
|
|
||||||
that includes all figures. These style extras pull in HTML and Latex
|
|
||||||
rendering support.}
|
|
||||||
|
|
||||||
|
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defproc[(figure [tag string?] [caption content?] [pre-flow pre-flow?] ...) block?]
|
@defproc[(figure [tag string?] [caption content?] [pre-flow pre-flow?] ...) block?]
|
||||||
@defproc[(figure* [tag string?] [caption content?] [pre-flow pre-flow?] ...) block?]
|
@defproc[(figure* [tag string?] [caption content?] [pre-flow pre-flow?] ...) block?]
|
||||||
|
@ -28,15 +21,16 @@ Creates a figure. The given @scheme[tag] is for use with
|
||||||
@scheme[figure-ref] or @scheme[Figure-ref]. The @scheme[caption] is an
|
@scheme[figure-ref] or @scheme[Figure-ref]. The @scheme[caption] is an
|
||||||
element. The @scheme[pre-flow] is decoded as a flow.
|
element. The @scheme[pre-flow] is decoded as a flow.
|
||||||
|
|
||||||
For HTML output, the @scheme[figure*] and @scheme[figure*] functions
|
For HTML output, the @scheme[figure] and @scheme[figure*] functions
|
||||||
center the figure content, while @scheme[figure**] allows the content
|
center the figure content, while @scheme[figure**] allows the content
|
||||||
to be wider than the document body.
|
to be wider than the document body.
|
||||||
|
For two-column Latex output, @scheme[figure*] and @scheme[figure**]
|
||||||
|
generate a figure that spans columns.
|
||||||
|
|
||||||
For latex output, @scheme[figure-here] generates a figure to be
|
For Latex output, @scheme[figure-here] generates a figure to be included at
|
||||||
included at the position in the text where the call to
|
the position in the output text where the @scheme[figure-here] occurs
|
||||||
@scheme[figure-here] occurs.
|
in the source text. For HTML output, all @scheme[figure] variants
|
||||||
For two-column latex output, @scheme[figure*] and @scheme[figure**]
|
place the figure where the use appears in the source text.}
|
||||||
generate a figure that spans columns.}
|
|
||||||
|
|
||||||
|
|
||||||
@defproc[(figure-ref [tag string?]) element?]{
|
@defproc[(figure-ref [tag string?]) element?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user