Mike Martell wrote:
I followed your directions. you said (thanks for being so explicit
):
That is, in Terminal, type:

cd  ~/Library/Application\ Support/LyX-1.5/

to get to the user directory. Then type:

python /Applications/LyX.app/Contents/Resources/configure.py

to reconfigure. (Note that in this line there is no "/ui" before "configure".)

So what was the output in this case? Did configure complete, or did it die with an error?

Is this perhaps because i have placed my files in the wrong spot?
Should the authesis.layout file i made be with all the other layout
files?  in Applications/LyX.app/Contents/Resources/layouts/  instead
of in username/Library/Application Support/Lyx-1.5/layouts ?

The layout files should be in ~/Library/Application\ Support/LyX-1.5/layouts/. The "username" bit is meant to indicate your main user directory, whatever that is. That's what ~ gets you, and also should be the content of the $HOME environment variable. So if you do:
> echo $HOME
you'll get your home directory back.

And perhaps, these files (authesis.cls, aucas.clo, aut10.clo,
auecon.clo) should not be in this location:
users/username/library/texmf/tex/latex/authesis/

If kpsewhich is seeing them, then they are fine. So you might want to check that again:
> kpsewhich authesis.cls

rh

Reply via email to