From 565a46a1bdc5e2d41c84a47adeb95363d36f4129 Mon Sep 17 00:00:00 2001 From: Ulli Kehrle Date: Sat, 30 Dec 2017 15:01:41 +0100 Subject: updated everything --- common.tex | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'common.tex') 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: -- cgit v1.2.3-24-g4f1b