Re: Use of \@citex doesn't match its definition.
Mike Marchywka <[email protected]>
| Newsgroups | gmane.comp.tex.texhax |
|---|---|
| Message-ID | <BL3PR11MB633882F9EE4580411014266EBEFB2@BL3PR11MB6338.namprd11.prod.outlook.com> |
Thanks that built in a simple case running pdflatex from the command line but running my buildscript using lualatex there may be other problems and notably the bibliography is complaining about underscores in bib names and math mode etc. I'll have to investigate later and provide a simple example. but I'm still left with " it used to work" lol. Eventually I can make the build script modify the tex source to run on older or newer systems but right now I just need to get it to work apparently on texlive 2024.  Mike Marchywka 44 Crosscreek Trail Jasper GA 30143 was 306 Charles Cox Drive Canton, GA 30115 470-758-0799 404-788-1216 ________________________________________ From: texhax <[email protected]> on behalf of Ulrike Fischer <[email protected]> Sent: Friday, June 7, 2024 6:47 AM To: [email protected] Subject: Re: Use of \@citex doesn't match its definition. Am Fri, 7 Jun 2024 10:38:24 +0000 schrieb Mike Marchywka: > ! 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} > You need an expandable \input, if you want to input table content. See e.g. https://tex.stackexchange.com/a/583939/2388 -- Ulrike Fischer http://www.troubleshooting-tex.de/