Is there a way to get LaTeX to place figures in the same page as a reference to that figure?

后端 未结 9 1081
粉色の甜心
粉色の甜心 2021-01-31 02:48

I am using LaTeX and the figure environment.

I am well familiar with the parameters to that environment: [htbp], and I am also generally familiar with the strategies tha

9条回答
  •  再見小時候
    2021-01-31 03:35

    If you want force this behaviour on all of your figures try

    ...
    \usepackage{float}
    \floatplacement{figure}{H}
    ...
    

提交回复
热议问题