Python/알면 쓸모있는 잡다한 코드

[latex] overleaf - tabular as figure (내가 보려고 작성 tabular 사용법)

joannekim0420 2023. 1. 25. 19:35
728x90
\begin{table}
    \centering
    \caption{NO vertical centering of figures in cells.}
    \begin{tabular}{lll}
        \toprule
        Column1 & Column2 & Column3 \\
        \midrule
        Cols1 & \includegraphics[width=2cm]{example-image} & Cols3 \\
        Cols1 & \includegraphics[width=4cm]{example-image} & Cols3 \\
        Cols1 & Cols2 & Cols3 \\
        \bottomrule
    \end{tabular}
\end{table}

 

\begin{figure*}[h!] 
\centering
  % \includegraphics[width=\linewidth]{}
    \begin{tabular}{c m{2.6cm} m{2.6cm} m{2.6cm} m{2.6cm} m{2.6cm}} %c{3cm}c{3cm}c{3cm}c{3cm}c{3cm}
         &{\includegraphics[width=2.7cm,height=2cm]{figures/bicycle.jpg}} &{\includegraphics[width=2.7cm,height=2cm]{figures/birthday.jpg}}&{\includegraphics[width=2.7cm,height=2cm]{figures/train.jpg}}&{\includegraphics[width=2.7cm,height=2cm]{figures/wooden.jpg}}&{\includegraphics[width=2.7cm,height=2cm]{figures/kitchen.jpg}}\\
         
        Ground Truth & A man with a red helmet on a small moped on a dirt road & A young girl inhales with the intent of blowing out a candle. & A man on a bicycle riding next to a train & A kitchen is shown with a variety of items on the counters & a wooden cutting board topped with sliced up food.\\
        \midrule
        Oscar & a man riding a motorcycle down a dirt road. &a woman sitting at a table with a plate of food. & a woman riding a bike down a street next to a train. & a kitchen with a sink, dishwasher and a window. &a woman sitting at a table with a plate of food.\\
        \midrule
        ClipCap & a man is riding a motorbike on a dirt road. & a young girl sitting at a table with a cup of cake. &a man is standing next  to a train. & a kitchen with a sink and a window. &a wooden table with a bunch of wood tools on it. \\
        \midrule
        col&col&col&col&col&col\\
        \bottomrule
    \end{tabular}
  \caption{Predicted captions \cite{karpathy2015deep}.}
  \label{fig_qualitative}
\end{figure*}

column 을 나눌 때는 &

\midrule - 중간 분리선 추가

\icncludegraphics[width = , height]{} - 사진 추가하기

\caption - 해당 figure의 설명