Re: Use of \@citex doesn't match its definition.
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.tex.texhax |
|---|---|
| Message-ID | <CAEW6iOjb70T0PXp_otWqRHx6kPxYwnKxzvndMd1-MFM9dTUykg@mail.gmail.com> |
On Fri, 7 Jun 2024 at 11:39, Mike Marchywka <[email protected]> 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 > > >