WARNING: Unable to resolve crossref @fig-bau-formen #5568
-
Hi all I have a, hopefully, small problem with cross references in a book project.
I'm always getting the error message: I coudn't found something in the docs and I'm using quarto version 1.3.353 Thanks in advanced |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Syntactically, in order for the image to be considered a 'figure', it needs to be a block (e.g. on it's own line): {#fig-bau-formen width=9.5cm}
NTCs gibt es in verschiedensten Bauformen wie in @fig-bau-formen ersichtlich ist. Diese Bauformen stellen lediglich eine Auswahl der zur Verfügung stehenden Bauformen dar. Without the blank line between the image and the text, the two are placed together in a single paragraph and the image is treated as in inline image rather than a figure. HTH! |
Beta Was this translation helpful? Give feedback.
Syntactically, in order for the image to be considered a 'figure', it needs to be a block (e.g. on it's own line):
Without the blank line between the image and the text, the two are placed together in a single paragraph and the image is treated as in inline image rather than a figure.
HTH!