I'm using vanilla TeX Live on an Ubuntu OS, installed in May this year following the instructions at http://www.tug.org/texlive/debian.html#vanilla
I've recently noticed that I cannot load any font encoding except for T1. So, for example, the following code
Code: Select all
\documentclass{minimal}
\usepackage[T2A]{fontenc}
\begin{document}
\end{document}
The same happens if I change T2A for T2B, T2C, X2, and so on. However, T1 works just fine, and (expectedly) generates no output file.This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./file.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/minimal.cls
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
) (/usr/local/texlive/2014/texmf-dist/tex/latex/lm/lmodern.sty)
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2aenc.def)
(/usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2acmr.fd)
kpathsea: Running mktextfm larm1000
mktextfm: Cannot find mktex.opt; check your installation.
kpathsea: Appending font creation commands to missfont.log.
! Font T2A/cmr/m/n/10=larm1000 at 10.0pt not loadable: Metric (TFM) file not fo
und.
<to be read again>
relax
l.100 \fontencoding\encodingdefault\selectfont
? q
OK, entering batchmode
What am I doing wrong?
Thanks in advance.