Answers for "new row latex"

2

latex add empty line

\hfill \break
Posted by: Guest on July-01-2020
0

latex addition row

\documentclass{article}
\begin{document}
\begin{tabular}{cccc}
  & 1 & 2 & 3 \\
+ &   & 3 & 4 \\
\hline
  & 1 & 5 & 7 \\
\end{tabular}
\end{document}
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language