when I try to compile
\documentclass[bibother]{asl}
\begin{document}
foo bar baz
\end{document}
I get the error: "file 'asl.cls' not found". According to some postings it seems that asl.cls must be installed via running initexmf utility, e.g.,
initexmf --admin --update-fndb
but did not help me. I got the following error: 'Option --admin requires admin privileges' and if I do
initexmf --update-fndb
there are no errors, but I still can't compile tex code (same latex error).
Any suggestions?
asl.clsand place it in a location where TeX can find it. – Werner Nov 20 '14 at 00:25asl.clsmust be installed via runninginitexmfutility...", to which my response was "No". :-| Let's see what Paul says... – Werner Nov 20 '14 at 00:33