표 아래 표로서의 범례

표 아래 표로서의 범례

두 개의 테이블이 있는데, 두 번째 테이블이 첫 번째 테이블의 범례입니다. 첫 번째 또는 두 번째 테이블의 레이아웃을 손상시키지 않고 이를 쉽게 결합하려면 어떻게 해야 합니까?

\begin{table}[htbp]
  \begin{tabular}{|lccccc|}
    \small{333333333333333333} & E1111MP & EMP       & EMP  & adddW        & SOW          \\ 
    \small{4444444444444444}   & CsssON  & 222d2EMP  & D    & HAAAddddddW  & Erad23P      \\ 
    \small{555555}             & EEEP    & BRxxxxxRR & TTMP & TTxxxxxxxxMP & EMXxx xxxxXP \\ 
  \end{tabular}
\end{table}
\begin{table}[htbp]
  \begin{tabular}{|lcc|} 
    \small{444444 4444444444} & Csddddddddss ddd dddddddd & dasadafasdfa               \\ 
    \small{555555}            & EEEP                      & BRxxxxxxxxxxxxxxxxxxxxxxRR \\ 
  \end{tabular}
\end{table}

답변1

놓다둘 다~에하나 table환경.

\begin{table}[htbp]
  \begin{tabular}{|lccccc|}
    \small{333333333333333333} & E1111MP & EMP       & EMP  & adddW        & SOW          \\ 
    \small{4444444444444444}   & CsssON  & 222d2EMP  & D    & HAAAddddddW  & Erad23P      \\ 
    \small{555555}             & EEEP    & BRxxxxxRR & TTMP & TTxxxxxxxxMP & EMXxx xxxxXP \\ 
  \end{tabular}

  \begin{tabular}{|lcc|} 
    \small{444444 4444444444} & Csddddddddss ddd dddddddd & dasadafasdfa               \\ 
    \small{555555}            & EEEP                      & BRxxxxxxxxxxxxxxxxxxxxxxRR \\ 
  \end{tabular}
\end{table}

관련 정보