custom_export_command format

2002-04-14 Thread Jim Osborn
In lyxrc there's a section for Export with this example: #\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf I want to make a pdf file, and having epstopdf on my system, I've been printing to ps, then doing: epstopdf --filter xxx.ps xxx.pdf Following the lyxrc example,

Re: custom_export_command format

2002-04-14 Thread Herbert Voss
Jim Osborn wrote: In lyxrc there's a section for Export with this example: #\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf I want to make a pdf file, and having epstopdf on my system, I've been printing to ps, then doing: try the script from Steffen,

custom_export_command format

2002-04-14 Thread Jim Osborn
In lyxrc there's a section for Export with this example: #\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf I want to make a pdf file, and having epstopdf on my system, I've been printing to ps, then doing: epstopdf --filter xxx.ps xxx.pdf Following the lyxrc example,

Re: custom_export_command format

2002-04-14 Thread Herbert Voss
Jim Osborn wrote: In lyxrc there's a section for Export with this example: #\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf I want to make a pdf file, and having epstopdf on my system, I've been printing to ps, then doing: try the script from Steffen,

custom_export_command format

2002-04-14 Thread Jim Osborn
In lyxrc there's a section for Export with this example: #\custom_export_command "ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf" I want to make a pdf file, and having epstopdf on my system, I've been printing to ps, then doing: epstopdf --filter xxx.pdf Following the lyxrc example, I

Re: custom_export_command format

2002-04-14 Thread Herbert Voss
Jim Osborn wrote: > In lyxrc there's a section for Export with this example: > > #\custom_export_command "ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf" > > I want to make a pdf file, and having epstopdf on my system, I've been > printing to ps, then doing: try the script from