0

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?

Paul
  • 1

1 Answers1

0

with the help received from this cite, I was able to solve the problem.

  1. Place '*.cls' in one of the folders where other *.cls files are located. E.g., I put 'asl.cls' to 'C:\Program Files\MiKTeX 2.9\tex\latex\amscls'

  2. Run MikTeX 2.9 -> Maintenance (Admin) -> Package Manager (Admin)

That's it! Thank you all who helped. Paul

paul
  • 1