How to set ''crossref-resolve-refs' to false in quarto markdown. #4722
Replies: 1 comment
-
Sorry for missing that discussion. i'll close this in favor of #5161 that you created. |
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.
-
Hello, I'm using quarto to create the PDF with all the tables in LaTex format. I also need to create a docx version to share with my colleagues.
As I want to cross-ref on both PDF and docx documents, I use the quarto crossref syntax (@tab-). It works fine with docx format, but for PDF I have to manually set
param("crossref-resolve-refs", true)
toparam("crossref-resolve-refs", false)
in this file ref.lua.I want to set 'crossref-resolve-refs' to false for PDF output in quarto markdown but I couldn't find any way to do so on the Quarto website.
Is there such an option exist? I tried the below setup but it did not work:
Beta Was this translation helpful? Give feedback.
All reactions