Using multiple crossref
options
#7653
Replies: 1 comment 13 replies
-
In our doc (https://quarto.org/docs/authoring/includes.html) we say in a Red important callout
What exactly would you like to do ? How to you expect "include" to behave ? As we explain in the doc it is "equivalent to copying and pasting the text from the included file into the main file" - It is not including another independently rendered document |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In my main Quarto document I am including another one using
{{ < include ... > }}
. In the main document I am using the default options forcrossref
, while in the second one (the one included), I specified the following:The problem is that now all the tables and figures are referenced using this options (e.g., there are no more normal Table X). Is it possible to combine multiple options for
crossref
in different documents?Moreover, when I cite inline for instance a table using
@
, there is no space between the last word before the reference and the reference itslef (e.g., "given inSupplementary Table X").I am using R version 4.3.1 (2023-06-16) and Quarto version 1.4.487.
Beta Was this translation helpful? Give feedback.
All reactions