[OS X TeX] changing texlive distribution on a per file basis
Richard Koch
koch at uoregon.edu
Fri May 14 04:12:06 CEST 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
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list.