Created
September 25, 2015 17:40
-
-
Save Terryhung/cadd90fc8be218208187 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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