This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XRef to images...


/ Julio Merino <juli@merino.net> was heard to say:
| Hi all
| 
| I do this in a document:
| <mediaobject id="image_segments">
|   [etc]
| </mediaobject>
| 
| And then, from inside the text, I do: <xref linkend="image_segments"/>,
| but it does not work.
| 
| I would like Docbook to number figures with numbers, and allow me to
| make references to them from inside the text, so it apperes like: See
| Figure 2.1. (for example)

Then you want:

  <figure id="image_segments">
    <title>Some Title</title>
    <mediaobject 
     [etc]
    </mediaobject>
  </figure>

:-)

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | A child becomes an adult when he
http://www.oasis-open.org/docbook/ | realizes he has a right not only
Chair, DocBook Technical Committee | to be right but also to be
                                   | wrong.--Thomas Szasz

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]