作者springman (司布林)
看板LaTeX
标题Re: [请益] 在表格中插入图片
时间Tue May 24 18:00:36 2011
※ 引述《hasheesh (反正就是~超.好.吃!)》之铭言:
: 我想在表格中插入图片,
: 爬文後有看到版友使用\includegraphics
: 我却无法使用 >"<
: 我单用表格或单用图片皆没问题
: 想请教是哪里打错了吗? 谢谢
: \begin{table}
: \begin{figure}
: \centering
: \begin{tabular}{lll}
: & \incudegraphics{aaa.jpg} & TOTOTO\\
: \end{tabular}
: \end{figure}
: \end{table}
\begin{tabular}{lll}
& \includegraphics{aaa.jpg} & TOTOTO
\end{tabular}
这样应该就可以,我有试了一下。
--
Xuite日志:
http://blog.xuite.net/springman/
网路城邦:
http://blog.udn.com/springman
圣经查询系统:
http://springbible.fhl.net/
芳苑教会:
http://fychurch.fhl.net/
信望爱bbs:
http://wbbs.fhl.net/
自由软体使用经验分享
http://springbible.blogspot.com/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 163.23.24.146
1F:→ springman:您原先有拼错字 \incudegraphics{aaa.jpg} 05/24 18:02
2F:推 hasheesh:原来是拼错了 非常谢谢指正 我可以用了!! 05/24 18:45
3F:→ lovinlover:把错误讯息也贴上来就方便很多了 05/24 21:40