Are there some way in lyx to create math definitions like the third line
below:

1. This is a section

1.2 This is a subsection

Definition 9.1 if ....


In normal latex I added this to the preample:

\usepackage{amsthm}
\newtheorem{thm}{theorem}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}

and in my .tex fil I did:

\begin{defn} If ....\end{defn}

But is there a smarter way for this in LyX?
-- 
View this message in context: 
http://www.nabble.com/Creating-math-defintions--tp16077760p16077760.html
Sent from the LyX - Users mailing list archive at Nabble.com.

Reply via email to