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:
parent
f15e219e69
commit
3e166f6101
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue