Skip to content

Commit 2e4abe2

Browse files
committed
Add lecture 8
1 parent cd6eaed commit 2e4abe2

25 files changed

+4637
-5
lines changed

docs_vitepress/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ pages = [
6666
# "Lab" => "lab.md",
6767
# "Homework" => "hw.md",
6868
# ]),
69-
# "8: Automatic differentiation" => add_prefix("lecture_08", [
70-
# "Lecture" => "lecture.md",
71-
# "Lab" => "lab.md",
72-
# "Homework" => "hw.md",
73-
# ]),
69+
"8: Automatic differentiation" => add_prefix("lecture_08", [
70+
"Lecture" => "lecture.md",
71+
"Lab" => "lab.md",
72+
"Homework" => "hw.md",
73+
]),
7474
"9: Intermediate representation" => add_prefix("lecture_09", [
7575
"Lecture" => "lecture.md",
7676
"Lab" => "lab.md",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
graphs:
2+
pdflatex graphdiff_6.tex
3+
pdflatex graphdiff_7.tex
4+
pdflatex graphdiff_9.tex
5+
pdflatex graphdiff_14.tex
6+
pdf2svg graphdiff_6.pdf graphdiff_6.svg
7+
pdf2svg graphdiff_7.pdf graphdiff_7.svg
8+
pdf2svg graphdiff_9.pdf graphdiff_9.svg
9+
pdf2svg graphdiff_14.pdf graphdiff_14.svg
10+
rm graphdiff_6.pdf graphdiff_7.pdf graphdiff_9.pdf graphdiff_14.pdf

0 commit comments

Comments
 (0)