Search found 2 matches

by Itai
Sun Jan 01, 2012 10:54 pm
Forum: LyX
Topic: Cross-reference to another LyX Document
Replies: 3
Views: 4005

Cross-reference to another LyX Document

How to cross-reference definitions and theorems defined in another, independent LyX document, so that any change in the item numbering in the referenced document is automatically reflected in the referencing one?

Thanks.
by Itai
Sun Jan 01, 2012 10:50 pm
Forum: LyX
Topic: Numbering a nested Theorem
Replies: 0
Views: 1305

Numbering a nested Theorem

How to accomplish the following output under the amsart document class (AMS Article)? Note the hierarchical numbering of the nested theorem.

Theorem 1: If x=2, x^3=8.
Proof: Let x=2.

Claim 1.1: For all x and all natural numbers n, x^n = x*x*...*x (n times).
Proof: By induction. QED

(Theorem 1's ...