From 19daddc56c44894ebc49dd2698fb6ca19dd7359e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 31 May 2022 11:38:41 +0200 Subject: fix participant lists --- buch/common/teilnehmer.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'buch/common') diff --git a/buch/common/teilnehmer.tex b/buch/common/teilnehmer.tex index c14790a..c1408cb 100644 --- a/buch/common/teilnehmer.tex +++ b/buch/common/teilnehmer.tex @@ -11,20 +11,20 @@ Fabian Dünki%, % E \\ %Robin Eberle, % E Enez Erdem, % B -Nilakshan Eswararajah, % B -Réda Haddouche%, % E -\\ +%Nilakshan Eswararajah, % B +Réda Haddouche, % E David Hugentobler, % E -Alain Keller, % E -Yanik Kuster, % E -Marc Kühne%, % B +Alain Keller%, % E \\ +Yanik Kuster, % E +Marc Kühne, % B Erik Löffler, % E -Kevin Meili, % M-I -Andrea Mozzini Vellen%, % E +Kevin Meili%, % M-I \\ +Andrea Mozzini Vellen, % E Patrik Müller, % MSE -Naoki Pross, % E +Naoki Pross%, % E +\\ Thierry Schwaller, % E Tim Tönz % E -- cgit v1.2.1 From 8d317ba95f733584dd51abb331506c9cacedf1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 11 Jun 2022 14:18:48 +0200 Subject: flow --- buch/common/packages.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'buch/common') diff --git a/buch/common/packages.tex b/buch/common/packages.tex index 2ab2ad8..eef17c1 100644 --- a/buch/common/packages.tex +++ b/buch/common/packages.tex @@ -43,6 +43,7 @@ \usepackage{wasysym} \usepackage{environ} \usepackage{appendix} +\usepackage{wrapfig} \usepackage{placeins} \usepackage[all]{xy} \usetikzlibrary{calc,intersections,through,backgrounds,graphs,positioning,shapes,arrows,fit,math} -- cgit v1.2.1 From ca43e5660ccbd3f4beaaa2073ce7dda05a80eff6 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Aug 2022 19:58:09 +0200 Subject: Kugel: Introduction and preliminaries (not spherical harmonics, yet) --- buch/common/macros.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buch/common') diff --git a/buch/common/macros.tex b/buch/common/macros.tex index bb6e9b0..e37698e 100644 --- a/buch/common/macros.tex +++ b/buch/common/macros.tex @@ -111,6 +111,10 @@ \newtheorem{forderung}{Forderung}[chapter] \newtheorem{konsequenz}[satz]{Konsequenz} \newtheorem{algorithmus}[satz]{Algorithmus} + +% English variants +\newtheorem{theorem}[satz]{Theorem} + \renewcommand{\floatpagefraction}{0.7} \definecolor{darkgreen}{rgb}{0,0.6,0} -- cgit v1.2.1