On 05/27/2010 03:32 PM, Nikos Alexandris wrote:
Richard Heck wrote:
Hmm. If you look at View>Source (Complete Source), is there anything in
the preamble that might be loading a proof environment?
I guess so after seeing (below) the "ams..." stuff, right?
--%<--- head of complete source --%<---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
--->%--
LyX is adding these, then. Try something like:
Provides amsthm 1
Provides amsmath 1
That tells LyX it doesn't need to load these. Which precisely you need
LyX not to load will depend upon what tRES2e loads itself.
I think that tRES2e is an independent class. Does this mean the layout has to
build from scratch?
No, you can still start with article, since tRES2e defines mostly
article-like environments. The semantics doesn't matter so much as the
syntax.
Richard