diff options
author | JODBaer <JODBaer@github.com> | 2021-08-03 21:07:20 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-08-03 21:07:20 +0200 |
commit | 9131163b2d9da2a1418f8fbb32437c49ac442288 (patch) | |
tree | a71e1e726a54ec83726531a8c08c7027bcaef5df /buch/papers/clifford/Makefile | |
parent | Merge remote-tracking branch 'upstream/master' into Baer (diff) | |
parent | Merge pull request #64 from Kuehnee/master (diff) | |
download | SeminarMatrizen-9131163b2d9da2a1418f8fbb32437c49ac442288.tar.gz SeminarMatrizen-9131163b2d9da2a1418f8fbb32437c49ac442288.zip |
Merge branch 'master' into Baer
Diffstat (limited to '')
-rw-r--r-- | buch/papers/clifford/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/buch/papers/clifford/Makefile.inc b/buch/papers/clifford/Makefile.inc index e168ae8..fe32eba 100644 --- a/buch/papers/clifford/Makefile.inc +++ b/buch/papers/clifford/Makefile.inc @@ -14,7 +14,9 @@ dependencies-clifford = \ papers/clifford/4_GeometrischesProdukt.tex \ papers/clifford/5_PolareDarstellung.tex \ papers/clifford/6_PauliMatrizen.tex \ - papers/clifford/7_Reflektion.tex \ + papers/clifford/7_Spiegelung.tex \ papers/clifford/8_Rotation.tex \ papers/clifford/9_KomplexeZahlen.tex \ - papers/clifford/10_Quaternionen.tex + papers/clifford/10_Quaternionen.tex \ + papers/clifford/11_Fazit.tex + |