Usando Lyx en Fedora 20: ¿qué significa este error?

Usando Lyx en Fedora 20: ¿qué significa este error?

Recibo este error al intentar compilar un pdf con Lyx 2.1:

This is pdfTeX, Version 3.1415926-2.6-1.40.14 (TeX Live 2014/dev) (format=latex 2015.4.2)  28 JUL 2015 12:45 entering extended mode  restricted \write18 enabled.  %&-line parsing enabled.
**rationale.tex (./rationale.tex LaTeX2e <2011/06/27> Babel <3.9h> and hyphenation patterns for 2 languages loaded.

(/usr/share/texlive/texmf-local/texmf-compat/tex/latex/evergent/article.cls

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation. Type  H <return>  for immediate help.  

...                                    

                                                   l.1 <
     script>window.googleJavaScriptRedirect=1</script><script>var m={navigat...

You're in trouble here.  Try typing  <return>  to proceed. If that doesn't work, type  X <return>  to quit."

Aquí está el ejemplo mínimo del archivo .tex de salida:

%% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}
\begin{document}
Test
\end{document}

Genera el mismo error para la compilación.

Respuesta1

La situación parece bastante clara: el article.clsarchivo se recupera de

/usr/share/texlive/texmf-local/texmf-compat/tex/latex/evergent/

mientras debería estar en

/usr/share/texlive/texmf-dist/tex/latex/base/

Alguien o algo instaló algún texmf-compatsubárbol texmf-localy esta es la causa de su problema. Posiblemente la causa sea haber instaladoLaTeX2HTML, que es un programa obsoleto y sin soporte.

información relacionada