Skip to content
Snippets Groups Projects
Commit 9dfe959a authored by dietmarw's avatar dietmarw
Browse files

removed the usage of package "ae" since it deactivates most of the "T1"...

removed the usage of package "ae" since it deactivates most of the "T1" seetings of package "fontenc"
--> therefore PDF is now also searchable for Umlauts and hyphanation works as well

git-svn-id: https://svn.mdt.tu-berlin.de/Verwaltung/LaTeX@71 25a4be7b-f1fc-0310-ab71-aec12a0be8aa
parent 6e7d6e0a
No related branches found
No related tags found
No related merge requests found
......@@ -92,19 +92,16 @@
%%%
%Die allgemein bentigten packages
\ifpdfoutput{
\RequirePackage[T1]{fontenc}
\RequirePackage{ae}
\RequirePackage[latin1]{inputenc}
\if@print
% nothing
\else
\RequirePackage[pdftex,colorlinks=true,linkcolor=blue,urlcolor=blue,plainpages=false,pdfpagelabels,hyperfootnotes=false]{hyperref}
\fi
}{%\else
\RequirePackage[T1]{fontenc}
\RequirePackage[latin1]{inputenc}
\RequirePackage[dvips]{hyperref}
}%\fi
\RequirePackage[T1]{fontenc}
\RequirePackage[latin1]{inputenc}
\RequirePackage{ifthen}
\RequirePackage{url}
\RequirePackage[automark]{scrpage2}
......@@ -124,7 +121,6 @@
%Literaturverzeichnis statt nur Literatur
%\renewcommand{\refname}{Literaturverzeichnis}
\if@english \else \AtBeginDocument{\renewcommand*\figurename{Bild}}\fi
%\renewcommand{\figurename}{Bild}
%Umgebungen------------------------------------
\newcommand{\includeBild}[3]%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment