[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Silencing output from pstopdf for use in LedgerSMB/Form.pm?
- Subject: Re: Silencing output from pstopdf for use in LedgerSMB/Form.pm?
- From: Jeff Kowalczyk <..hidden..>
- Date: Sat, 31 Jan 2009 18:46:31 -0500
On Sat, 31 Jan 2009 15:35:44 -0800, Chris Travers wrote:
> Jeff Kowalczyk wrote:
> > I needed to use pst-barcode in Latex templates with branches/1.2.
> >
> > Per pstricks documentation, pdflatex alone will not work. The latex,
> > dvips, pstopdf workflow is required.
>
> Look at pdftricks. I believe it allows you to use pstricks stuff in pdflatex.
Thanks, I found pst2pdf, which I presume what you were referring to.
# equery belongs pst2pdf
[ Searching for file(s) pst2pdf in *... ]
dev-texlive/texlive-pstricks-2008-r1 (/usr/share/texmf-dist/scripts/pst2pdf)
dev-texlive/texlive-pstricks-2008-r1 (/usr/bin/pst2pdf -> ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl)
Since the above is itself a perl script, is it OK to unify the ps
and pdf output per the proposed patch?
Jeff