mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:03:01 +02:00
14 lines
240 B
TeX
14 lines
240 B
TeX
\documentclass{article}
|
|
\begin{document}
|
|
|
|
Here is a table:
|
|
|
|
\begin{tabular}{|lp{1.3pt}c|r|}
|
|
\hline
|
|
left & center & right \\
|
|
\cline{2-3}
|
|
paragraph with top alignment & \multicolumn{2}{|c|}{two columns} \\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
\end{document} |