I have a landscape page in a twosided portrait report. It works fine and the pdf looks ok. The issue pops up at the List of Tables where the landscape page appears to be at page 72 which is correct, but the link jumps to 73. Any way to solve this issue? Thanks,
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
closed as too localized by lockstep, egreg, Gonzalo Medina, ℝaphink, Seamus Oct 1 '11 at 21:33
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
pdfpages, orpdflscape, orlscape, or...? – Werner Sep 2 '11 at 15:05hyperrefissue any warnings? Try and trim your code down and provide a complete MWE that reproduces the problem. – Werner Sep 3 '11 at 15:29\usepackage[all]{hypcap}to your preamble, ctan.org/pkg/hypcap should make the hyperlinks aim at the top of figures, tables,... - where does your hyperlink go to now? Did you try placing\phantomsectionbefore or after your table (or after/before the rotated page)? – Stephen Sep 3 '11 at 18:11