Remove Hyperlinks #3586
Answered
by
rgaiacs
carbone1853
asked this question in
Q&A
Remove Hyperlinks
#3586
-
I am writing a book using Quatro and want to output a PDF book with no hyperlinks. When I output an HTML book I want the references to be hyperlinked, but not in the PDF book. Is there a yml option to turn the hyperlinks on and off? |
Beta Was this translation helpful? Give feedback.
Answered by
rgaiacs
Dec 7, 2022
Replies: 1 comment 1 reply
-
Thanks for the question @carbone1853. If you are rendering the PDF using the quarto's default settings, you can (1) provide custom options to Pandoc or (2) custom formats to change the hyperlink setting in the LaTeX template. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
carbone1853
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question @carbone1853. If you are rendering the PDF using the quarto's default settings, you can (1) provide custom options to Pandoc or (2) custom formats to change the hyperlink setting in the LaTeX template.