[Mediawiki-l] texvc md5 question

Andrea Ganduglia nonews.org at gmail.com
Mon Jun 19 16:49:16 UTC 2006


Hi. I'm working around MediaWiki code and I have question about textvc.

If I calculate md5 hash directy from tex_string I obtain a different
md5 hash that texvc, example:

$texstring= '\sum_{3}=x';
$md5_texstring = md5($texstring);
$TEXVC_OUTPUT  = `./texcv TMPDIR IMGDIR "$texstring" 'iso-8859-1'`;
...
print $md5_texstring."\n";
print $texvc_image_name."\n";

d9704c03aeac0e8784a8900f9ad0e0a5
b1e57b8f35823d0b3cf450ca4c29840b.png

How can I obtain texvc md5 hash **before** run it?

-- 
Openclose.it - Idee per il software libero
http://www.openclose.it



More information about the MediaWiki-l mailing list