
\frenchspacing
\usepackage{amsthm}
\usepackage{epsfig}
\usepackage{alltt}
\usepackage{young}
\usepackage{makeidx}
\usepackage{newlfont}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amscd}
\usepackage[ngerman]{babel}
%\usepackage[hypertex]{hyperref}
\usepackage{verbatim}
\usepackage{changebar}
\usepackage{ae}
%\usepackage{xr}
%\externaldocument{ANALYSIS}
%\changebarsep85pt
\renewcommand{\floatpagefraction}{0.2}
\renewcommand{\figurename}{ }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Nun folgt das Paket f"ur Querverweise ohne Kapitelangaben
%bei Verweisen innerhalb eines Kapitels
\numberwithin{equation}{section}

\makeatletter

% \CN@chapnum enthaelt als Argument die Kapitelnummer
% und wird erst in Zaehlern unterhalb der Kapitelebene
% eingesetzt. Dort sollen die Kapitelnummer standardmaessig
% unterdrueckt werden.
%   Erstes Argument ist die Kapitelnummer, das zweite
% das Trennzeichen.
\newcommand*{\CN@chapnum}[2]{}

% Der \ref-Befehl wird nun umdefiniert, so dass waehrend
% seiner Ausfuehrung \CN@chapnum auf \CN@do@chapnum
% umgebogen wird, dass die Kapitelnummer im Argument
% mit der aktuellen Kapitelnummer vergleicht und
% gegebenenfalls unterdrueckt.
%   hyperref erweitert die Syntax von \ref um eine
% Form mit Stern (\ref*{...}) fuer eine Referenz ohne Link.
% So dienen die ersten Definitionen dazu, den Stern zu
% erkennen und mitzuschleifen.
\newcommand*{\CN@org@ref}{}
\newcommand*{\CN@ref}[2]{%
  \begingroup
    \let\CN@chapnum\CN@do@chapnum
    \CN@org@ref#1{#2}%
  \endgroup
}

% #1: Kapitelnummer
% #2: Trennzeichen
\newcommand*{\CN@do@chapnum}[2]{%
  \edef\x{#1}%
  \edef\y{\thechapter}%
  \ifx\x\y
  \else
    #1#2%
  \fi
}

% Nun definieren wir uns die Zaehler, wie wir sie brauchen.
\renewcommand*{\thechapter}{\Roman{chapter}}
\renewcommand*{\thesection}{%
  \protect\CN@chapnum{\thechapter}{.}\arabic{section}%
}

% Fuer hyperref brauchen wir eindeutige Ankerbezeichnungen,
% hier wird die Kapitelnummer immer ausgegeben.
\providecommand*{\theHsection}{}
\renewcommand*{\theHsection}{\Roman{chapter}.\arabic{section}}

\@ifundefined{H@newctr}{%
  % too new or too old version of hyperref
}{%
  \@ifpackagelater{hyperref}{2003/04/27}{%
    % v6.74a, nothing to do
  }{%
    \typeout{Patch (\string\@newctr) applied for too old hyperref version}%
    \def\@newctr#1[#2]{%
      \H@newctr#1[{#2}]%
      \expandafter\def\csname theH#1\endcsname{%
        \csname the\@ifundefined{theH#2}{}{H}#2\endcsname.\arabic{#1}%
      }%
    }%  
  }%
}

% Aufgrund einer Sonderbehandlung fuer den equation-Zaehler
% ist leider noch ein Patch notwendig.
\AtBeginDocument{%
  \let\CN@org@make@stripped@name\make@stripped@name
  \def\make@stripped@name#1{%
    \ifx\theequation#1\@empty
      \CN@org@make@stripped@name{\theHequation}%
    \else
      \CN@org@make@stripped@name{#1}%
    \fi
  }%
  \let\CN@org@ref\ref%
  \renewcommand*{\ref}{%
    \@ifstar{\CN@ref{*}}{\CN@ref{}}%
  }%
}

\makeatother
%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%





\input{xy}
\xyoption{all}

\makeindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\newcommand{\UT}{I}%Einheit von Tensorkategorie




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Saetze und dergleichen

\newtheorem{Satz}{Satz}[subsection]
\newtheorem{Problem}[Satz]{Problem}
\newtheorem{Vermutung}[Satz]{Vermutung}
\newtheorem{Folgerung}[Satz]{Folgerung}
\newtheorem{Proposition}[Satz]{Proposition}
\newtheorem{Korollar}[Satz]{Korollar}
\newtheorem{Lemma}[Satz]{Lemma}
\newtheorem{Theorem}[Satz]{Satz}
\newtheorem{Aufgabe}[Satz]{Aufgabe}
% Satz nummeriert innerhalb der \chapter
%\newtheorem{ESatz}{Satz}[chapter]

\theoremstyle{definition}
\newtheorem{Definition}[Satz]{Definition}
\newtheorem{Scholium}[Satz]{Scholium}
% Definition nummeriert innerhalb der \section
%\newtheorem{EDefinition}[ESatz]{Definition}

\theoremstyle{remark}
\newtheorem{Bemerkung}[Satz]{Bemerkung}
\newtheorem{Bemerkungl}[Satz]{}
\newtheorem{Bemerkungen}[Satz]{Bemerkungen}
\newtheorem{Beispiel}[Satz]{Beispiel}
\newtheorem{Beispiele}[Satz]{Beispiele}
\newtheorem{Ubung}[Satz]{\"{U}bung}
\newtheorem{Ubungen}[Satz]{\"{U}bungen}
\newtheorem{Behauptung}[Satz]{Behauptung}
\newtheorem{Notation}[Satz]{Notation}
\newtheorem{Konventionen}[Satz]{Konventionen}
\newtheorem{Kommentar}[Satz]{Kommentar}
\newtheorem{Bild}[Satz]{Bild}
\newtheorem{Quellen}[Satz]{Quellen}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abk"urzung f"ur Operatornamen
\newcommand{\op}{\operatorname}
\newcommand{\diff }{\operatorname{d}\!}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abk"urzungen f"ur Pfeile
\newcommand{\ra}{\rightarrow}
\newcommand{\lea}{\leftarrow}
\newcommand{\lra}{\longrightarrow}
\newcommand{\sra}{\twoheadrightarrow}
\newcommand{\hra}{\hookrightarrow}
\newcommand{\hla}{\hookleftarrow}
\newcommand{\sira}{\stackrel{\sim}{\rightarrow}}
\newcommand{\leftiso}{\stackrel{\sim}{\leftarrow}}
\newcommand{\da}{\downarrow}
\newcommand{\ua}{\uparrow}
\newcommand{\RA}{\Rightarrow}
\newcommand{\IFF}{\Leftrightarrow}
\newcommand{\leftmapsto}{\leftarrow}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abk"urzungen F"ur Griechische Buchstaben
\newcommand{\al}{\alpha}
\newcommand{\La}{\Lambda}
\newcommand{\va}{\varphi}
\newcommand{\ga}{{\gamma}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Blackboardboldface
\newcommand{\Bl}[1]{{\mathbb{#1}}}
\newcommand{\DK}{\Bl{K}}
\newcommand{\DC}{\Bl{C}}
\newcommand{\DP}{\Bl{P}}
\newcommand{\DR}{\Bl{R}}
\newcommand{\DZ}{\Bl{Z}}
\newcommand{\DN}{\Bl{N}}
\newcommand{\DQ}{\Bl{Q}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Index
\newcommand{\defind}[1]{{\bf #1}\index{#1}}
\newcommand{\defnoind}[1]{{\bf #1}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Spezialsymbole f"ur offene und abgeschlossene Teilmengen
\newcommand{\co}{
{\makebox[6mm]{$\subset$\hspace{-1,1ex}\raisebox{0,15ex}{${\scriptstyle
\circ\;}$}}}}

\newcommand{\As}{\;{\mbox {$\subset \hspace{-2,3ex}$  \raisebox{-0,5ex}
{${\large A}$} }}}

\newcommand{\lco}{\makebox[6mm]{\hspace{-0,5mm}$\supset$
\hspace{-2ex}\raisebox{0,17ex}
{$\scriptstyle \circ$}\hspace{1mm}}}

\newcommand{\intHom}{{\operatorname{Hom}
\mkern-27.8mu\raisebox{0.22mm}{\text{\tiny $\times$}} \mkern14.4mu}}
\newcommand{\Thom}{{\leftarrow\!\!\!\!\!\!{\otimes}}}

\newcommand{\Adjtr}{{\otimes\!\!\succ}}
\newcommand{\Adjtl}{{\prec\!\!\otimes}}

%%% Local Variables: 
%%% mode: plain-tex
%%% TeX-master: "AATOTAL"
%%% TeX-master: t
%%% End: 
