-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Description
Discussed in #4722
Originally posted by phongphuhanam March 9, 2023
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) to param("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:
format:
pdf:
crossref-resolve-refs : falseReactions are currently unavailable