diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-24 12:54:16 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-24 12:54:16 +0200 |
commit | 380f9da1d4da445634327d4fcb9b68c91edd7bba (patch) | |
tree | 6e69566340d6547ec097651034a59e9c54ad06b6 /buch/chapters/95-homologie/images | |
parent | Merge pull request #92 from Malarius1999/master (diff) | |
download | SeminarMatrizen-380f9da1d4da445634327d4fcb9b68c91edd7bba.tar.gz SeminarMatrizen-380f9da1d4da445634327d4fcb9b68c91edd7bba.zip |
symmetry fix
Diffstat (limited to 'buch/chapters/95-homologie/images')
-rw-r--r-- | buch/chapters/95-homologie/images/complexbasis.pdf | bin | 27036 -> 27033 bytes | |||
-rw-r--r-- | buch/chapters/95-homologie/images/complexbasis.tex | 30 |
2 files changed, 15 insertions, 15 deletions
diff --git a/buch/chapters/95-homologie/images/complexbasis.pdf b/buch/chapters/95-homologie/images/complexbasis.pdf Binary files differindex 3a627d4..9ff6709 100644 --- a/buch/chapters/95-homologie/images/complexbasis.pdf +++ b/buch/chapters/95-homologie/images/complexbasis.pdf 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} |