summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-04-21 21:52:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-04-21 21:52:27 +0000
commit8f8f9a5bde4750fadca0a4b24800e3e46fb848a3 (patch)
tree35fa92414981bc9017a78b79016124e0dce405c2
parent9ea20660ca9815aba437472d31c6eda2330cff67 (diff)
downloadrockbox-8f8f9a5bde4750fadca0a4b24800e3e46fb848a3.tar.gz
rockbox-8f8f9a5bde4750fadca0a4b24800e3e46fb848a3.zip
Use Latin Modern font family for the manual.
The Latin Modern family uses T1 coding instead of the OT1 coding used by Computer Modern. Due to this it isn't necessary to emulate characters like umlauts which makes them searchable. As a side effect this also addresses FS#12057. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29756 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/preamble.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 33fb365dbc..6930205e5f 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -26,6 +26,8 @@
26\makeatletter\input{ix-utf8enc.dfu}\makeatother 26\makeatletter\input{ix-utf8enc.dfu}\makeatother
27% 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
28% (textsc), so do not use that font as default one anymore. 28% (textsc), so do not use that font as default one anymore.
29% Use Latin Modern instead which improves searchability of the PDF output.
30\usepackage{lmodern}
29 31
30\usepackage{tabularx} 32\usepackage{tabularx}
31\usepackage{multirow} 33\usepackage{multirow}