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:
parent
9ea20660ca
commit
8f8f9a5bde
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue