Tagged Questions
6
votes
2answers
390 views
Hyperref link placement: alignment to left page border and top of page
(a) Is is possible to have certain hyperref-hyperlinks (such as those to sections and also (when using memoir) to the table of contents, lists of figures and tables, and bibliography) point to the ...
3
votes
1answer
263 views
Certain hyperlinks (memoir+hyperref) placed too low
I tend to use the memoir class together with the hyperref package, in order to have my table of contents, the lists of tables and figures, and the bibliography be hyperlinked. While all links to ...
3
votes
2answers
1k views
\phantomsection - how to jump to the chapter title instead of the center of the page (only)
I use \phantomsection in my document, because I have nonnumbered chapters in Table of Contents:
\chapter*{Chapter title}
\phantomsection
\addcontentsline{toc}{chapter}{Chapter title}
Command ...
2
votes
2answers
381 views
\pdfbookmark to page number and location with \includepdf
I would like to use a \pdfbookmark like command to reference a page within a PDF document (included with the \includepdf command) and further to bring the user to a specific location (say 2.34 inches ...
12
votes
3answers
546 views
Hyperref jumps to the wrong equation if the equation has a \tag and cleveref is used
The problem
I'm writing a document where all of my equations are labeled, not by numbers, but by names, which I provide with amsmath's \tag command. I also use cleveref for ease of ...
10
votes
1answer
317 views
PDF bookmark going to the bottom of the previous page in case when caption header is on the top of a page
\documentclass[12pt,a4paper]{mwrep}
\usepackage{lipsum}
\usepackage[nodisplayskipstretch]{setspace} \setstretch{1.3}
\usepackage[hidelinks,unicode,pdfencoding=auto]{hyperref}
\usepackage[all]{hypcap}
...
6
votes
1answer
321 views
Margin floats and hyperlinks
I read Margin Figures/captions and the answers within. I have stripped the definition of the marginfloats from the tufte documentclass into the MWE below.
Can the definition of ...
19
votes
1answer
411 views
href to an image label - how to jump to the image instead of the caption below the image?
I'm using the following command to embed images in my LaTeX document (which is then rendered as PDF)
\newcommand{\img}[4]{
\begin{figure}[!hbt]
\centering
\vspace{1ex}
...
3
votes
1answer
221 views
How to position the destination of the link generated by hyperref in the center of the page?
I'm using the package hyperref, and it works perfectly. But I want that when I click in link generated by the package, the destination of the link, the figure or the equation, stays centralized on the ...
7
votes
2answers
670 views
Hyperlink's bad navigation of sub-figures on click
I am using hyperref package to have hyperlinks automatically generated for figures, equations, table of contents, etc... My problem is if I have a big figure consisting of sub-figures and then have a ...