I have put the style file in localtexmf folder in c:
for example:
\usepackage{mathtime}
mathtime package called in c:\localtexmf folder.
Its compiling.
If we put the mathtime style file in tex file directory. the mathtime package called in
same folder path. We need not want this.
We need
if we put the mathtime package in same tex file loaction. We need not want to call this package. Only we need the package from c:\localtexmf.
How to fix the path for style files.
C:\localtexmfand one in the same directory as the.texfile and that you want theC:\localtexmfone to be the one that is used. Is that correct? If so, the answer that seems easiest is to delete the copy in the directory with the.texfile, otherwise I suspect that you will have to change some environment variables to override the normal search path for style files. – Andrew Stacey Jan 10 '11 at 09:31mathtimepackage uses the system one, even if they've installed a copy in the same directory as the.texfile. One way to do that would be to alter the search order that TeX uses, but I don't know how to do that for one specific file only and wouldn't recommend doing it for arbitrary files. – Andrew Stacey Jan 10 '11 at 10:43