Compile error with MacTeX 2024 on Mac OS Ventura

Herbert Schulz herbs2 at mac.com
Sun Jun 30 16:01:54 CEST 2024



> On Jun 30, 2024, at 7:28 AM, Keith J Devlin <kdevlin at stanford.edu> wrote:
> 
> HI! 
> 
> I have a Mac running Monterey and another running Ventura, synched over iCloud.
> 
> MacTeX 2024 runs perfectly on the Monterey machine.
> 
> But when running MacTeX 2024 on Ventura with the identical project folder,   \pageref   does not display the pages in the PDF output. As far as I can tell, that is the only thing that fails in the compile.
> 
> I’ve tried deleting the aux file on Ventura but that does not fix the issue.
> 
> Presumably a pathway problem, but that’s a level I’m not familiar with.
> 
> Any suggestions?
> 
> KD
> 
> ------------ 
> Keith Devlin, Mathematician
> Stanford University, Emeritus
> 
> Home page: http://www.stanford.edu/~kdevlin/
> ------------

Howdy,

Note that it takes mutiple (at least two but it could be more) typesetting passes for \pageref to show a result. How are you typesetting on the two systems? E.g., using latexmk will automate the reprocessing but just using (pdf/lua/xe)latex once will b not give a result.

Also compare the .log files from each system. For the same input file they should be the same so differences there may give you a clue.

Finally, place the line

\listfiles

before the \documentclass command to get a list of all files and packages and version numbers being loaded so you can compare the differences in typesetting.

Hope this helps.

Good Luck,

Herb Schulz
herbs2 at mac.com





More information about the mactex-support mailing list.