From 8f8f9a5bde4750fadca0a4b24800e3e46fb848a3 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 21 Apr 2011 21:52:27 +0000 Subject: 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 --- manual/preamble.tex | 2 ++ 1 file changed, 2 insertions(+) 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 @@ \makeatletter\input{ix-utf8enc.dfu}\makeatother % 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. +% Use Latin Modern instead which improves searchability of the PDF output. +\usepackage{lmodern} \usepackage{tabularx} \usepackage{multirow} -- cgit v1.2.3