Mike Martell <[EMAIL PROTECTED]> writes:
>
> Hi:
> I've been having a lot of trouble installing a new class for LyX with
> my mac. I am hoping to use LyX to write my doctoral dissertation. I
> am trying to install the thesis class for my university, authesis.cls.
>
> I have followed the directions, I believe, but am not getting the class to
work.
>
> I have placed these files (authesis.cls, aucas.clo, aut10.clo,
> auecon.clo) in this location:
>
> users/username/library/texmf/tex/latex/authesis/
>
>
> i have placed a layout file (authesis.layout) at this location:
>
> username/libarary/Application Support/Lyx-1.5/layouts
>
> The layout file reads:
> #% Do not delete hte line below; configure depens on this
> # \DeclareLaTeXClass[authesis]{article (authesis)}
>
> # Input general definitions
> Input stdclass.inc
[snip]
> Thanks,
> Mike
Since it is a thesis class, are you sure that the article class should be
used, and not the book class instead? Try the following layout file:
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[authesis]{book (authesis)}
# Input general definitions
Input book.layout
Best regards,
Andreas