diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-01 21:21:42 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-01 21:21:42 +0000 |
| commit | cee8f0178eafc8441ec1da9b1644eb8331863a5b (patch) | |
| tree | 9fb1d8a29fd85814411db06c1cf2326b98a60855 /manual/appendix | |
| parent | e70096ea5cafedce01291a40a949bec94fa8b90b (diff) | |
| download | rockbox-cee8f0178eafc8441ec1da9b1644eb8331863a5b.zip rockbox-cee8f0178eafc8441ec1da9b1644eb8331863a5b.tar.gz rockbox-cee8f0178eafc8441ec1da9b1644eb8331863a5b.tar.bz2 rockbox-cee8f0178eafc8441ec1da9b1644eb8331863a5b.tar.xz | |
Fix FS#9550 and FS#5721: don't use Palatino anymore and use the soul package for html output.
The Palatino font was responsible for words broken up in the PDF, resulting in small caps parts being not searchable. Using the soul package creates much better HTML output, not putting every small caps character into its own span element anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19294 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/appendix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index c94ca87..e15232b 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex @@ -123,7 +123,7 @@ Changes in version 2.5 People that have contributed to the project, one way or another. Friends! % \begin{multicols}{2} -\noindent\textsc{\small{\input{CREDITS.tex}}} +\noindent\caps{\small{\input{CREDITS.tex}}} \end{multicols} \chapter{Licenses} |