I have searched but I have not been able to find answers.
I have just installed MacTeX. I'm using command line
Code: Select all
latexmk -pdf filename.tex
Code: Select all
\documentclass[format=acmsmall]{acmart}
Code: Select all
LaTeX Error: File `acmart.cls' not found.
/usr/local/texlive/2016/texmf-dist/tex/latex/acmart/acmart.cls
How can I persuade latex to find this file? Or do I need to copy it to somewhere else?
Where do I find the paths along which this distribution of tex searches?
Should I set these path, or take some other action?
Are the paths set by MacTeX or by texlive?
Also what path will be used to look for my .bib files (called by \bibliography).
Thanks