Change font encoding to T1.
Some characters used by the manual can't be represented by the default font encoding OT1 used by LaTeX. Switching the font encoding to T1 fixes this, and makes the manuals build again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e821c031fc
commit
48832cd20a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
\documentclass[a4paper,11pt]{scrreprt}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
% This manual used to use Palatino as font. This caused issues with small caps
|
||||
% (textsc), so do not use that font as default one anymore.
|
||||
|
||||
|
|
Loading…
Reference in a new issue