WinEdt ⇒ Where/how do I install my LateX Packages?
-
- Posts: 19
- Joined: Mon Dec 21, 2009 3:01 am
Where/how do I install my LateX Packages?
I've been googling this for a while and after not good any results, I finally decided to post here. I am currently using WinEdt to edit my LateX Documents. I'm trying to compile one of the LateX documents but it tells me I'm missing some packages ("fullpage.sty" in this case).
I found the code for fullpage.sty on the internet. The question is, how do I install these packages into WinEdt?
Currently, WinEdt is installed at "C:\Program Files\WinEdt Team\WinEdt\" on my computer.
Any help would be greatly appreciated.
Thanks
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
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Re: Where/how do I install my LateX Packages?
-
- Posts: 19
- Joined: Mon Dec 21, 2009 3:01 am
Re: Where/how do I install my LateX Packages?
Btw, is there any other compiler which you would recommend? Which might be better/easier to deal with?
Thanks
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Where/how do I install my LateX Packages?
To fix your problem, go to the start menu -> miktex -> package manager (from memory for Miktex 2.7 or maintenance -> package manager if you are using miktex 2.8) and you should be able to search for the specific package you want to install and right click on it and install it.
It is also a nice feature to install packages on-the-fly, you can enable this feature (in Miktex 2.8) by going start menu -> miktex -> maintenance -> settings, and I cant remember the path in Miktex 2.7 but it's pretty clear. There is a simple setting that says 'install misssing packages on-the-fly' you want to enable that and then whenever you need to install a package miktex will automatically download and install it then complete the compilation.
Hope that helped!
-
- Posts: 19
- Joined: Mon Dec 21, 2009 3:01 am
Where/how do I install my LateX Packages?
magicmoose wrote:I use Miktex, it's fairly common and I haven't ever had any reason to look into another one.
To fix your problem, go to the start menu -> miktex -> package manager (from memory for Miktex 2.7 or maintenance -> package manager if you are using miktex 2.8) and you should be able to search for the specific package you want to install and right click on it and install it.
It is also a nice feature to install packages on-the-fly, you can enable this feature (in Miktex 2.8) by going start menu -> miktex -> maintenance -> settings, and I cant remember the path in Miktex 2.7 but it's pretty clear. There is a simple setting that says 'install misssing packages on-the-fly' you want to enable that and then whenever you need to install a package miktex will automatically download and install it then complete the compilation.
Hope that helped!