Path: news.mathworks.com!not-for-mail
From: "Brandeis " <dicemarquette.nospam.@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Publishing of Symbolic Equations through TEX
Date: Wed, 6 Feb 2008 23:51:03 +0000 (UTC)
Organization: Raytheon Co
Lines: 20
Message-ID: <fodh57$cb1$1@fred.mathworks.com>
References: <fn322h$36v$1@fred.mathworks.com> <fn3461$2l2$1@fred.mathworks.com> <fn5i3p$mq3$1@fred.mathworks.com> <fn5kgl$c9$1@fred.mathworks.com>
Reply-To: "Brandeis " <dicemarquette.nospam.@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1202341863 12641 172.30.248.37 (6 Feb 2008 23:51:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 6 Feb 2008 23:51:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 735354
Xref: news.mathworks.com comp.soft-sys.matlab:449760


"Matthew Simoneau" <matthew@mathworks.com> wrote in message
<fn5kgl$c9$1@fred.mathworks.com>...
> OK, I'm with you.  Thanks for the detail.
> 
> The filename is generated by hashing the actual text of the
> TeX.  See toolbox/codetools/private/hasEquation.m for the
> simple algorithm.  You should be able to do this same
> calculation in VBA.  
> 
> (I'll also give you a heads up that the hash function we use
> is changing in the next release to something more
> complicated, so you'll have to look at this again in the
> future.)
> 

Ok,

I found the file ok. It is hashEquation.m

Please disregard previous post. Thanks