You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue when generating PDF documents from papaja::apa6_pdf(). When referencing tables, the default hyperlink text shows only the number (e.g., "1"), but I would like it to display the full reference text, such as "Table 1" instead.
This generates a hyperlink, but I want it to show "Table 1" rather than just "1". Is there a way to modify the hyperlink text to include the word "Table" instead of just the number?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there, thanks for reaching out. This question technically relates to the bookdown package rather than papaja. What you are looking for is something akin to \autoref{} in LaTeX, right? If you are being limited to PDF-output, you can just use the LaTeX command. I don't think there currently is output-format-agnostic analog in bookdown or pandoc. There is an open feature request with pandoc to add this feature. An upvote over there could help.
I'm facing an issue when generating PDF documents from
papaja::apa6_pdf()
. When referencing tables, the default hyperlink text shows only the number (e.g., "1"), but I would like it to display the full reference text, such as "Table 1" instead.This generates a hyperlink, but I want it to show "Table 1" rather than just "1". Is there a way to modify the hyperlink text to include the word "Table" instead of just the number?
Thanks in advance!
The text was updated successfully, but these errors were encountered: