emacs/test/lisp/align-resources/latex-mode.erts
2023-08-03 05:45:13 +02:00

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}
=-=-=