summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/preamble.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 5394c63..8ff9c08 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -20,8 +20,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,11pt]{scrreprt}
-\usepackage[utf8]{inputenc}
+\usepackage[utf8]{inputenx}
\usepackage[T1]{fontenc}
+% load ix-utf8enc.dfu to get additional characters from the inputenx package.
+\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.