Tagged Questions
15
votes
2answers
296 views
In which order should I load inputenc and fontenc?
When I’m using pdfLaTeX, my preamble usually contains
\usepackage[utf8]{inputenc}
and
\usepackage[T1]{fontenc}
Should these two be loaded in any particular order? What problems could arise if ...
2
votes
1answer
1k views
fontenc with T1 option gives error: Font … not loadable: Metric (TFM) file not found
I freshly installed 'basic' version of TeX Live 2012 (not full, only basic version).
I have following line in my code:
\usepackage[T1]{fontenc}
I get following error:
...
18
votes
2answers
1k views
Should the fontenc package be loaded before or after font packages?
I seem to recall reading somewhere that fontenc should be loaded either before or after the packages loading fonts, but I cannot remember which. I don't see differences between loading it before and ...
137
votes
3answers
28k views
Why should I use \usepackage[T1]{fontenc}?
As a native English speaker, I've mostly been allowed the luxury of pretending that ASCII is enough, and have been able to treat font encodings as not my problem. I've seen lots of advice that I ought ...