mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
295 stars 28 forks source link

[general question] Which verison am I using? #184

Closed VincentTam closed 2 years ago

VincentTam commented 2 years ago

The console's output doesn't seem to match the version info on the GUI.

C:\Users\xxxx>dvisvgm -V1
dvisvgm 2.11.1
--------------
brotli:      1.0.9
clipper:     6.2.1
fontforge:   20160721
freetype:    2.10.3
Ghostscript: 9.25
kpathsea:    MiKTeX 22.3
potrace:     2.11.1
xxhash:      0.8.1
zlib:        1.2.11

C:\Users\xxxx>which dvisvgm
/c/Users/xxxx/AppData/Local/Programs/MiKTeX/miktex/bin/x64/dvisvgm

C:\Users\xxxx>

The sys info dialog says "version: 2.13.3".

miktex-dvisvmg-bin-x64

mgieseki commented 2 years ago

According to the dvisvgm output, you're using version 2.11.1. But maybe the MiKTeX maintainers change or adapt the sources somehow so that the wrong version is shown. This is a MiKTeX-specific problem, so that I can't help here. You should report the differing version numbers in the MiKTeX issue tracker.

VincentTam commented 2 years ago

thx for reply