Re: Specifying a Style Guild?

2009-03-10 Thread rgheck

charles reid wrote:

It's a thesis class provided by my university... I've attached it.

Where did you get a layout file for it? Anyway, this has nothing to do 
with LyX. You should ask whoever created the class file what a 
StyleGuild is and how to define one.


rh



On Mon, Mar 9, 2009 at 7:06 PM, rgheck > wrote:


charles reid wrote:

Hi there -

I've applied a class file I downloaded to a document, and I
can apply it
OK.  However, when I click the "Make PDF" button, I get two
errors:
1) LaTeX Error: You must specify a style guild
2) LaTeX Error: Missing \begin{document}

In the .cls file, I see this part:

%% Check that the user selected a style guild.
\...@ifundefined{@StyleGuild}
 {...@latex@error{You must specify a style guild...@ehc}
 {}

I can't find any information on what a style guild is...  So I
don't really
understand how I can select a style guild or where.  Also, I don't
understand what's up with the "\begin{document} missing"
message - when I
click View > Source, and show the complete source, I can see
the line that
says \begin{document}.

Furthermore, if I try and add a "Chapter" or "Section", I get
an "Undefined
control sequence" error.  Where should this be defined - in
the .cls file?
In a style file?  In the .layout file?

Any help would be much appreciated.

 


What class is this?

rh






Re: Specifying a Style Guild?

2009-03-09 Thread rgheck

charles reid wrote:

Hi there -

I've applied a class file I downloaded to a document, and I can apply it
OK.  However, when I click the "Make PDF" button, I get two errors:
1) LaTeX Error: You must specify a style guild
2) LaTeX Error: Missing \begin{document}

In the .cls file, I see this part:

%% Check that the user selected a style guild.
\...@ifundefined{@StyleGuild}
  {...@latex@error{You must specify a style guild...@ehc}
  {}

I can't find any information on what a style guild is...  So I don't really
understand how I can select a style guild or where.  Also, I don't
understand what's up with the "\begin{document} missing" message - when I
click View > Source, and show the complete source, I can see the line that
says \begin{document}.

Furthermore, if I try and add a "Chapter" or "Section", I get an "Undefined
control sequence" error.  Where should this be defined - in the .cls file?
In a style file?  In the .layout file?

Any help would be much appreciated.

  

What class is this?

rh



Specifying a Style Guild?

2009-03-09 Thread charles reid
Hi there -

I've applied a class file I downloaded to a document, and I can apply it
OK.  However, when I click the "Make PDF" button, I get two errors:
1) LaTeX Error: You must specify a style guild
2) LaTeX Error: Missing \begin{document}

In the .cls file, I see this part:

%% Check that the user selected a style guild.
\...@ifundefined{@StyleGuild}
  {...@latex@error{You must specify a style guild...@ehc}
  {}

I can't find any information on what a style guild is...  So I don't really
understand how I can select a style guild or where.  Also, I don't
understand what's up with the "\begin{document} missing" message - when I
click View > Source, and show the complete source, I can see the line that
says \begin{document}.

Furthermore, if I try and add a "Chapter" or "Section", I get an "Undefined
control sequence" error.  Where should this be defined - in the .cls file?
In a style file?  In the .layout file?

Any help would be much appreciated.


Charles