-
Hi, When I decrease width to 60% it appears in its correct place. But if I increase quarto put it to the end of the chapter. This is my YAML file: book: chapters: bibliography: references.bib execute: lang: hu format: pdf: editor: visual header-includes:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
LaTeX will calculate the best position for the figure. You can tell LaTeX what is your preference using |
Beta Was this translation helpful? Give feedback.
-
You might want to use |
Beta Was this translation helpful? Give feedback.
You might want to use
fig.pos = "h!"
orfig.pos = "H"
.