
많은 양의 텍스트가 포함되어 있으므로 열거가 필요한 테이블을 만들려고 합니다. 문제는 내가 그것을 할 수 없다는 것이다. 내가 도대체 뭘 잘못하고있는 겁니까? 이 표는 여러 항목의 요약을 포함하는 여러 표 중 하나입니다. 내 코드는 다음과 같습니다(원하는 테이블 레이아웃 사진을 첨부했습니다).
\begin{sidewaystable}
\begin{center}
\caption{Major Enhanced Oil Recovery Processes }
\begin{tabular}{|c|c|c|c|}
\hline &&\\
\textbf{Process} &
\textbf{Description} &
\textbf{Advantages} &
\textbf{Disadvantages}\\
&&\\
\hline
&&\\
\textbf{CSI}
& 1
& 2
& 3
\\
&&\\
\hline
&&\\
\textbf{SAGD}
& 1
& 2
& 3
\\
&&\\
\hline
&&\\
\textbf{CO$_2$}
& 1
& 2
& 3
\\
&&\\
\hline
&&\\
\textbf{N$_2$}
& 1
& 2
& 3
\\
&&\\
\hline
&&\\
\textbf{Surfactant}
& 1
& 2
& 3
\\
&&\\
\hline
&&\\
\textbf{Alkaline}
& 1
& 2
& 3
\\
&&\\
\hline
\end{tabular}
\end{center}
\end{sidewaystable}