[R][OT] Latex Integration question
Göran Broström
gb at stat.umu.se
Fri Oct 29 09:16:05 CEST 2004
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
More information about the R-help
mailing list