TeX Live and MacTeX ⇒ warning: kpathsea: configuration file texmf.cnf not found
warning: kpathsea: configuration file texmf.cnf not found
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
warning: kpathsea: configuration file texmf.cnf not found
welcome to the board!
On my Windows system, texmf.cnf is in c:/texlive/2012/texmf.cnf and c:/texlive/2012/texmf/web2c/texmf.cnf. Have a look in those directories on your computer. Is it there, so kpathsea just cannot find it?
I can find those files via
Code: Select all
kpsewhich -a texmf.cnf
Perhaps show us the output of the command
Code: Select all
kpsewhich -var-value=TEXMF
Re: warning: kpathsea: configuration file texmf.cnf not foun
* texmfcnf.lua
* texmf (which has an icon associated with it and is called speedial)
I ran the command kpsewhich -a texmf.cnf and again it said it couldn't find it. It also dooesn't find it anywhere when I use the Windows Search command.
The output of kpsewhich -var-value=TEXMF is the same. "warning: kpathsea: configuration file texmf.cnf not found"
It appears it does not exist on the computer.
(By the way, I first tried making the install directory c:\program files\texlive\2012 as recommended. When I had this problem, I then re-installed it in c:\program files\texlive, which is where I was used to installing it from the last time I did this a number of years ago. Made no difference, but right now I don't have the subdirectory 2012.)
P.S. What is kpathsea?