<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 7 Jun 2024 at 11:39, Mike Marchywka <<a href="mailto:marchywka@hotmail.com">marchywka@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Thanks that almost worked so I guess I will have to change that on all<br>
my source files now. However it is still dying on something<br>
really odd.. If I remove the input line it seems to compile ok<br>
but it is putting this into comment.cut and complaining, with the<br>
input command., <br>
<br>
[29] Excluding 'comment' comment.<br>
(/home/documents/latex/share/includes/disclaimer-gaslight.tex)<br>
(/home/documents/latex/share/includes/disclaimer-status.tex) (./releases.tex)<br>
! Misplaced \noalign.<br>
\hline ->\noalign <br>
                  {\ifnum 0=`}\fi \hrule \@height \arrayrulewidth \futurelet...<br>
l.125 \hline<br>
<br>
? <br>
<br>
<br>
build script needs to include empty releases.tex<br>
\begin{table}[H] \centering<br>
\begin{tabular}{|r|r|l|}<br>
Version & Date & URL    \\<br>
\hline <br>
\input{releases.tex} <br>
\hline<br>
\end{tabular}<br>
\end{table}<br>
</div></blockquote><div><br></div><div><br></div><div>That's expected, `\hline` has to be the first token (after expansion) at the start of a row <br></div><div>and \input (even if the file is empty) has some non-expandable tokens, and looking at your error message the file is not empty.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
<br>
<br>
<br>
<br>
 Mike Marchywka <br>
44 Crosscreek Trail<br>
Jasper GA 30143<br>
was 306 Charles Cox Drive  Canton, GA 30115<br>
470-758-0799<br>
404-788-1216 <br>
<br>
<br>
</div></blockquote></div></div>