4
votes
0answers
77 views

Latex on Linux: Path problem after new install of TeX Live

This may well be a duplicate of something that's already been covered here -- in fact it seems close to the problem described at "How does LaTeX find package files?" -- so I hope this is not too ...
0
votes
0answers
54 views

Paths, kpsewhich, can't locate files [closed]

My Linux (Ubuntu 12.04) system seems to have TeX trees in /usr/local/texlive/2011 and /usr/share/texlive/ (I don't know if this is standard or not). Anyway, kpsewhich doesn't seem to be able to find ...
3
votes
1answer
103 views

Referencing bib files with spaces in the filename

I am using a Mac with TeX Live and Mendeley for automatically generating .bib files, some of which have spaces in the file names. I would like to know how to reference such files from LaTeX as using ...
1
vote
0answers
321 views

Why Ubuntu pdflatex in terminal and texmaker pdflatex load different libertine fonts?

The texlive 2012 and the libertine font version (currently 5.3) has been already updated by: Tlmgr update --all However, I found texmaker pdflatex invoke libertine-legacy, because when using ...
1
vote
0answers
310 views

Configuring paths to TeX Live for TeXShop [closed]

I recently installed TeXShop, and proceeded to write some code and tried to preview it. Unfortunately, I got an error message: Can't find required tool. /usr/texbin/simpdftex does not exist. ...
3
votes
1answer
448 views

How to configure TeXLive search paths?

Every time I run pdflatex my whole home directory is scanned. It takes forever and one cpu core is at 100% usage. I'm using Ubuntu 12.04 TeXLive packages and can't find where this is set. kpsepath ...
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 ...
2
votes
1answer
302 views

Sweave.sty Rd.sty on texlive 2011 (OpenSUSE 12.1)

I am trying to make Sweave.sty and Rd.sty globally available on my system. After reading related posts on StackExchange, I changed texmf.cnf, so that kpsewhich --expand-var='$TEXMF' results in ...
1
vote
2answers
1k views

TeX Live with Kile in Ubuntu

I have found How to configure kile to run texlive 2011? and this is my problem. I have installed Ubuntu's TeXLive with sudo apt-get install texlive and TeXLive 2011 using the net installer from CTAN ...
-4
votes
2answers
353 views

Execute xelatex

My xelatex application in "C" directory. My Tex file is in "D" Directory. How can I run my tex file in "D" Drive? and cmd prompt?