mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 23:20:51 +00:00
30 lines
493 B
Text
30 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}
|
||
|
=-=-=
|