nicer looking output
svn: r13928
This commit is contained in:
parent
9297ffa2a3
commit
b827890ba5
|
@ -817,7 +817,7 @@
|
||||||
#:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f)))
|
#:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f)))
|
||||||
(let* ([pdf (scr:call 'run-pdflatex f
|
(let* ([pdf (scr:call 'run-pdflatex f
|
||||||
(lambda (fmt . xs)
|
(lambda (fmt . xs)
|
||||||
(apply setup-printf "pdflatex" fmt xs)))]
|
(apply setup-printf #f fmt xs)))]
|
||||||
[target (build-path dest-dir pdf)])
|
[target (build-path dest-dir pdf)])
|
||||||
(when (file-exists? target) (delete-file target))
|
(when (file-exists? target) (delete-file target))
|
||||||
(copy-file pdf target)))))
|
(copy-file pdf target)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user