diff options
author | Malarius1999 <malarius1999@gmail.com> | 2021-08-02 21:33:16 +0200 |
---|---|---|
committer | Malarius1999 <malarius1999@gmail.com> | 2021-08-02 21:33:16 +0200 |
commit | fd9f347b7873e1015c4d7b5fa50b18f7184ce650 (patch) | |
tree | 08a53ea756ea981a97531df8b15b32b995ff47f7 /buch/papers/clifford/Makefile | |
parent | Verbesserungen aus Besprechung Kapitel 18.3, 18.4 (diff) | |
download | SeminarMatrizen-fd9f347b7873e1015c4d7b5fa50b18f7184ce650.tar.gz SeminarMatrizen-fd9f347b7873e1015c4d7b5fa50b18f7184ce650.zip |
1. Version Kapitel Rotation und Spiegelung
Zusätzlich Kapitel Fazit hinzugefügt + in Makefile & main angepasst
Diffstat (limited to '')
-rw-r--r-- | buch/papers/clifford/Makefile.inc | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/buch/papers/clifford/Makefile.inc b/buch/papers/clifford/Makefile.inc index 7b941b3..29a6512 100644 --- a/buch/papers/clifford/Makefile.inc +++ b/buch/papers/clifford/Makefile.inc @@ -6,9 +6,17 @@ dependencies-clifford = \ papers/clifford/packages.tex \ papers/clifford/main.tex \ - papers/clifford/references.bib \ - papers/clifford/teil0.tex \ - papers/clifford/teil1.tex \ - papers/clifford/teil2.tex \ - papers/clifford/teil3.tex + papers/clifford/references.bib \ + papers/clifford/0_ElevatorPitch.tex \ + papers/clifford/1_Vektordarstellung.tex \ + papers/clifford/2_QuadratVektoren.tex \ + papers/clifford/3_MultiplikationVektoren.tex \ + papers/clifford/4_GeometrischesProdukt.tex \ + papers/clifford/5_PolareDarstellung.tex \ + papers/clifford/6_PauliMatrizen.tex \ + papers/clifford/7_Spiegelung.tex \ + papers/clifford/8_Rotation.tex \ + papers/clifford/9_KomplexeZahlen.tex \ + papers/clifford/10_Quaternionen.tex \ + papers/clifford/11_Fazit.tex |