summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-02-27 16:31:59 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-02-27 16:31:59 +0000
commit892fd0abf3c10aad422e2a0fa1c2fa914d33b89c (patch)
tree6234cbe6e8cbb37e1636a03693980a842969edbd
parent928aaf3cae16cfc47c4c028db87d029b41ffb4bc (diff)
downloadrockbox-892fd0abf3c10aad422e2a0fa1c2fa914d33b89c.tar.gz
rockbox-892fd0abf3c10aad422e2a0fa1c2fa914d33b89c.zip
Manual: switch to inputenx and load additional characters.
Since we're now loading a file from inputenx directly change to inputenx in general to avoid issues between those two packages. Fixes manual builds that broke because of U+0101 and U+0146 glyphs which aren't defined in the utf8 inputenc package. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29428 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/preamble.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 5394c63bf1..8ff9c08f45 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -20,8 +20,10 @@
20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21 21
22\documentclass[a4paper,11pt]{scrreprt} 22\documentclass[a4paper,11pt]{scrreprt}
23\usepackage[utf8]{inputenc} 23\usepackage[utf8]{inputenx}
24\usepackage[T1]{fontenc} 24\usepackage[T1]{fontenc}
25% load ix-utf8enc.dfu to get additional characters from the inputenx package.
26\makeatletter\input{ix-utf8enc.dfu}\makeatother
25% This manual used to use Palatino as font. This caused issues with small caps 27% This manual used to use Palatino as font. This caused issues with small caps
26% (textsc), so do not use that font as default one anymore. 28% (textsc), so do not use that font as default one anymore.
27 29