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
This commit is contained in:
Dominik Riebeling 2011-04-21 21:52:27 +00:00
parent 9ea20660ca
commit 8f8f9a5bde

View file

@ -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}