![¿Dónde debo instalar un nuevo formato (archivo .fmt) en TeX?](https://rvso.com/image/328800/%C2%BFD%C3%B3nde%20debo%20instalar%20un%20nuevo%20formato%20(archivo%20.fmt)%20en%20TeX%3F.png)
Tengo la versión web2c de TeX instalada manualmente desde paquetes texlive. Estoy usando Linux. El formato está instalado para mi usuario y funciona si coloco el archivo .fmt en ~/.texlive2014/texmf-var/web2c/tex/. Pero quiero instalar el formato para todos los usuarios.
Algunas variables de kpathsea en mi sistema que deberían ser útiles:
TEXMFMAIN=/opt/texlive/texmf-dist
TEXMFDIST=/opt/texlive/texmf-dist
TEXMFLOCAL=/opt/texmf-local
TEXMFSYSVAR=/opt/texlive/texmf-var
TEXMFSYSCONFIG=/opt/texlive/texmf-config
TEXMFVAR=/home/harry/.texlive2014/texmf-var
TEXMFCONFIG=/home/harry/.texlive2014/texmf-config
TEXMFHOME=/home/harry/texmf
VARTEXFONTS=/home/harry/.texlive2014/texmf-var/fonts
TEXMF={/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}
SYSTEXMF=/opt/texlive/texmf-var:/opt/texmf-local:/opt/texlive/texmf-dist
TEXMFDBS={!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}
WEB2C={/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}/web2c
TEXPSHEADERS=.:{/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}/{dvips,fonts/{enc,type1,type42,type3}}//
TEXCONFIG={/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}/dvips//
ENCFONTS=.:{/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}/fonts/enc//
TEXFONTMAPS=.:{/home/harry/.texlive2014/texmf-config,/home/harry/.texlive2014/texmf-var,/home/harry/texmf,!!/opt/texlive/texmf-config,!!/opt/texlive/texmf-var,!!/opt/texmf-local,!!/opt/texlive/texmf-dist}/fonts/map/{kpsewhich,pdftex,dvips,}//
Intenté instalar el archivo en /opt/texmf-local/web2c/tex/, /opt/texlive/2014/texmf-dist/web2c/tex/ y /opt/texlive/texmf-var/web2c/tex/, pero no funciona. TeX se queja "No puedo encontrar el archivo de formato".
También intenté utilizar "fmtutil-sys --all", pero no resuelve el problema.