2012/4/29 Jürgen Spitzmüller <[email protected]> > 2012/4/29 Cesko Voeten <[email protected]>: > > ! LaTeX Error: Command \example already defined. > > Or name \end... illegal, see p.192 of the manual. > > > > followed by a bunch more errors. > > I suspect the problem here is that the class you are using (paper.cls) > defines an example environment, and covington.sty tries to define > another one, which triggers the error. > > The easiest solution is to use another class (such as article). Do you > have to use paper.cls? > > Jürgen >
Ah, thank you! You are right - using a different document class fixes the problem :-) I really need to use the paper document class (I actually am writing a paper and the other classes kind of suck for my purposes), but losing the ability to use examples isn't worth it. Thanks for pointing me to the problem.
