Lines Matching refs:caption
405 * caption shortcaption:: Specifying descriptions for floats.
9076 * caption shortcaption:: Specifying descriptions for floats.
9145 @node caption shortcaption
9146 @subsection @code{@@caption} & @code{@@shortcaption}
9147 @findex caption
9152 You may write an @code{@@caption} anywhere within a @code{@@float}
9153 environment, to define a caption for the float. It is not allowed in
9154 any other context. @code{@@caption} takes a single argument, enclosed
9159 An example float, with caption.
9160 @@caption@{Caption for example float.@}
9167 An example float, with caption.
9168 @caption{Caption for example float.}
9171 @code{@@caption} can appear anywhere within the float; it is not
9172 processed until the @code{@@end float}. The caption text is usually a
9175 In the output, the caption always appears below the float; this is not
9181 caption text is used instead of the caption text in a list of floats
9182 (see the next section). Thus, you can write a long caption for the
9193 The text for @code{@@caption} and @code{@@shortcaption} may not
9231 the float number, and the caption, if any---the @code{@@shortcaption}
9232 argument, if it was specified, else the @code{@@caption} argument.
16832 @item @@caption
16833 Define the full caption for a @code{@@float}. @xref{caption shortcaption}.
17573 Define the short caption for a @code{@@float}. @xref{caption shortcaption}.