summaryrefslogtreecommitdiffstats
path: root/common.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common.tex')
-rw-r--r--common.tex39
1 files changed, 37 insertions, 2 deletions
diff --git a/common.tex b/common.tex
index fdf1455..60e3ae9 100644
--- a/common.tex
+++ b/common.tex
@@ -4,6 +4,8 @@
% \author{Prof. Dr. Maier-Paape}
\date{WS 17/18}
+\renewenvironment{bemerkung-nn}{\par}{\par}
+
\AtBeginDocument{
\newcommand\norm[1]{\left\|#1\right\|}
\newcommand\snorm[1]{\|#1\|}
@@ -39,16 +41,43 @@
\def\epsilon{\varepsilon}
\def\Tnat{\ensuremath{\T_{\mathrm{nat}}}}
\def\Tcof{\ensuremath{\T_{\mathrm{cof}}}}
+\stackMath
+\newcommand\yrightarrow[2][]{\mathrel{%
+ \setbox2=\hbox{\stackon{\scriptstyle#1}{\scriptstyle#2}}%
+ \stackunder[0pt]{%
+ \xrightarrow{\makebox[\dimexpr\wd2\relax]{$\scriptstyle#2$}}%
+ }{%
+ \scriptstyle#1\,%
+ }%
+}}
+\newcommand\yrightharpoonup[2][]{\mathrel{%
+ \setbox2=\hbox{\stackon{\scriptstyle#1}{\scriptstyle#2}}%
+ \stackunder[0pt]{%
+ \xrightharpoonup{\makebox[\dimexpr\wd2\relax]{$\scriptstyle#2$}}%
+ }{%
+ \scriptstyle#1\,%
+ }%
+}}
+\newcommand\yrightharpoondown[2][]{\mathrel{%
+ \setbox2=\hbox{\stackon{\scriptstyle#1}{\scriptstyle#2}}%
+ \stackunder[0pt]{%
+ \xrightharpoondown{\makebox[\dimexpr\wd2\relax]{$\scriptstyle#2$}}%
+ }{%
+ \scriptstyle#1\,%
+ }%
+}}
}
\addbibresource{ref.bib}
-\indexsetup{headers={\indexname}{\indexname}}
+% \indexsetup{headers={\indexname}{\indexname}}
+% \makeindex[columns=2,intoc=true]
\makeindex
\begin{document}
\sloppy
\maketitle
\section*{Vorwort}
+\spacedlowsmallcaps{HI das ist ein doofer text}
\label{sec:vorwort}
Dies ist eine Vorlesungsmitschrift, die nichts mit den Dozenten oder dem Lehrstuhl, der die Veranstaltung hält, zu tun hat.
@@ -75,7 +104,13 @@ Es werden regelmäßig PDFs unter \url{https://hrnz.li/files/funkana/funkana.pdf
\include{ch06-schwache-topologien}
\nocite{*}
-\printbibliography
+\let\emph\em
+\printbibliography[heading=bibintoc]
\printindex
\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "funkana"
+%%% End: