summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-05 13:55:36 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-05 13:55:36 +0000
commit48832cd20ad56024dcffaab0536e10a8449421f5 (patch)
tree0f64de1b9da047d246215ceb8f22ee9489670d75 /manual
parente821c031fcaed9159075782f4b8394147c6c80bb (diff)
downloadrockbox-48832cd20ad56024dcffaab0536e10a8449421f5.tar.gz
rockbox-48832cd20ad56024dcffaab0536e10a8449421f5.zip
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
Diffstat (limited to 'manual')
-rw-r--r--manual/preamble.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 9223fee406..937e7b0196 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -21,6 +21,7 @@
21 21
22\documentclass[a4paper,11pt]{scrreprt} 22\documentclass[a4paper,11pt]{scrreprt}
23\usepackage[utf8]{inputenc} 23\usepackage[utf8]{inputenc}
24\usepackage[T1]{fontenc}
24% This manual used to use Palatino as font. This caused issues with small caps 25% This manual used to use Palatino as font. This caused issues with small caps
25% (textsc), so do not use that font as default one anymore. 26% (textsc), so do not use that font as default one anymore.
26 27