This few line tex file works fine with ps2pdf
(uses relative paths)
www.motionmountain.net/testdir/filmtest.tex
www.motionmountain.net/testdir/filmtest.aux
www.motionmountain.net/testdir/filmtest.log
www.motionmountain.net/testdir/filmtest.dvi
www.motionmountain.net/testdir/filmtest.ps
www.motionmountain.net/testdir/filmtest.pdf
but this simple tex file for Acrobat Distiller,
with absolute paths, does not work:
www.motionmountain.net/testdir/filmtest2.tex
www.motionmountain.net/testdir/filmtest2.aux
www.motionmountain.net/testdir/filmtest2.out
www.motionmountain.net/testdir/filmtest2.dvi
www.motionmountain.net/testdir/filmtest2.ps
This is the Acrobat Distiller error text:
www.motionmountain.net/testdir/filmtest2.log
I use Mac OSX 10.4.11, Adobe Acrobat 8.1.2 Pro.
Mac OSX has no Unix "strace" command.
Can anybody help? Any help is
greatly appreciated !
Best regards
Christoph
The OSX command structure I know of is
open -a Dsitiller.app filename.ps
This does not allow to add a -F flag for Distiller,
or am I wrong?
Thanks for any help!
Christoph
On Oct 23, 5:15 pm, Christoph Schiller <chri_schil...@yahoo.com>
wrote:
> To solve the Acrobat Distiller problem described below,
> somebody told me to start Distiller with the -F flag.
> This might solve the problem.
> How is this done on MacOSX?
>
> The OSX command structure I know of is
> open -a Dsitiller.app filename.ps
> This does not allow to add a -F flag for Distiller,
> or am I wrong?
I haven’t tried it with huge numbers of applications, but in my
experience, one can normally run an OS X application with explicit command
line arguments like so:
$ cd /Applications/Emacs.app/Contents/MacOS
$ file Emacs
Emacs: Mach-O executable i386
$ ./Emacs --version
GNU Emacs 22.1.50.1
Copyright (C) 2007 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
$
So in your case, you could try
/Applications/Distiller.app/Contents/MacOS/Distiller -F filename.ps
but there is some guessing there, it may not do exactly what you want.
If it helps at all, the BSD and Mac OS X equivalent of strace(1) is
ktrace(1).
Happy New Year,
Aidan
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
>
> So in your case, you could try
>
> /Applications/Distiller.app/Contents/MacOS/Distiller -F filename.ps
>
> but there is some guessing there, it may not do exactly what you want.
>
> If it helps at all, the BSD and Mac OS X equivalent of strace(1) is
> ktrace(1).
Thank you - the problem was much deeper. A preference of
Distiller had to be changed. Now it is ok. The pdf is
now working and is free for download at www.motionmountain.net
since afew days.
Regards
Christoph