Thanks for this. By following your instructions I managed to a) see the pdf in lyx on screen and b) generate a DVI file. But the place where the pdf should be is empty. If however I c) try to generate a pdf from pdflatex, lyx just goes into an endless loop, from which I can only exit by forcing a program quit.
On Mon, Mar 22, 2010 at 5:05 PM, Stephen Buonopane < [email protected]> wrote: > > > This seems to be a result of the bug reported here > https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/487637 > > Copy the script convertDefault.py from > /Applications/LyX.app/Contents/Resources/scripts > > Comment out the lines > if sys.argv[1][:4] == 'pdf:' and (version >= 0x060206 or gm): > opts = '-define pdf:use-cropbox=true ' + opts > > On a Mac, the script goes in > /Users/username/Library/Application\ Support/LyX-1.6/scripts
