aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6f0fb0..2b8db2e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@
## How it works
1. Wrap the input in a standard template that uses the "standalone" document class with the "preview" option and includes some math-related packages
-2. Calls `latex x.dvi` to produce a DVI file
-3. Calls `dvips x.ps` to produce a PS file
-4. Calls `inkscape x.ps --export-plain-svg --export-filename=x.svg` to produce an SVG file
+2. Calls `latex m.dvi` to produce a DVI file
+3. Calls `dvips m.ps` to produce a PS file
+4. Calls `inkscape m.ps --export-plain-svg --export-filename=m.svg` to produce an SVG file