diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-02 23:12:39 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-02 23:12:39 +0000 |
| commit | 3e166f6101bfdbf29c43ecbf5076358ae41d94e6 (patch) | |
| tree | 0215ea8dea823069e46a65cc90e2618d4944c931 | |
| parent | f15e219e6927b8f3726a980c1d6ad6bc8f788b43 (diff) | |
| download | rockbox-3e166f6101bfdbf29c43ecbf5076358ae41d94e6.zip rockbox-3e166f6101bfdbf29c43ecbf5076358ae41d94e6.tar.gz rockbox-3e166f6101bfdbf29c43ecbf5076358ae41d94e6.tar.bz2 rockbox-3e166f6101bfdbf29c43ecbf5076358ae41d94e6.tar.xz | |
Recent LaTeX comes with utf8 support called "utf8", while "utf8x" is the older one that has to be installed separately so don't use that anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19307 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/preamble.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index ca89267..07a13fa 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -20,7 +20,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper,11pt]{scrreprt} -\usepackage[utf8x]{inputenc} +\usepackage[utf8]{inputenc} % 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. |