General ⇒ Saving packages
Re: Saving packages
This means that kpsewhich works correctly and finds files that are installed, and that the file listofsymbols.sty hasn't been registered correctly.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Saving packages
Hmmm - then what do I do to make sure it registers the package?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
Although it should have the same effect as texhash, you can try another command on the command prompt.
Afterwards check again if the package now can be found in the texmf tree.
Code: Select all
initexmf --update-fndb
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
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 wrote:still no luck
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Saving packages
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
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
[1] The TeX Catalogue Online, Topic Index - Creating Indices and Glossaries
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Saving packages
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
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).
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10