brucehughw wrote:My trouble is, I don't even know which version of latex I'm running because I've installed several versions of Latex, and I'm not sure which of those Aquamacs is using. Can someone please tell me how to determine which version I'm using
Make a LaTeX run with a standard class, e.g., for
Code: Select all
%!TeX log
\documentclass{article}
\begin{document}
Test
\end{document}
and then open the log file. Usually you will find the paths of the used class.You can test this even here to see paths from the TeX Live installation of the online compiler.
However, classes and files that are not part of the TeX distribution should
not be installed in the TDS tree of the distribution, but in TEXMFHOME or TEXMFLOCAL. Usually this should be the same for every version of MacTeX/TeX Live. Try:
in a terminal.
Note: You have to use a valid TDS also when using TEXMFHOME or TEXMFLOCAL. So, e.g., if the command would result in
/home/USER/Library/texmf
, you would have to generate a path like
/home/USER/Library/texmf/tex/latex/my-prefered-template
and copy the template files to this folder.
Sorry, but this is my only answer to this question, because I'm not a Mac user and questions like this one are outside my main interests.