Archived
1
0
Fork 0

Beheben von UTF8-Problemen

This commit is contained in:
Findus23 2014-11-23 12:05:16 +01:00
parent c736ae2e8f
commit aa9adc5fc2
2 changed files with 4 additions and 3 deletions

View file

@ -216,7 +216,7 @@
\newcommand{\codeline}[3]{
\lstinputlisting[language=#2,firstline=#3,lastline=#3,caption=#1 (Zeile #3),firstnumber=#3]{code/#1}
}
\usepackage{siunitx}
\usepackage[binary-units = true]{siunitx}
\usepackage{wrapfig} % Bildumlauf
\usepackage[toc,nopostdot]{glossaries}
\glsenablehyper
@ -238,7 +238,7 @@
\newcommand{\myLaT}{\LaTeX{}@TUG\xspace} %% LaTeX@TUG text "logo"
\hyphenation{ex-am-ple hy-phen-ate} %% in order to use German umlauts
\hyphenation{ex-am-ple hy-phen-ate Gehäuse-temperatur Innen-temperatur Temperatur-sensoren} %% in order to use German umlauts
%% here (Ver-\"of-fent-li-chung), you have to check for
%% activated \usepackage[T1]{fontenc} in the preamble

View file

@ -381,7 +381,8 @@ BCOR=\myBCOR, %% binding correction (depends on how you bind
%% CAUTION: If documentclass will be changed, *many* other things
%% change as well like heading structure, ...
\usepackage[T1]{fontenc} %% war noch nicht vorhanden
\usepackage[force,almostfull]{textcomp} %% hiermit funktionieren Umlaute in biblatex-Datei
% FIXXME: adopting class usage:
% from scrbook -> scrartcl OR scrreport: