
Estoy en Fedora Silverblue 39 y solía rpm-ostree
instalar texlive-scheme-full
.
Intenté compilar un archivo .tex desde la línea de comando usando pdflatex
pero devuelve este error.
kpathsea: Running mktexfmt pdflatex.fmt
mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
mktexfmt: /var/home/stevicheliz/.texlive2023/texmf-config/web2c/fmtutil.cnf
mktexfmt [INFO]: writing formats under /var/home/stevicheliz/.texlive2023/texmf-var/web2c
mktexfmt [INFO]: Did not find entry for byfmt=pdflatex skipped
mktexfmt [INFO]: total formats: 0
mktexfmt [INFO]: exiting with status 0
I can't find the format file `pdflatex.fmt'!
Busqué en línea e intenté ejecutar, sudo fmtutil -sys --all
lo que devolvió:
fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: /usr/share/texlive/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under /var/lib/texmf/web2c
fmtutil [WARNING]: You seem to have no formats defined in your fmtutil.cnf files!
fmtutil [INFO]: total formats: 0
fmtutil [INFO]: exiting with status 0
El archivo aún no se compila.
Intenté reinstalar texlive-scheme-full
y todavía arrojó el mismo error. También intenté desinstalarlo texlive-scheme-full
e instalarlo texlive-scheme-basic
y todavía no se compilaba. rpm-ostree
actualiza automáticamente todos los paquetes antes de instalarlos, por lo que no debería haber ningún problema de dependencia. Aun así hice una actualización del sistema, reinicié, instalé texlive y reinicié nuevamente. Todavía no se compila.
Editar: fmtutil.cnf
no existe en ninguna de las rutas registradas.
Respuesta1
tex-live
Lo instalé tug.org
y lo postinstalé, recomendé instalar el paquete LWP. Resulta que Fedora Silverblue no tiene ningún paquete de Perl aparte del propio Perl. Tan pronto como instalé Perl Essentials y LWP, pude compilar sin problemas. fmtutil-sys
También funcionó a las mil maravillas después, aunque tuve que trastear para sudo
que encontrara comandos tex.