aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/08_dgl/common.tex
blob: fbf3ad97fb6722269c306c9267c53b2c8ee181e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%
% common.tex -- gemeinsame definition
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\input{../common/packages.tex}
\input{../common/common.tex}
\mode<beamer>{%
\usetheme[hideothersubsections,hidetitle]{Hannover}
}
\beamertemplatenavigationsymbolsempty
\title[DGL]{Differential-Gleichungen}
\author[R.~Seitz]{Roy Seitz}
\date[]{}
\newboolean{presentation}

\newcommand{\gSL}[2]{\ensuremath{\text{SL}(#1, \mathbb{#2})}}
\newcommand{\gSO}[1]{\ensuremath{\text{SO}(#1)}}
\newcommand{\gGL}[2]{\ensuremath{\text{GL}(#1, \mathbb #2)}}

\newcommand{\asl}[2]{\ensuremath{\mathfrak{sl}(#1, \mathbb{#2})}}
\newcommand{\aso}[1]{\ensuremath{\mathfrak{so}(#1)}}
\newcommand{\agl}[2]{\ensuremath{\mathfrak{gl}(#1, \mathbb #2)}}

\DeclareMathOperator{\Spur}{Spur}