5
votes
1answer
162 views

override system search path

I've installed texlive-2012 on my local user account (under linux), the system has the older version (texlive-2007) in which some packages are missing and I don't have root permission to install those ...
3
votes
1answer
287 views

Make LaTeX recognize local files in Dropbox under Linux

I have some local LaTeX files in Dropbox and have not been able to make LaTeX recognize them. It does find my local texmf folder, but that doesn't help me. I am working under Fedora 17 and uname -r ...
1
vote
0answers
130 views

TeX Live 2011: tlmgr not using xz after system upgrade [closed]

I have moved my TeX Live installation directories from one computer to another when I bought a newer system. I simply did a tar cfj texlive.tbz /texlive/ (the root directory where I had put TeX Live) ...
4
votes
1answer
2k views

Increase TeX capacity, as non-root

I have a LaTeX document that uses many long pgf paths, and thus compiles only if one increases the TeX "capacity" by setting save_size=50000 in texmf.cnf. Unfortunately I cannot change the ...