Skip to content

Commit

Permalink
Merge pull request #24 from Naereen/patch-1
Browse files Browse the repository at this point in the history
Typo in introduction of the demo notebook: svg2pdf => pdf2svg
  • Loading branch information
jbn committed Mar 12, 2021
2 parents 0cb3923 + 53640c6 commit e5dc8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quickstart.ipynb
Expand Up @@ -189,7 +189,7 @@
" \n",
"- Writes the cell as a `.tex` file; \n",
"- Runs `pdflatex` on the source;\n",
"- Runs `svg2pdf` on the generated pdf;\n",
"- Runs `pdf2svg` on the generated pdf;\n",
"- Removes the intermediary artifacts.\n",
"\n",
"By default, the filenames are the `md5` hash of the source. The extension uses the hash to see if regeneration is necessessary. If it's not, it just loads the SVG file."
Expand Down

0 comments on commit e5dc8e0

Please sign in to comment.