Tagged Questions
15
votes
2answers
298 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 ...
17
votes
2answers
148 views
Why doesn't parskip=half work together with fontenc in bibliographies?
If \usepackage[T1]{fontenc} is used and parskip=half is set:
Else (either \usepackage[T1]{fontenc} isn't used or parskip=half isn't set):
I consider the second one the correct style. Why is ...
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 ...