Mike Martell wrote:
thanks. it looks like my layout file is in the correct place. And
kpsewhich authesis.cls recognizes the file.
here are the results of my running configure. I don't think it is working.
[snip]
checking LaTeX configuration... auto
Wrong input layout file with line '\\DeclareLaTeXClass[authesis]\{authesis\}\
Can you tell me what the error means?
I looked at my layout file and found this one online in the archive.
I made mine look just like this replacing ucthesis with authesis and
it still isn't working well. Do you know if this layout file looks
more correct?
(located at: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg59944.html)
#% Do not delete the line below; configure depends on this #
\DeclareLaTeXClass[ucthesis]{UC Thesis}
# Read the definitions from report.layout
Input report.layout
You need a "#" before the \Declare.... So try this:
#% Do not delete the line below; configure depends on this #
#\DeclareLaTeXClass{AU Thesis}
# Read the definitions from report.layout
Input report.layout
Put that in authesis.layout, and it should work now. We can hope!!
rh