Latex 中的插图几个参数选项不知道意思,求告知
Latex 中的插图几个参数选项不知道意思,求告知。完全不懂latex,好不容易边看教程边写写到插图,傻眼了。求帮忙啊!
PLosone的latex模板中关于插图的几句,
\section*{Figure Legends}
\begin{figure}[!ht]
\begin{center}
\includegraphics[width=4in]{figure_name.2.eps}
\end{center}
\caption{
%{\bf Bold the first sentence.}Rest of figure 2caption.Caption
%should be left justified, as specified by the options to the caption
%package.
%}
%\label{Figure_label}
%\end{figure}
问题: 1. Figure lengends跟caption中的内容是什么关系,一样的么?那图的标注句放哪里?
2. 请详细说明下caption,label语句是啥意思,用法
===有问必答===
\section*{Figure Legends} ==》 一个new section, section title : Figure legends ,这部分与 environment figure木有关系
\caption{} ==> 插入图片的title (caption),比如说你的Figure 1. Figure, Figure, Figure 就应该写成
\caption{Figure, Figure, Figure}
\label{} ==> 可省略,但是如果你的行文中需要引用/调用 插入的图片,可以用这个label。。
For example:
\begin{figure}
..........
\label{fig:figure1}
\end{figure}
bla bla bla has been illustrated in Figure \ref{fig:figure1}
----
1. Figure lengends 是取得标注,caption是图的标题。
2.caption是标题,label 是引用的时候用的
----
谢谢,想追问一句,我有7个图,其中有1个图是4个小图构成,那想要每页显示一个图的话,是不是上述语句一图就重复一次?我看到题图是自动编号的,那到了有4个小图的那里应该怎么处理。谢谢啊
----
使用\begin{figure}[htbp]
\begin{minipage}[t]{.33\linewidth}
。。。。。。。。。。。。。
\end{minipage}
\end{figure}
留言与评论(共有 0 条评论) |