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
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
- 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: 10360
- 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