Hans Kunkell wrote:
Thank you for your replies!
But in the example below from Stefano Baroni; if I write a \label{..}
and then referencing it from the text I get the section number
instead. Is it possible to correct?
Otherwise, since you write the form
1+1=2 (2), F=ma (3), A=bh (4)
is more common, how can I do that? I tried with minipages but the
equations kept coming on different lines.
By default, a minipage is as wide as the text line. You have to make all
of them
narrower, if you want to put them next to each other.
Right-click on each minipage in turn, you should get a dialog where you
may set the width. For three minipages, set each to 33% of line width
or even less. Smaller minipages let you get some white space between
them - you can fill this space with "horizontal fill".
Another way is to use the multicol package, and temporarily switch to
three columns. This require ERT though.
Helge Hafting