TeX Live and MacTeX ⇒ Updating packages BasicTex
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Updating packages BasicTex
I recently switched from PC to MAC. I downloaded BasicTex distribution and Texshop. I tried to compile a LaTeX file which I had written on my PC, where I used MiKTex with Winedt. It get an error saying that paralist.sty could not be found. Does anyone know how and where I can install this package so the Tex distribution on my Mac can use it. MikTex would download such packages automatically, if they were not on my computer. Can that be set up with BasicTex?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Updating packages BasicTex
BasicTeX contains tlmgr, the TeX Live Manager software. It should be capable of installing the paralist package. See tlmgr documentation or just start tlmgr on the command line:
Code: Select all
tlmgr gui
Stefan
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Updating packages BasicTex
I looked at the link suggested, but it does not say how to download that module for MAC OS X.Cannot load Tk, thus the GUI cannot be started!
The Perl/Tk module is not shipped with the TeX Live installation.
You have to install it to get tlmgr GUI running. See
http://tug.org/texlive/distro.html for more details.
Thanks very much for this forum.
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Updating packages BasicTex
tlmgr install paralist
I get the following message:
install: paralist
Can't mkdir '/usr/local/texlive/2008basic/temp/': Permission denied.
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Re: Updating packages BasicTex
Though is there anyway to set this up so that it automatically does this when a package is required and not available just like MikTex does it. This process is quite automatic too...no need to copy, paste, extract etc., which is great.
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Updating packages BasicTex
Can someone help me with this error and how to correct this? Thanks.!pdfTeX error: /usr/texbin/pdflatex (file bchb8a.pfb): cannot open Type 1 font
file for reading
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Updating packages BasicTex
Stefan
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm