General ⇒ Saving packages
Saving packages
Hi,
I'm trying to download and save the listofsymbols.sty but MiKTeX doesn't seem to register it.
I have tried saving it into a selfmade folder called listofsymbols and as a zipfile (unzipped the same place), in the directory MiKTeX2.7/tex/latex.
Then I use the settings program and refresh but nothing seems to happen. When I open the folder again it doesn't show the listofsymbols.sty file until I press "compatability files". But all the original .sty files are shown.
I hope this makes sence and that somebody out there has a solution.
Lonnie
I'm trying to download and save the listofsymbols.sty but MiKTeX doesn't seem to register it.
I have tried saving it into a selfmade folder called listofsymbols and as a zipfile (unzipped the same place), in the directory MiKTeX2.7/tex/latex.
Then I use the settings program and refresh but nothing seems to happen. When I open the folder again it doesn't show the listofsymbols.sty file until I press "compatability files". But all the original .sty files are shown.
I hope this makes sence and that somebody out there has a solution.
Lonnie
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Saving packages
Why don't you install the package by using the MikTeX package manager ?
Re: Saving packages
Because It doesn't look for it. I figured I needed to save it to my directory and then include it in MiKTeX.
Re: Saving packages
The package manager saves all the packages at a location where LaTeX will look for packages. So I don't really see the problem ...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
The listofsymbols package is not part of the MiKTeX distribution hence doesn't appear in the package manager. It has to be installed manually.-Robin- wrote:The package manager saves all the packages at a location where LaTeX will look for packages. So I don't really see the problem ...
The bundle consists of a manual (DVI) and the package (STY) itself. Create the following folders (assuming that MiKTeX is installed in the standard program folder).La82 wrote:Because It doesn't look for it. I figured I needed to save it to my directory and then include it in MiKTeX.
Code: Select all
C:\Program Files\MikTeX 2.7\doc\latex\listofsymbols
C:\Program Files\MikTeX 2.7\tex\latex\listofsymbols
Code: Select all
texhash
Best regards
Thorsten¹
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 Thorsten,
Thanx for the advice I tried making the folders and saving the .dvi and the .sty and then refreshing both using commandopromt and MiKTeX settings but I still get the same error: File 'listofsymbols.sty' not found
Do you have any more ideas I can try?
Thanx for the advice I tried making the folders and saving the .dvi and the .sty and then refreshing both using commandopromt and MiKTeX settings but I still get the same error: File 'listofsymbols.sty' not found
Do you have any more ideas I can try?

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
After this process the package should be found in the TDS tree. You can check that on the command prompt.
This should give the complete path including file name as output.
Code: Select all
kpsewhich listofsymbols.sty
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,
When I write the above command in the commandprompt nothing happens!!!
Lonnie
When I write the above command in the commandprompt nothing happens!!!
Lonnie
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Saving packages
Try to find another package (or class) in this way that is safely found on your system.
Report the according output in your next post.
Code: Select all
kpsewhich article.cls
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
The above command gives me the entire string:
C:/Program Files/MiKTeX 2.7/tex/latex/base/article.cls
Lonnie
C:/Program Files/MiKTeX 2.7/tex/latex/base/article.cls
Lonnie