开发者

Hide caption in wrapfigure

开发者 https://www.devze.com 2022-12-29 03:04 出处:网络
\\begin{wrapfig开发者_如何学编程ure}{l}{0.3\\textwidth} \\begin{center} \\includegraphics[width=0.2\\textwidth]{one}
\begin{wrapfig开发者_如何学编程ure}{l}{0.3\textwidth}
  \begin{center}
    \includegraphics[width=0.2\textwidth]{one}
  \end{center}
  \caption{}
\end{wrapfigure}

How can I hide label 'Figure 1:' below inserted image?


The \caption{} adds the label. You can omit it and get rid of 'Figure 1:'


Excuse me, I have found solution. Just remove \caption{} line.

0

精彩评论

暂无评论...
验证码 换一张
取 消