KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › Tabu와 multirow를 이용한 표 만들기 질문입니다.

melody9170 | 2024.01.04 09:59:48 | 메뉴 건너뛰기 쓰기

이번에 박사학위 논문을 준비하며, LaTeX를 처음으로 접해본 초보자입니다.

워드로 조금 작성해둔 논문을 LaTeX로 옮기고 있는데, 표가 어렵네요 ㅠㅠ

 

제가 원하는 표는 이런 형태입니다.

하고싶은표.png

 

이 표를 만들기 위해 여기저기 자료를 찾아보며 작성중인 코드는 아래와 같습니다.

\usepackage{multirow}
\usepackage{tabu}
\usepackage{ragged2e}
\begin{table}
    \centering
    \begin{tabu}{X[C,m]X[0.3,C,m]X[c,m]X[c,m]}
        \tabucline{1-4}
        \multirow{2}{=}{Place}&\multirow{2}{=}{Time}&\multicolumn{2}{c}{Multiplying factors to base curve} \\ \tabucline{3-4}
        &&Continuous vibration and intermittent vibration&Impulsive vibration excitation with several occurrences per day \\ \tabucline{1-4}
        \multirow{2}{=}{Critical working area(e.g. some hospital operating theatres, some precision laboratories, etc.)}&Day&1&1 \\ \tabucline{2-4}
        &Night&1&1 \\ \tabucline{1-4}
    \end{tabu}
\end{table}

 

그런데 pdf로 빌드를 해보면 아래와 같이 셀의 내용이 너무 길어서 칸을 넘어가버린 상태로 나옵니다 ㅠㅠ

지금상태.png

며칠동안 이거 붙잡고 있는데, 해결이 안되고 있어서 고수님들께 질문 올려봅니다. 텍 초보자를 구해주세요 ㅠㅠ

첨부 [2]

댓글 [2]

댓글 쓰기

목록

KTUG 한국 텍 사용자 그룹