Skip to content

Instantly share code, notes, and snippets.

@Terryhung
Created September 25, 2015 17:40
Show Gist options
  • Save Terryhung/cadd90fc8be218208187 to your computer and use it in GitHub Desktop.
Save Terryhung/cadd90fc8be218208187 to your computer and use it in GitHub Desktop.
\begin{table}[t!]
\centering
\caption{Example of correct and fail cases.}
\label{table:dog_compare}
\begin{adjustbox}{max width=90mm}
\begin{tabular}{|l|>{\centering\arraybackslash}m{2in}|}
\hline
& \quad \quad Border Collie \newline \raisebox{-\totalheight}{\includegraphics[scale=0.2]{correction_border_collie}} \vfill \\ \hline
baseline & \quad \quad Australian Shepherd \newline \raisebox{-\totalheight}{\includegraphics[scale=0.2]{correction_australian_shepherd_1}} \vfill \\ \hline
MMD & Border Collie \\ \hline
queries & border collie puppies sale adoption \\ \hline
\end{tabular}
\end{adjustbox}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment