General ⇒ package problem
package problem
I can't install packages at my company's PC, so I was wondering, if there is a way to load my installed packages from home.
Any ideas? Thank you in advance,
Jonas
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: package problem
it is surely possible, but without any information about the system and distribution, it is impossible to give any specific hints.
Doing stuff like that isn't the most practical way, though. Installing a portable version of TeX Live or MikTeX might be easier.
Actually talking to the system administrators about that will be the most productive way i think. If you employer cannot guarantee you getting your work done properly, there is something wrong. This is my opinion.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
package problem
welcome to the forum!
Also I suggest, ask your IT admin to get the current version of TeX Live with all packages. TeX Live would be my choice on any system.
If there's a TeX version installed, you could install additional packages in your TeX home directory. This is usually part of your own user directory where you can store packages. They would have even higher priority than system wide installed packages. You can get that location by typing
kpsewhich -var-value=TEXMFHOME
at the command prompt.
As Johannes said, there's also a portable TeX Live which runs on a USB stick.
Stefan
Re: package problem
thank you for your fast response.
I'll try to put the packages into the home directory. The command kpsewhich -var-value=TEXMFHOME is really helpful. If it's still not working, I will use TeX Live which looks pretty good!
Thanks a lot guy's!
Jonas