MiKTeX and proTeXt ⇒ new sty file
new sty file
I have a new .sty file:
cyrillicNew.sty, which I put in the folder: .../MiKTeX 2.8/tex/latex/cyrillicNew/
I go to MiKTeX Settings and get the "MiKTeX Options" window.
I clicked "refresh FNDB"
And I hoped to now be able to see "cyrillicNew" in MiKTeX package manager.
But it doesn't show up.
How do I get it to show up in the package manager so that I can finally install it and use it in my teX documents ?
Alternatively, I've seen some people use the command:
\usepackage{/home/cromwell/.latex/cyrillic}
Which was done over here .. http://www.cromwell-intl.com/russian/latex.html
but I haven't been able to figure out what path name to put in the argument for usepackage.
If anyone can help I'd really appreciate it.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
new sty file
You will never see this package in the MPM because it is not part of the MiKTeX distribution thus has no database entry. Check on the command prompt whether the package is found.juliette wrote:[…] And I hoped to now be able to see "cyrillicNew" in MiKTeX package manager.
But it doesn't show up.
How do I get it to show up in the package manager so that I can finally install it and use it in my teX documents ? […]
Code: Select all
kpsewhich cyrillicNew.sty
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: new sty file
Where do I do that from?
I tried that exact command from C:\Program Files <x86>\MiKTeX 2.8>
but after applying that command, nothing happened.
So if I can't find it on the package manager, then how do I install it ?
When I use the command \usepackage{cyrillicNew} in TeXnicCenter, it says cyrillicNew.sty not found!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
new sty file
[1] MiKTeX 2.8 Manual
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: new sty file
All I had to do was refresh the FNDB from the MiKTeX options while running as administrator.
My problem before was that I was just trying to refresh the FNDB without running as administrator.
Now everything works.
Thank you very much.