mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 07:00:50 +00:00
29 lines
493 B
Text
29 lines
493 B
Text
Name: tex-record-separator and basic-line-continuation
|
|
|
|
=-=
|
|
\documentclass{}
|
|
|
|
\begin{document}
|
|
|
|
\begin{tabular}{l|l}
|
|
\textit{Player name} &\textit{Career home runs} \\
|
|
\hline
|
|
Hank Aaron &755 \\
|
|
Babe Ruth &714
|
|
\end{tabular}
|
|
|
|
\end{document}
|
|
=-=
|
|
\documentclass{}
|
|
|
|
\begin{document}
|
|
|
|
\begin{tabular}{l|l}
|
|
\textit{Player name} & \textit{Career home runs} \\
|
|
\hline
|
|
Hank Aaron & 755 \\
|
|
Babe Ruth & 714
|
|
\end{tabular}
|
|
|
|
\end{document}
|
|
=-=-=
|