Skip to content

Commit 64df606

Browse files
author
Murilo M. Marinho
committed
Splitting macros into different cells to see if it helps.
1 parent dcae55f commit 64df606

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

lesson1_tutorial.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,17 @@
4545
},
4646
"source": [
4747
"\\providecommand{\\myvec}[1]{{\\mathbf{\\boldsymbol{{#1}}}}}\n",
48-
"\\providecommand{\\mymatrix}[1]{{\\mathbf{\\boldsymbol{{#1}}}}}\n",
48+
"\\providecommand{\\mymatrix}[1]{{\\mathbf{\\boldsymbol{{#1}}}}}"
49+
]
50+
},
51+
{
52+
"cell_type": "raw",
53+
"metadata": {
54+
"vscode": {
55+
"languageId": "raw"
56+
}
57+
},
58+
"source": [
4959
"\\(\n",
5060
" \\def\\myvec#1{{\\mathbf{\\boldsymbol{{#1}}}}}\n",
5161
" \\def\\mymatrix#1{{\\mathbf{\\boldsymbol{{#1}}}}}\n",

0 commit comments

Comments
 (0)