Skip to content

Commit ba60b3c

Browse files
committed
relocate figure and tex
1 parent 9fd82d1 commit ba60b3c

File tree

6 files changed

+6
-39
lines changed

6 files changed

+6
-39
lines changed
Binary file not shown.
Binary file not shown.

lectures/_build/html/_static/lecture_specific/orth_proj/orth_proj_thm2.tex

Lines changed: 0 additions & 31 deletions
This file was deleted.
3.85 KB
Binary file not shown.
402 Bytes
Loading

lectures/_static/lecture_specific/orth_proj/orth_proj_thm2.tex

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
\usetikzlibrary{arrows.meta, arrows}
44
\begin{document}
55

6+
%.. tikz::
67
\begin{tikzpicture}
7-
[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick},
8-
dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin},
9-
every node/.style={color=black}]
10-
\coordinate(O) at (0,0);
8+
[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick}, dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin}, every node/.style={color=black}] \coordinate(O) at (0,0);
119
\coordinate (y') at (-0.4,0.1);
1210
\coordinate (Py) at (0.6,0.3);
1311
\coordinate (y) at (0.4,0.7);
@@ -16,18 +14,18 @@
1614
\coordinate (Py') at (-0.28,-0.14);
1715
\draw[axis] (-0.5,0) -- (0.9,0) node(xline)[right] {};
1816
\draw[axis] (0,-0.3) -- (0,0.7) node(yline)[above] {};
19-
\draw[important line, thick] (Z1) -- (O);
20-
\draw[important line, thick] (Py) -- (Z2) node[right] {$S$};
2117
\draw[important line,blue,thick, ->] (O) -- (Py) node[anchor = north west, text width=2em] {$P y$};
2218
\draw[important line,blue, ->] (O) -- (y') node[left] {$y'$};
19+
\draw[important line, thick] (Z1) -- (O) node[right] {};
20+
\draw[important line, thick] (Py) -- (Z2) node[right] {$S$};
2321
\draw[important line, blue,->] (O) -- (y) node[right] {$y$};
24-
\draw[important line,blue,thick, ->] (O) -- (Py');
22+
\draw[important line, blue,->] (O) -- (Py') node[anchor = north west, text width=5em] {$P y'$};
2523
\draw[dotted line] (0.54,0.27) -- (0.51,0.33);
2624
\draw[dotted line] (0.57,0.36) -- (0.51,0.33);
2725
\draw[dotted line] (-0.22,-0.11) -- (-0.25,-0.05);
2826
\draw[dotted line] (-0.31,-0.08) -- (-0.25,-0.05);
2927
\draw[dashed line, black] (y) -- (Py);
30-
\draw[dashed line, black] (y') -- (Py') node[anchor = north west, text width=5em] {$P y'$};
28+
\draw[dashed line, black] (y') -- (Py');
3129
\end{tikzpicture}
3230

3331
\end{document}

0 commit comments

Comments
 (0)