您的位置:首页 > 其它

latex 图表 figure and table 混排

2014-05-14 20:17 375 查看
图像和表格并排排列:

\makeatletter\def\@captype{figure}\makeatother

\begin{minipage}{0.3\textwidth}

\centering

\section{ Standard }

\includegraphics[scale=0.40]{/home/u2/webapp/public/data/images/articles/4803_thumb_160.jpg}

\end{minipage}

\makeatletter\def\@captype{table}\makeatother

\begin{minipage}{.7\textwidth}

\centering

\subsection{ Color Per Size Quantities }

\begin{tabular}{|c|c|c|c|c|c|c|}

\hline

% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...

Measurements Nam & Measurements Nam & Measurem & a & a & a & a \\

a & a & a & a & a & a & a \\

a & a & a & a & a & a & a \\

a & a & a & a & a & a & a \\

a & a & a & a & a & a & a \\

\hline

\end{tabular}

\end{minipage}

转自:http://www.educity.cn/wenda/118274.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: