General ⇒ Saving packages
Saving packages
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Saving packages
Re: Saving packages
Re: Saving packages
- 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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Saving packages
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
Code: Select all
kpsewhich listofsymbols.sty
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Saving packages
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
Code: Select all
kpsewhich article.cls
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Saving packages
C:/Program Files/MiKTeX 2.7/tex/latex/base/article.cls
Lonnie