General ⇒ TexnicCenter Package Download
TexnicCenter Package Download
I've got a problem concerning the package download of texniccenter. Normally, when you've got a new package which is not already installed, texniccenter downloads it automatically. In my case, this does not work - texniccenter does not even try to connect to the internet.
What can I do?
Thanks for your help!!
creuvette
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
Re: TexnicCenter Package Download
if installed properly TeXnicCenter usually invokes MiKTeX to install missing packages. You can enable your MiKTeX distribution to do so in the "General" tab of the MiKTeX options dialog (run mo.exe from the prompt) by choosing "Yes" or "Ask me first" for the value "Install missing packages on-the-fly".
Regards
Marcel
a thousand worlds for you to see here, take my hand and follow me...
Re: TexnicCenter Package Download
Thanks! It has not worked anyway.
Do I have to indicate something special when installing texniccenter? like "using Miktex" or something?
creuvette
Re: TexnicCenter Package Download
Is this just a bug in the Beta version or is there some configuration file I don't know about?
Thanks,
-Mike-
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TexnicCenter Package Download
Code: Select all
texhash
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Tue Jun 05, 2007 12:05 am
Re: TexnicCenter Package Download
I'm trying to use the babel package with the [frenchb] option in the following way :
\documentclass{article}
\usepackage[frenchb]{babel}
...
When I compile the doc Texnic tries to connect the Internet to download some composant, but nothing happens at all ...
moreover I've checked the Miktex installation of the babel package and it is complete so I don't understand why Texnic tries do download anythng at all it's already on my computer...
please help I would Like to use accent without always typing things like \'e etc...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TexnicCenter Package Download
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: TexnicCenter Package Download
\usepackage[frenchb]{babel} by
\usepackage[francais]{babel}
frenchb not maintained anymore
-
- Posts: 2
- Joined: Tue Jun 05, 2007 12:05 am
Re: TexnicCenter Package Download
The fact that babel package was well installed, was what has made me wonder "why the hell

-
- Posts: 2
- Joined: Mon Dec 28, 2009 2:47 pm
Re: TexnicCenter Package Download
I had the same problem, finally it appears that there is an incompatibility with miktex and texniccenter... To solve the problem you must allow Miktex to download missing packages without asking first. See the page http://miktex.org/2.8/issues
Hope it will solve your problem as it solved mine!