GeneralSaving packages

LaTeX specific issues not fitting into one of the other forums of this category.
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Saving packages

Post by phi »

This means that kpsewhich works correctly and finds files that are installed, and that the file listofsymbols.sty hasn't been registered correctly.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

La82
Posts: 18
Joined: Sun Feb 01, 2009 11:48 pm

Re: Saving packages

Post by La82 »

Hmmm - then what do I do to make sure it registers the package?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Saving packages

Post by localghost »

Although it should have the same effect as texhash, you can try another command on the command prompt.

Code: Select all

initexmf --update-fndb
Afterwards check again if the package now can be found in the texmf tree.
La82
Posts: 18
Joined: Sun Feb 01, 2009 11:48 pm

Re: Saving packages

Post by La82 »

still no luck
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Saving packages

Post by localghost »

La82 wrote:still no luck
The file is definitely not in the texmf tree. The only conclusion is that you did something wrong. Try a desktop search for the file.
La82
Posts: 18
Joined: Sun Feb 01, 2009 11:48 pm

Re: Saving packages

Post by La82 »

Hi again,

The funny thing is that when I try to save it once again the package is already there. I found it in the folowing site could this be where the problem lies?

http://tug.ctan.org/tex-archive/macros/ ... ofsymbols/

Or is it perhaps because I'm using vista?

Lonnie
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Saving packages

Post by localghost »

I can't see the correlation between the location of this package on CTAN and your OS. But the CTAN Catalogue has some other packages for creating such lists [1]. Perhaps you should think about using one of these, for example the nomencl package.

[1] The TeX Catalogue Online, Topic Index - Creating Indices and Glossaries
La82
Posts: 18
Joined: Sun Feb 01, 2009 11:48 pm

Re: Saving packages

Post by La82 »

Hi again,

The reason why I'm not using nomencl.sty is that I am already using glossary.sty. Both of them uses makeindex and I'm not sure how to get both of them to run simultaniously.

Lonnie
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Saving packages

Post by localghost »

Regardless of the fact that glossary is obsolete and should be replaced by glossaries, the call of makeindex for generating a glossary can be integrated in the post processing of a build profile for TeXnicCenter (TXC).
Post Reply