emacs/test/lisp/align-resources/latex-mode.erts

30 lines
493 B
Plaintext

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