On Nov 9, 2007, at 9:24 PM, Björn Müller wrote:
Hi Bennett,
If convert is working on its own from the command line, it should
work from within LyX. Did you test that?
Actually it doesn't work properly! I do get this message:
"convert: no decode delegate for this image format"
although imagemagick 6.3.3 (came with TeXLive-2007) is installed.
What now?!
It might have something to do with ImageMagick.
It sounds like ImageMagick is the problem. Can you uninstall and then
reinstall your TeX distribution (is it MacTeX?)?
...
Concerning Document > Outline: Does anything show up in
Console.app when you try viewing an outline? ... I also wonder
if anyone else with a PPC Mac is having problems with this or
the TOC box. (Anders?)
No, nothing showing up in Console.app!
Try running LyX from Terminal.app as follows:
/path/to/LyX.app/Contents/MacOS/lyx -dbg gui
(substituting the appropriate path for "/path/to" -- such as /
Applications).
Terminal will spit out a lot of text, and a new instance of LyX will
start up. From within LyX, open a file that has section headings,
etc. Then choose Document > Outline; when you do, some more text will
appear in the Terminal. Send this text to us on the list. For
comparison, when I do it, this is what I get:
Toc: at depth 1, added item 1 Test section
QToc: type 0 toc_models_.size() 1
In TocWidget::updateGui()
form_->tocModel()->rowCount 1
form_->tocModel()->columnCount 1
Setting controller ro: 0
Transition from state INITIAL to state INITIAL after input
SMI_READ_WRITE
Calling BC refresh()
Calling BC refresh()
Setting controller ro: 0
Transition from state INITIAL to state INITIAL after input
SMI_READ_WRITE
Calling BC refresh()
In TocWidget::update()
Setting controller ro: 0
Transition from state INITIAL to state INITIAL after input
SMI_READ_WRITE
Calling BC refresh()
In TocWidget::update()
Bennett