Fonts & Character SetsCannot load any fontenc except for T1

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Cannot load any fontenc except for T1

Post by Johannes_B »

Using \listfiles to check all filepaths. I have the feeling that there are multiple TeX Live versions on your hard drive.
But to be honest, it is really hard to figure this out without sitting in front of the computer. Do you have by any chance a TeX wizard around?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Fibonacci
Posts: 37
Joined: Tue Jan 25, 2011 1:16 am

Cannot load any fontenc except for T1

Post by Fibonacci »

Johannes_B wrote:Using \listfiles to check all filepaths. I have the feeling that there are multiple TeX Live versions on your hard drive.
Actually no. Only one. Here's the relevant part of the log file with \listfiles:
*File List*
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
fontenc.sty
t2aenc.def 2005/09/27 v1.0i Cyrillic encoding definition file
t2acmr.fd 2001/08/11 v1.0a Computer Modern Cyrillic font definitions
***********
Just in case, I also ran mkjobtexmf, which created a fls file with the following contents:
PWD /tmp
INPUT /usr/local/texlive/2014/texmf.cnf
INPUT /usr/local/texlive/2014/texmf-dist/web2c/texmf.cnf
INPUT /usr/local/texlive/2014/texmf-var/web2c/pdftex/latex.fmt
INPUT file.tex
OUTPUT file.log
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/base/article.cls
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/base/article.cls
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/base/size10.clo
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/base/size10.clo
INPUT fontenc.sty
INPUT fontenc.sty
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2aenc.def
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2aenc.def
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2acmr.fd
INPUT /usr/local/texlive/2014/texmf-dist/tex/latex/cyrillic/t2acmr.fd
INPUT /usr/local/texlive/2014/texmf-dist/fonts/map/fontname/texfonts.map
INPUT file.aux
INPUT file.aux
OUTPUT file.aux
INPUT file.aux
Johannes_B wrote:But to be honest, it is really hard to figure this out without sitting in front of the computer. Do you have by any chance a TeX wizard around?
No. Would you recommend one for GNU/Linux?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Cannot load any fontenc except for T1

Post by Johannes_B »

If there is a Linux wizard around willing to take a look at it, let him have a go :-)

The solution to the behaviour described might be very simple and could be sorted out within two minutes sitting in front of the machine. But its hard to tell.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Fibonacci
Posts: 37
Joined: Tue Jan 25, 2011 1:16 am

Cannot load any fontenc except for T1

Post by Fibonacci »

Johannes_B wrote:If there is a Linux wizard around willing to take a look at it, let him have a go :-)

The solution to the behaviour described might be very simple and could be sorted out within two minutes sitting in front of the machine. But its hard to tell.
Well, the problem is (mostly) consistently reproducible, from what I've found – even in fresh TeX Live installs in live CD environments.

As for wizards, I know of no one who knows enough about TeX. Not even in my university.
Post Reply