Search found 1 match

by bjoern
Sun Sep 01, 2013 11:34 pm
Forum: General
Topic: Conversion from PS to PDF in Shell Script fails
Replies: 2
Views: 4658

Conversion from PS to PDF in Shell Script fails

Hello,

I'm new in LaTeX and try to create invoices automatically per month.

I wrote a little shell script with do some logical things, now, I don't know why, my shell script crashes by ps2pdf.

#!/bin/bash
#
#

SOURCE=control_file
TARGET=invoices
TEX=becker-it_invoice.tex
TIMESTAMP=`date +%s`

if ...