Open GoogleCodeExporter opened 9 years ago
I have the same issue....:(
Original comment by phenomen...@gmail.com
on 9 Jun 2011 at 3:13
Hi, sorry for my late answer, but it might be a good one :)
If in your log-file LaTeX complains about a missing font like this:
!pdfTeX error: pdflatex (file ecti1200): Font ecti1200 at 600 not found
==> Fatal error occurred, no output PDF file produced!
here might be a solution for you:
On your server might be a normal user account, which has a home directory
/home/USER take this directory and add the following line to your
w2lConfig.php (just adjust the home directory to the one which fits your
server):
$w2lConfig['ltx_command'] = "export HOME=/home/USER && pdflatex
-interaction=batchmode %file%";
I had this issue for a long time only fixable by restarting my webserver, but
this might be a more elegant solution. It might not be a perfect solution and I
try to come up with a better way, but for now it should work.
Original comment by hansgeorg.kluge@gmail.com
on 3 Jul 2011 at 2:47
Thank you, will give it a try.
Original comment by erik.ala...@gmail.com
on 3 Jul 2011 at 8:00
Thank you, hansgeorg.kluge. I have this issue and try your solution. It works
like a dream. Thanks a lot!
Original comment by phenomen...@gmail.com
on 11 Jul 2011 at 3:27
I had the same issue with RHEL5.5. Since the web server runs as apache user,
there is no way it could work.
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea: Running mktexfmt pdflatex.fmt
fmtutil: format directory `//.texmf-var/web2c' does not exist.
I can't find the format file `pdflatex.fmt'!
Please consider making a permanent fix, something like follows.
$w2lConfig['ltx_command'] = 'export HOME=/tmp; pdflatex -interaction=batchmode
%file%';
Then those fmt files go to:
# find /tmp/.texmf-var/
/tmp/.texmf-var/
/tmp/.texmf-var/web2c
/tmp/.texmf-var/web2c/pdflatex.fmt
/tmp/.texmf-var/web2c/pdflatex.log
/tmp/.texmf-var/ls-R
Original comment by ptr...@gmail.com
on 15 Jun 2012 at 9:13
Original issue reported on code.google.com by
erik.ala...@gmail.com
on 25 May 2011 at 4:19Attachments: