From 380f9da1d4da445634327d4fcb9b68c91edd7bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 24 Aug 2021 12:54:16 +0200 Subject: symmetry fix --- buch/chapters/95-homologie/images/complexbasis.pdf | Bin 27036 -> 27033 bytes buch/chapters/95-homologie/images/complexbasis.tex | 30 ++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'buch/chapters/95-homologie') diff --git a/buch/chapters/95-homologie/images/complexbasis.pdf b/buch/chapters/95-homologie/images/complexbasis.pdf index 3a627d4..9ff6709 100644 Binary files a/buch/chapters/95-homologie/images/complexbasis.pdf and b/buch/chapters/95-homologie/images/complexbasis.pdf differ diff --git a/buch/chapters/95-homologie/images/complexbasis.tex b/buch/chapters/95-homologie/images/complexbasis.tex index 6accb2a..bab89d2 100644 --- a/buch/chapters/95-homologie/images/complexbasis.tex +++ b/buch/chapters/95-homologie/images/complexbasis.tex @@ -42,40 +42,40 @@ \def\abbildung#1#2#3#4{ \fill[color=gray!20] - ({\s},{(2*(#1)+1)*\s}) + ({\s+\h},{(2*(#1)+1)*\s}) -- - ({3.5-\s},{-\s}) + ({3.5-\s-\h},{-\s}) -- - ({3.5-\s},{(2*(#3)+1)*\s}) + ({3.5-\s-\h},{(2*(#3)+1)*\s}) -- - ({\s},{(2*(#1)+1)*\s}) + ({\s+\h},{(2*(#1)+1)*\s}) -- cycle; \fill[color=gray!40] - ({\s},{(2*(#1+1)-1)*\s}) + ({\s+\h},{(2*(#1+1)-1)*\s}) -- - ({3.5-\s},{(2*(#3+1)-1)*\s}) + ({3.5-\s-\h},{(2*(#3+1)-1)*\s}) -- - ({3.5-\s},{(2*(#4)+1)*\s}) + ({3.5-\s-\h},{(2*(#4)+1)*\s}) -- - ({\s},{(2*(#2)+1)*\s}) + ({\s+\h},{(2*(#2)+1)*\s}) -- cycle; \draw[<-,color=gray] - ({\s},{(2*(#1+1)-1)*\s}) + ({\s+\h},{(2*(#1+1)-1)*\s}) -- - ({3.5-\s},{(2*(#3+1)-1)*\s}); + ({3.5-\s-\h},{(2*(#3+1)-1)*\s}); \draw[->,color=gray] - ({3.5-\s},{(2*(#4)+1)*\s}) + ({3.5-\s-\h},{(2*(#4)+1)*\s}) -- - ({\s},{(2*(#2)+1)*\s}); + ({\s+\h},{(2*(#2)+1)*\s}); \draw[<-,color=gray!40] - ({\s},{(2*(#1)+1)*\s}) + ({\s+\h},{(2*(#1)+1)*\s}) -- - ({3.5-\s},{-\s}); + ({3.5-\s-\h},{-\s}); } -\clip (-5.5,-1.2) rectangle (8.5,11.7); +\clip ({-3.5-1.7},-1.2) rectangle ({7+1.7},11.7); \begin{scope}[xshift=-7cm] \abbildung{6}{7}{10}{11} -- cgit v1.2.1