Changes

Jump to navigation Jump to search
712 bytes added ,  00:14, 13 September 2005
no edit summary
==About Me==
 
My name is Brooks Moses; I am from Stanford, California, USA.
My main TeX interest is typesetting mathematics and creating figures -- I am a graduate student in mechanical engineering, and will be writing my thesis in either ConTeXt or LaTeX. I have been posting on the [news:comp.text.tex comp.text.tex] newsgroup for a year or so, and have recently joined the ConTeXt mailing list. My main contribution to the TeX world so far has been the [http://www.ctan.org/tex-archive/graphics/metaplot/?filename=graphics/metaplot/ MetaPlot] package for MetaPost.
--[[User:Brooks|Brooks]] 3 Aug 2004
 
=My Personal Sandbox=
 
Here are some things that I'm playing with, and wanted to keep around to refer to later, but didn't really have a place to put on the "real" pages.
 
==Some Math==
 
===Cases===
 
Two ways to do cases in ConTeXt.
 
<context>
\placeformula
\startformula
P_{r-j} =
\left\lbrace
\matrix{
0 \hfill& \text{if $r-j$ is odd,} \hfill\cr
r!(-1)^{(r-j)/2} \hfill& \text{if $r-j$ is even.} \hfill\cr
}
\right.
\stopformula
 
\placeformula
\startformula
P_{r-j} =
\cases{
0 & if $r-j$ is odd,\cr
r!(-1)^{(r-j)/2} & if $r-j$ is even.\cr
}
\stopformula
</context>
 
===Empty Section===
(for easy editing)

Navigation menu