From 53640c6b1ea7efa92da3e3666748fe44af947096 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Tue, 9 Feb 2021 21:32:24 +0100 Subject: [PATCH] Typo in introduction of the demo notebook: svg2pdf => pdf2svg Typo in introduction of the demo notebook: svg2pdf => pdf2svg --- Quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.ipynb b/Quickstart.ipynb index 1650cff..f5bcc7a 100644 --- a/Quickstart.ipynb +++ b/Quickstart.ipynb @@ -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."