[OS X TeX] changing texlive distribution on a per file basis

Richard Koch koch at uoregon.edu
Thu May 13 22:12:06 EDT 2021


Nestor,

Why not set up an engine which gives a full path to pdflatex. For example

---------------

#!/bin/tcsh

/usr/local/texlive/2020/bin/x86_64-darwub/pdflatex  -file-line-error -synctex=1 "$1"

--------

If you use pdflatexmk, this might be more complicated and then Herb's your man.

Dick Koch




More information about the MacOSX-TeX mailing list