summaryrefslogtreecommitdiff
path: root/libs/math/doc/equations/generate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/doc/equations/generate.sh')
-rwxr-xr-xlibs/math/doc/equations/generate.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/math/doc/equations/generate.sh b/libs/math/doc/equations/generate.sh
index a06e0b020..8f9cd50a5 100755
--- a/libs/math/doc/equations/generate.sh
+++ b/libs/math/doc/equations/generate.sh
@@ -8,10 +8,10 @@
# Paths to tools come first, change these to match your system:
#
math2svg='m:\download\open\SVGMath-0.3.1\math2svg.py'
-python='/cygdrive/c/program files/Python27/python.exe'
-inkscape='/cygdrive/c/Program Files (x86)/Inkscape/inkscape.exe'
+python='/cygdrive/c/Python27/python.exe'
+inkscape='/cygdrive/c/Program Files/Inkscape/inkscape.exe'
# Image DPI:
-dpi=120
+dpi=90
for mmlfile in $*; do
svgfile=$(basename $mmlfile .mml).svg