On Thu, Oct 28, 2004 at 05:13:10PM -0500, Laura Holt
wrote:> Hi R users!
>
> I have a Latex Question:
>
> When I use the following:
>
> \begin{eqnarray*}
> F(x) & = & -\lambda e^{-\lambda t} \mid_{0}^{x}
> \end{eqnarray*}
> the output looks ok.
> But I would like the limits of integration line to be longer, if possible.
> Does anyone have any suggestions, please?
1. \usepackage{amsmath}, use equation* + split instead of eqnarray*.
2. Look for \lvert, \lVert, \bigl, \Bigl, etc, e.g.
\begin{equation*}
\begin{split}
F(x) & = -\lambda e^{-\lambda t} \biggl\lvert_{0}^{x}
.......
\end{split}
\end{equation*}
3. Join a latex mailing list?
G??ran
--
G??ran Brostr??m tel: +46 90 786 5223
Department of Statistics fax: +46 90 786 6614
Ume?? University http://www.stat.umu.se/egna/gb/
SE-90187 Ume??, Sweden e-mail: gb at stat.umu.se