Skip to content

How to set ''crossref-resolve-refs' to false in quarto markdown. #5161

@phongphuhanam

Description

@phongphuhanam

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 : false

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions