Hi everyone,

Paul Smith wrote:
> 
> On Mon, Apr 28, 2008 at 4:16 PM, Ken <[EMAIL PROTECTED]> wrote:
> 
> I think that you have to compile pst-pdf based documents with ps4pdf. See
> 
> http://tug.org/PSTricks/main.cgi?file=pdf/pdfoutput
> 
> You can add an entry in the LyX View menu with PS4PDF to automate the
> process.
> 
> Paul
> 
> 
According to http://tug.org/PSTricks/main.cgi?file=pdf/pdfoutput

pst-pdf supersedes the ps4pdf package. However there are a few more steps to
do for a correct pdf output. 

latex <file.tex>
dvips -Ppdf -o <file-pics.ps> <file.dvi>
ps2pdf -dAutoRotatePages=/None <file-pics.ps> <file-pics.pdf>
pdflatex <file.tex>

How can these steps automatically done by lyx? 

Christoph
-- 
View this message in context: 
http://n2.nabble.com/pstricks-pst-pdf-tp480539p575065.html
Sent from the LyX - Users mailing list archive at Nabble.com.

Reply via email to