[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need advice on math inside @tex ... @end tex
From: |
Stepan Kasal |
Subject: |
Re: Need advice on math inside @tex ... @end tex |
Date: |
Thu, 8 May 2003 14:39:37 +0200 |
User-agent: |
Mutt/1.2.5.1i |
Hello,
On Wed, May 07, 2003 at 07:01:44PM +0200, Mats Carlsson wrote:
> @tex
> $$
> \begin{array}{l}
...
as explained before, the problem is not that \begin is ``redefined,''
the whole huge LaTeX is not there. TeXinfo is built over good old
plainTeX. See eg. The TeXbook for more info how to use it.
As an example, a plain TeX equivalent of the code you posted follows:
$$
\vbox{
\hbox{$a = \min(S_1,\ldots,S_n)$}
\medskip
\hbox{$b = \max(S_1+D_1,\ldots,S_n+D_n)$}
\medskip
\hbox{$R_{ij} = \cases{ R_j, &if $S_j \leq i < S_j+D_j$\cr
0, &otherwise}$}
}
$$
HTH,
Stepan Kasal