-
DescriptionI'm struggling to understand how to make custom cross reference floats stay in the specified place. For figure types, I know I can do:
Or:
However, with a custom one defined in the yaml header:
Neither of these in the .tex file added the Any pointers in the right direction would be appreciated! Basic repo:---
title: Float Specifier
format:
pdf:
fig-pos: H
keep-tex: true
crossref:
custom:
- kind: float
key: suppfig
latex-env: suppfig
reference-prefix: Figure S
space-before-numbering: false
latex-list-of-description: Supplementary Figure
editor: source
---
{#fig-1 fig-pos="H"}
{#suppfig-1 key="suppfig" fig-pos="H"}
basic infoQuarto version: 1.4.554 |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
May 30, 2024
Replies: 1 comment 3 replies
-
try |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mdrnao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
suppfig-pos
?