From e8262abcd2bcc804a433950d1e65fbe0a231099a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 29 Mar 2014 21:06:24 +0100 Subject: [PATCH] utf8x als input encoding --- bericht/bericht.tex | 2 +- bericht/zihpub.cls | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bericht/bericht.tex b/bericht/bericht.tex index 94d197b..68dd194 100644 --- a/bericht/bericht.tex +++ b/bericht/bericht.tex @@ -20,7 +20,7 @@ \usepackage{pgfplotstable} \usepackage{csquotes} \usepackage{float} -\usepackage[utf8]{inputenc} +\usepackage[utf8x]{inputenc} \usepackage{ucs} % directory listing im Chefabschnitt diff --git a/bericht/zihpub.cls b/bericht/zihpub.cls index 777564d..91a603e 100644 --- a/bericht/zihpub.cls +++ b/bericht/zihpub.cls @@ -195,6 +195,7 @@ } + %german-Option verarbeiten \newif\if@german \@germanfalse @@ -499,11 +500,11 @@ Wissenschaftlichen Hochleistungsrechnen''} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Format der Eingabedateien; Standard: latin1 -\if@utf -\RequirePackage[utf8]{inputenc} -\else -\RequirePackage[latin1]{inputenc} -\fi +%\if@utf +%\RequirePackage[utf8]{inputenc} +%\else +%\RequirePackage[latin1]{inputenc} +%\fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%