Skip to content

Commit cb26bc6

Browse files
authored
Merge branch 'main' into fix-lecture-subtitle-capitalization
2 parents 4a645b7 + a7de3f5 commit cb26bc6

File tree

9 files changed

+106
-65
lines changed

9 files changed

+106
-65
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Setup Anaconda
1313
uses: conda-incubator/setup-miniconda@v3
1414
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Setup Anaconda
1212
uses: conda-incubator/setup-miniconda@v3
1313
with:

.github/workflows/execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.12"]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- uses: conda-incubator/setup-miniconda@v3
1919
with:
2020
auto-update-conda: true
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ["3.12"]
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- uses: conda-incubator/setup-miniconda@v3
6161
with:
6262
auto-update-conda: true

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout the live site (html)
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: gh-pages
1919
- name: Link Checker

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup Anaconda
1414
uses: conda-incubator/setup-miniconda@v3
1515
with:
3.85 KB
Binary file not shown.
402 Bytes
Loading

lectures/_static/lecture_specific/orth_proj/orth_proj_thm2.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
\draw[important line, thick] (Z1) -- (O) node[right] {};
2020
\draw[important line, thick] (Py) -- (Z2) node[right] {$S$};
2121
\draw[important line, blue,->] (O) -- (y) node[right] {$y$};
22+
\draw[important line, blue,->] (O) -- (Py') node[anchor = north west, text width=5em] {$P y'$};
2223
\draw[dotted line] (0.54,0.27) -- (0.51,0.33);
2324
\draw[dotted line] (0.57,0.36) -- (0.51,0.33);
2425
\draw[dotted line] (-0.22,-0.11) -- (-0.25,-0.05);
2526
\draw[dotted line] (-0.31,-0.08) -- (-0.25,-0.05);
2627
\draw[dashed line, black] (y) -- (Py);
27-
\draw[dashed line, black] (y') -- (Py') node[anchor = north west, text width=5em] {$P y'$};
28+
\draw[dashed line, black] (y') -- (Py');
2829
\end{tikzpicture}
2930

3031
\end{document}

0 commit comments

Comments
 (0)