Skip to content

Commit 38b9c19

Browse files
committed
TL: another mathjax fix
1 parent 982c3a7 commit 38b9c19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/notebooks/22_nodes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@
176176
"The node computation process relies on the **three term recurrence coefficients** associated to each polynomial basis :\n",
177177
"\n",
178178
"$$\n",
179-
"\\begin{gather}\n",
179+
"\\begin{aligned}\n",
180180
"\\forall j \\in \\mathbb{N}, \\quad\n",
181181
"\\pi_{j+1}(t) = (t-\\alpha_j)\\pi_{j}(t) - \\beta_j \\pi_{j-1}(t), \\\\\n",
182182
"\\pi_{-1}(t) = 0, \\quad \\pi_0(t) = 1.\n",
183-
"\\end{gather}\n",
183+
"\\end{aligned}\n",
184184
"$$\n",
185185
"\n",
186186
"Those coefficients are know analytically for each polynomial basis (_i.e_ node type), \n",

0 commit comments

Comments
 (0)