Em đã tìm ra trong file style.tex và trong file Latex cho người mới sử dụng word. Cụ thể như sau, em tạo ra 2 cột 7 dòng,
Code:
\begin{center}
\begin{tabular}{|l|p{7cm}| } % 7cm là độ rộng lớn nhất của mỗi ô.
\hline %kẻ ngang
Tên sự kiện & Thuộc tính tương ứng đáng quan tâm\\
\hline
Break interrupt & \textbf{BreakInterruptFcn}\\
\hline
Bytes available & \textbf{BytesAvailableFcn}\\
& \textbf{BytesAvailableFcnCount}\\
& \textbf{BytesAvailableFcnMode}\\
\hline
Error & \textbf{ErrorFcn}\\
\hline
Output empty & \textbf{OutputEmptyFcn}\\
\hline
Pin status & \textbf{PinStatusFcn}\\
\hline
Timer & \textbf{TimerFcn}\\
& \textbf{TimerPeriod}\\
\hline
\end{tabular}
\end{center}
Latex hay thật đấy. Làm trên nó thực sự là tiện

.
Chúc mọi người dùng Latex vui vẻ, thành công.