On 21 September 2011 23:18, Svenn Are Bjerkem <[email protected]> wrote: > Hi, > > If I place a title on a table, the annotation is placed on top of the table > and when creating an internal cross reference, the view will jump so that > the table annotation is visible and also the table. > > [[X1]] > .Table title > |==== > | table > |==== > > Jump to <<X1>> > > If I do the same with an image, the image annotation will be placed below > the image and following the hyperlink in a pdf will jump so that the figure > annotation is visible, but not the figure itself as it is above. > > [[X2]] > .Figure title > image::an_image.eps[] > > Jump to <<X2>> > > A workaround could be to move the figure annotations to the top of the > figures, but I don't know how to do that.
Hi Svenn, Unfortunately this isn't possible because the positioning is determined by the docbook rendering chain as the <title> is part of the <table> or <figure> object, it isn't a separate item. Even if it were possible the target id of the link is the id of the <table> or <figure> object, not of the annotation. The problem is in the PDF generated by the backend, dblatex has the problem, FOP doesn't. Cheers Lex > > I am using dblatex as backend on asciidoc 8.6.5 > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/asciidoc/-/-9YYpgBtN9gJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
