On  9.09.04, Luke Simon wrote:
> I am using the "article (elsevier)" document class, and I cannot for the
> life of me figure out how to have two separate "definition" environments
> one after the other. 

Its a common problem. The common hack is to have an empty Standard paragraph
inbetween. As LyX will normally close it, you have to put something in that
translates to nothing in LaTeX, e.g.
   * {} in ERT
   * a notice
   * % a comment in ERT
Or use the Comment style (M-a Shift-C with my bindings) and write something.

This is also in the user manual under Help - no need to go to the net.
(Developers: should we mention it in the FAQ?)

You can even define a Environment-Separator Style in a *.layout file. (Have
a look at Help>Customization to learn about defining styles.)

# Environment Separator
Style Separator
  CopyStyle     Standard
  KeepEmpty         1
  NextNoIndent      1
  Margin        First_Dynamic
  LabelType     Centered_Top_Environment
  LabelString   "________________    environment separator    ___________________"
  LabelFont 
    Family      Roman
    Shape       Italic
    Color       blue
  EndFont
End




-- 
G.Milde web.de

Reply via email to