On Sat, Mar 23, 2019 at 04:25:07PM +0100, Hilaire Fernandes wrote: > Hello, > > Is it possible to refer to a Float with its label? > > The expected pdf/html output will be rendered as: > > [..] > > Some code > > Example 2.5: I am an example > > [..] > > Blabla, see Example 2.5.
Certainly, you just refer to the float label as the cross-reference
name, like:
@float Figure,fig:ex1
This is example flot
@end float
@xref{fig:ex1}.
