latex图片和表格并排

[quote]
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\usepackage{subfigure}
%opening
\title{}
\author{}

\begin{document}

\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}

\end{document}

[/quote]

你可能感兴趣的:(Latex)