作业帮 > 英语 > 作业

latex排版问题图文混编问题

来源:学生作业帮 编辑:拍题作业网作业帮 分类:英语作业 时间:2024/06/10 11:11:07
latex排版问题图文混编问题
\begin{figwindow}[0,r,{\mbox{%
\includegraphics[width=3cm]{gull.eps}}},{Gull}]
Most gulls,particularly
Larus species,are ground nesting carnivores,
which will take live food or
scavenge opportunistically.The live food
often includes crabs and small
fish.Apart from the kittiwakes,gulls
are typically coastal or inland
species,rarely venturing far out to sea.
The large species take up to four
years to attain full adult plumage,
but two years is typical for small
gulls.
\end{figwindow}
不想要那个编号【图1.1:图片名称】,怎么去掉,

就是不要红圈画画的那个【图1:】
既然不需要 Figure Label 为什么不直接使用 windows 环境,而用 figwindow 呢?如下所示:
\begin{document}
\begin{window}[0,r,{\mbox{\includegraphics[width=3cm]{Image}}}, {}]
Hello, World!
\end{window}
再问: \begin{tabular}
\end{tabular}
编制表格时怎么在左上角显示图例呢?如表1-1,谢谢了,我只会照搬不太懂什么意思的,上一个问题谢了啊
再答: \documentclass{article}\usepackage[singlelinecheck=off]{caption}
\begin{document}
\begin{table}[thp]\caption{Data}\begin{tabular}{|c|c|}  \hline  1 & 2 \\  \hline  3 & 4 \\  \hline\end{tabular}\end{table}
\end{document}