JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Issue with \noalign when importing tables #39

Closed nassib closed 3 years ago

nassib commented 3 years ago
\begin{table}
% table caption is above the table
\caption{Please write your table caption here}
\label{tab:1}       % Give a unique label
% For LaTeX tables use
\begin{tabular}{lll}
\hline\noalign{\smallskip}
first & second & third  \\
\noalign{\smallskip}\hline\noalign{\smallskip}
number & number & number \\
number & number & number \\
\noalign{\smallskip}\hline
\end{tabular}
\end{table}