General ⇒ how to add a new package to Texniccenter
-
- Posts: 7
- Joined: Fri May 16, 2008 10:35 am
how to add a new package to Texniccenter
how do i install a new package to Texniccenter. i want to include natbibspacing package but i get an error natbibspacing.sty not found. how do i import this package into texniccenter
-
- Posts: 10
- Joined: Sun Jan 14, 2007 6:48 pm
Re: how to add a new package to Texniccenter
Download it from here:
http://dcwww.camd.dtu.dk/~schiotz/comp/ ... pacing.sty
Copy it to your working directory and it should work.
http://dcwww.camd.dtu.dk/~schiotz/comp/ ... pacing.sty
Copy it to your working directory and it should work.

- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
how to add a new package to Texniccenter
The easiest way would be to place the STY file right in the same directory where you have the source code of your document. You then only need to include in the preamble.pandu_raman wrote:how do i install a new package to Texniccenter. i want to include natbibspacing package but i get an error natbibspacing.sty not found. how do i import this package into texniccenter
Code: Select all
\usepackage{natbibspacing}
Code: Select all
C:\Program Files\MiKTeX\tex\latex
Code: Select all
C:\Program Files\MiKTeX\tex\latex\natbibspacing
Code: Select all
texhash
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
-
- Posts: 7
- Joined: Fri May 16, 2008 10:35 am
Re: how to add a new package to Texniccenter
Dear Thorsten
Thanks for that really informative reply. i did as u said and everything worked very fine. Thanks again
Thanks for that really informative reply. i did as u said and everything worked very fine. Thanks again