autoref style cross-referencing for PDF engine #2443
halidaee
started this conversation in
Feature Requests
Replies: 1 comment
-
Related to #4944 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Quarto's cross-referencing uses TeX defaults, so when referencing "Figure 1", only the text for "1" is hyperlinked to the relevant figure. (This is only for PDFs. All of "Figure 1" is linked in HTML.) It would be nice to add the functionality to make all the text of "Figure 1" link to the figure, and do so analogously for other objects. This is available in TeX using the hyperref package in latex using the autoref macro.
Beta Was this translation helpful? Give feedback.
All reactions