I know how to nest environments so that I can use enumerate inside another
environment in order to produce something looking like:

-----
Theorem. The following are equivalent:
   1. First statement.
   2. Second statement.
-----

My question is: how can I produce

-----
Theorem.   1. First statement.
   2. Second statement.
-----

The only way I could get it was to insert an empty note after the
"Theorem", then newline, start the enumerate and finally nest it.
Is there a "cleaner" way?

I couldn't find anything relevant on lyx manuals.
Moreover, how can I produce the following?

-----
Theorem.
   1. First statement.
   2. Second statement.
-----

For this I couldn't find a workaround.

Thank you

Reply via email to