Skip to content

Commit 9c09dbc

Browse files
authored
FIX: syntax for PDF builds (#343)
1 parent 24f763b commit 9c09dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/mccall_model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ To simplify notation, let's set
244244
$$
245245
\mathbb W := \{w_1, \ldots, w_n \}
246246
\quad \text{and} \quad
247-
v^*(i) := v^*(w_i)$
247+
v^*(i) := v^*(w_i)
248248
$$
249249

250-
The value function is then represented by the vector $v^* =
251-
(v^*(i))_{i=1}^n$.
250+
The value function is then represented by the vector
251+
$v^* = (v^*(i))_{i=1}^n$.
252252

253253
In view of {eq}`odu_pv`, this vector satisfies the nonlinear system of equations
254254

0 commit comments

Comments
 (0)