[tex-live] Location of recorder file

Akira Kakuto kakuto at fuk.kindai.ac.jp
Mon Sep 27 13:57:33 CEST 2010


Hi Philipp,

> pdflatex --recorder --output-directory=../b '\documentclass{minimal}\csname @@end\endcsname'
> 
> creates minimal.fls in the current directory, and minimal.log in the output directory. 

On windows,
pdflatex --recorder --output-directory=../b \documentclass{minimal}\csname @@end\endcsname

creates ../b/minimal.log and ../b/pdflatex<proc-id>.fls.
Current directory is empty.

> pdftex --recorder --output-directory=../b '\end'
> 
> creates texput.fls in the current directory. 

On windows
pdftex --recorder --output-directory=../b \end

creates ../b/texput.log and ../b/pdflatex<proc-id>.fls.
Current directory is empty.

> 
> /tmp/a $ pdftex --recorder --output-directory=../b
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> **^D
> ! End of file on the terminal... why?
> 
> creates pdftex<Process-ID>.fls in the output directory,
> and no log file at all.

On windows,
e:\send\kkk>pdflatex -recorder -output-directory=../b
This is pdfTeX, Version 3.1415926-1.40.11 (Web2C 2010)
 restricted \write18 enabled.
**^Z

! End of file on the terminal... why?

creates ../b/pdflatex<proc-id>.fls and no log file at all.
This case is the same as your case.

Best,
Akira



More information about the tex-live mailing list