How do I abbreviate Fig. and Eqn. in Quarto crossreferences? #7000
-
DescriptionThe journals in my area of study haven't published quarto templates yet. In the meantime, how can I get the cross-references to abbreviate to Fig. and Eqn.? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Use: ---
language:
crossref-fig-title: Fig
--- See https://quarto.org/docs/authoring/language.html#alternate-language. EDIT: directly using ---
crossref:
fig-title: Fig
--- See https://quarto.org/docs/authoring/cross-references.html#options. |
Beta Was this translation helpful? Give feedback.
-
Using Especially with new crossref system in next 1.4 version, the |
Beta Was this translation helpful? Give feedback.
Using
language
is probably working too, but I believe the right way to do that is tweaking thecrossref
option directlyhttps://quarto.org/docs/authoring/cross-references.html#options
Especially with new crossref system in next 1.4 version, the
crossref
key should be the one to targethttps://quarto.org/docs/prerelease/1.4/crossref.html#custom-crossreferenceable-types