9

I have installed latex and compiled tex file using pdflatex command, the file did not compile. It is showing revtex4-1.cls not found. How to fix this, please any one can help me.

srinatha
  • 143
  • 3
  • 3
  • 6

1 Answers1

12

The missing file is in texlive-publishers.

Please try sudo apt-get install texlive-publishers and run pdflatex again.