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
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
-
- 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!