2013-10-26 21:29:41 +02:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% make the index link to the correct part of the page %
|
|
|
|
% http://tex.stackexchange.com/q/74493/5645 %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\newcounter{indexanchor}
|
|
|
|
\newcommand*{\xindex}[1]{%
|
|
|
|
\stepcounter{indexanchor}% make anchor unique
|
|
|
|
\def\theindexterm{#1}%
|
|
|
|
\edef\doindexentry{\noexpand\index
|
|
|
|
{\expandonce\theindexterm|indexanchor{index-\theindexanchor}}}%
|
|
|
|
\raisebox{\baselineskip}{\hypertarget{index-\theindexanchor}%
|
|
|
|
{\doindexentry}}%
|
|
|
|
}
|
|
|
|
\newcommand*{\indexanchor}[2]{\hyperlink{#1}{#2}}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2013-11-05 11:11:07 +01:00
|
|
|
% Aufgaben-Environment %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\newcounter{aufgabe}
|
|
|
|
\newenvironment{aufgabe}[1][]{\refstepcounter{aufgabe}%
|
|
|
|
\ifthenelse{\isempty{#1}}%
|
|
|
|
{\subsection*{Aufgabe~\theaufgabe}}% if #1 is empty
|
|
|
|
{\subsection*{Aufgabe~\theaufgabe~(#1)}}% if #1 is not empty
|
|
|
|
\begin{adjustwidth}{1cm}{}}%
|
|
|
|
{\end{adjustwidth}}
|
|
|
|
|
|
|
|
\newenvironment{solution}[1][]{%
|
|
|
|
\subsection*{Lösung zu Aufgabe~#1}%
|
|
|
|
\begin{adjustwidth}{1cm}{}}%
|
|
|
|
{\end{adjustwidth}}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2013-10-29 11:08:18 +01:00
|
|
|
% Define theorems %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2013-11-26 23:00:58 +01:00
|
|
|
\newcommand{\thmfoot}{}
|
2013-10-22 12:05:19 +02:00
|
|
|
\theoremstyle{break}
|
|
|
|
\setlength\theoremindent{0.7cm}
|
|
|
|
\theoremheaderfont{\kern-0.7cm\normalfont\bfseries}
|
|
|
|
\theorembodyfont{\normalfont} % nicht mehr kursiv
|
2013-11-26 23:00:58 +01:00
|
|
|
\theoremseparator{\thmfoot}
|
2013-10-22 12:05:19 +02:00
|
|
|
|
|
|
|
\newframedtheorem{satz}{Satz}[chapter]
|
|
|
|
\newframedtheorem{lemma}[satz]{Lemma}
|
2013-12-17 16:33:14 +01:00
|
|
|
\newframedtheorem{proposition}[satz]{Proposition}
|
2013-10-28 21:27:21 +01:00
|
|
|
\newtheorem{korollar}[satz]{Korollar}
|
2013-10-22 12:05:19 +02:00
|
|
|
\newtheorem{plaindefinition}{Definition}
|
|
|
|
\newenvironment{definition}{\begin{plaindefinition}}{\end{plaindefinition}}
|
|
|
|
\newenvironment{definition*}{\begin{plaindefinition*}}{\end{plaindefinition*}}
|
|
|
|
\newtheorem{beispiel}{Beispiel}
|
|
|
|
\newtheorem{bemerkung}{Bemerkung}
|
2013-10-29 11:08:18 +01:00
|
|
|
\theoremstyle{nonumberplain}
|
|
|
|
\newtheorem{beweis}{Beweis:}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2013-10-22 12:05:19 +02:00
|
|
|
|
2013-10-23 09:20:04 +02:00
|
|
|
\def\fB{\mathfrak{B}}%Für Basis
|
|
|
|
\def\fT{\mathfrak{T}}%Für Topologie
|
2013-10-28 21:27:21 +01:00
|
|
|
\renewcommand{\qed}{\hfill\blacksquare}
|
|
|
|
\newcommand{\qedwhite}{\hfill \ensuremath{\Box}}
|
2013-10-22 12:05:19 +02:00
|
|
|
\newcommand{\powerset}[1]{\mathcal{P}(#1)}
|
2013-11-29 21:47:59 +01:00
|
|
|
\def\praum{\ensuremath{\mathcal{P}}}
|
2013-11-13 16:54:25 +01:00
|
|
|
\def\mdp{\ensuremath{\mathbb{P}}}
|
2013-10-29 15:07:12 +01:00
|
|
|
\def\mdc{\ensuremath{\mathbb{C}}}
|
2013-10-22 12:05:19 +02:00
|
|
|
\def\mdr{\ensuremath{\mathbb{R}}}
|
2013-10-22 20:14:28 +02:00
|
|
|
\def\mdq{\ensuremath{\mathbb{Q}}}
|
2013-10-25 01:41:03 +02:00
|
|
|
\def\mdz{\ensuremath{\mathbb{Z}}}
|
2013-10-29 11:08:18 +01:00
|
|
|
\def\mdn{\ensuremath{\mathbb{N}}}
|
2013-10-22 12:05:19 +02:00
|
|
|
\def\gdw{\ensuremath{\Leftrightarrow}}
|
2013-11-13 16:54:25 +01:00
|
|
|
|
2013-11-19 16:56:51 +01:00
|
|
|
\def\atlas{\ensuremath{\mathcal{A}}}
|
2013-11-21 19:01:08 +01:00
|
|
|
\DeclareMathOperator{\rang}{rg}
|
2013-11-19 16:56:51 +01:00
|
|
|
|
2013-11-13 16:54:25 +01:00
|
|
|
\def\GL{\ensuremath{\mathrm{GL}}}
|
|
|
|
\newcommand\mapsfrom{\mathrel{\reflectbox{\ensuremath{\mapsto}}}}
|
2013-11-14 18:28:32 +01:00
|
|
|
\newcommand\dcup{\mathbin{\dot{\cup}}}
|
2013-11-28 17:28:06 +01:00
|
|
|
|
|
|
|
%%%Text %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\newcommand\obda{o.~B.~d.~A.\xspace}
|
|
|
|
\newcommand\Obda{O.~B.~d.~A.\xspace}
|
2013-11-28 19:59:50 +01:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|