Use of \@citex doesn't match its definition.

David Carlisle d.p.carlisle at gmail.com
Fri Jun 7 12:44:37 CEST 2024


On Fri, 7 Jun 2024 at 11:39, Mike Marchywka <marchywka at hotmail.com> wrote:

> Thanks that almost worked so I guess I will have to change that on all
> my source files now. However it is still dying on something
> really odd.. If I remove the input line it seems to compile ok
> but it is putting this into comment.cut and complaining, with the
> input command.,
>
> [29] Excluding 'comment' comment.
> (/home/documents/latex/share/includes/disclaimer-gaslight.tex)
> (/home/documents/latex/share/includes/disclaimer-status.tex)
> (./releases.tex)
> ! Misplaced \noalign.
> \hline ->\noalign
>                   {\ifnum 0=`}\fi \hrule \@height \arrayrulewidth
> \futurelet...
> l.125 \hline
>
> ?
>
>
> build script needs to include empty releases.tex
> \begin{table}[H] \centering
> \begin{tabular}{|r|r|l|}
> Version & Date & URL    \\
> \hline
> \input{releases.tex}
> \hline
> \end{tabular}
> \end{table}
>


That's expected, `\hline` has to be the first token (after expansion) at
the start of a row
and \input (even if the file is empty) has some non-expandable tokens, and
looking at your error message the file is not empty.


>
>
>
>  Mike Marchywka
> 44 Crosscreek Trail
> Jasper GA 30143
> was 306 Charles Cox Drive  Canton, GA 30115
> 470-758-0799
> 404-788-1216
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20240607/15854c97/attachment.htm>


More information about the texhax mailing list.