Skip to content

Commit 9af8530

Browse files
committed
docs:Minor change.
1 parent 3b72c75 commit 9af8530

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Basic-usage.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,17 @@
143143
},
144144
{
145145
"cell_type": "code",
146-
"execution_count": 26,
146+
"execution_count": 42,
147147
"id": "2904bf39",
148148
"metadata": {},
149149
"outputs": [
150150
{
151151
"data": {
152152
"text/plain": [
153-
"$a^2+b^2+2ab$"
153+
"a^2+b^2+2ab"
154154
]
155155
},
156-
"execution_count": 26,
156+
"execution_count": 42,
157157
"metadata": {},
158158
"output_type": "execute_result"
159159
}
@@ -162,7 +162,7 @@
162162
"'(a + b)^2'==> \n",
163163
"parse-latex()==> \n",
164164
"expand()==>\n",
165-
"to-latex"
165+
"to-latex(:!bracketed)"
166166
]
167167
},
168168
{

0 commit comments

Comments
 (0)