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
This commit is contained in:
Dominik Riebeling 2008-12-02 23:12:39 +00:00
parent f15e219e69
commit 3e166f6101

View file

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