I have installed context minimal and TeXLive2010. When I run pdfcrop on a created context source, I get: ---------------------------------------------------- voss@shania:~/texte> pdfcrop --luatex 04-02-5.pdf PDFCROP 1.31, 2010/09/17 - Copyright (c) 2002-2010 by Heiko Oberdiek. kpathsea: Running mktexfmt luatex.fmt /usr/local/texlive/2010/bin/x86_64-linux/mktexfmt: Zeile 395: /opt/context/tex/texmf/texconfig/tcfmgr: Datei oder Verzeichnis nicht gefunden fmtutil: config file `fmtutil.cnf' not found. !!! Error: LuaTeX run failed! ---------------------------------------------------- the same happens whithou --luatex, the it tries to create the pdftex format file. Is this a problem with pdfcrop or context minimal? Herbert
On 11/01/2010 11:03 AM, Herbert Voss wrote:
I have installed context minimal and TeXLive2010. When I run pdfcrop on a created context source, I get:
---------------------------------------------------- voss@shania:~/texte> pdfcrop --luatex 04-02-5.pdf PDFCROP 1.31, 2010/09/17 - Copyright (c) 2002-2010 by Heiko Oberdiek.
kpathsea: Running mktexfmt luatex.fmt /usr/local/texlive/2010/bin/x86_64-linux/mktexfmt: Zeile 395: /opt/context/tex/texmf/texconfig/tcfmgr: Datei oder Verzeichnis nicht gefunden fmtutil: config file `fmtutil.cnf' not found. !!! Error: LuaTeX run failed! ----------------------------------------------------
the same happens whithou --luatex, the it tries to create the pdftex format file. Is this a problem with pdfcrop or context minimal?
Most likely, something is wrong with your PATH. My pdfcrop works nicely with just texlive 2010. You should try $ pdfcrop -debug 04-02-5.pdf which gives lots of debugging information.
On Mon, Nov 1, 2010 at 11:10 AM, Taco Hoekwater
On 11/01/2010 11:03 AM, Herbert Voss wrote:
I have installed context minimal and TeXLive2010. When I run pdfcrop on a created context source, I get:
---------------------------------------------------- voss@shania:~/texte> pdfcrop --luatex 04-02-5.pdf PDFCROP 1.31, 2010/09/17 - Copyright (c) 2002-2010 by Heiko Oberdiek.
kpathsea: Running mktexfmt luatex.fmt /usr/local/texlive/2010/bin/x86_64-linux/mktexfmt: Zeile 395: /opt/context/tex/texmf/texconfig/tcfmgr: Datei oder Verzeichnis nicht gefunden fmtutil: config file `fmtutil.cnf' not found. !!! Error: LuaTeX run failed! ----------------------------------------------------
the same happens whithou --luatex, the it tries to create the pdftex format file. Is this a problem with pdfcrop or context minimal?
Most likely, something is wrong with your PATH. My pdfcrop works nicely with just texlive 2010. You should try
$ pdfcrop -debug 04-02-5.pdf
which gives lots of debugging information. Hm, a nice application for leptonica . I consider it for the next article for maps. -- luigi
participants (3)
-
Herbert Voss
-
luigi scarso
-
Taco Hoekwater