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

后端 未结 9 1083
粉色の甜心
粉色の甜心 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:24

    Maybe this will help you?

    \begin{center}
    \includegraphics[scale=0.5]{picture_name}
    \end{center}    
    

    I think is better to use the graphics command when your figures run away.

提交回复
热议问题