Hello everyone,
I have been using the TeX Live distribution of LaTeX since some months and everything used to work fine until now. Today, when trying to compile a .tex file, I am 'suddenly' getting this error:
The error is the same, no matter if I try to compile with latex or pdflatex. It comes from this quite standard line of the .tex file:
So, I checked that article.cls was still at the right place: it is.
I have run
Some configuration must have been broken at some point, but which one?
Any hint will be much appreciated!
Have a nice day!
I have been using the TeX Live distribution of LaTeX since some months and everything used to work fine until now. Today, when trying to compile a .tex file, I am 'suddenly' getting this error:
Code:
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
restricted \write18 enabled.
entering extended mode
(./FractionsSimplification-d4691a5b7a3ec.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
! LaTeX Error: File `article.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
Code:
\documentclass[a4paper,fleqn,12pt]{article}
Code:
root@...:/srv/web/website1/temp_files # ls /usr/local/share/texmf-dist/tex/latex/base/article.cls
/usr/local/share/texmf-dist/tex/latex/base/article.cls
root@...:/srv/web/website1/temp_files #
I have run
make deinstall clean and then make install clean in /usr/ports/print/texlive-latex, in the hope it would reconfigure or update some parameters but it didn't change anything.Some configuration must have been broken at some point, but which one?
Any hint will be much appreciated!
Have a nice day!