emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Big curly bracket


From: Nick Dokos
Subject: Re: [Orgmode] Big curly bracket
Date: Tue, 08 Dec 2009 12:51:04 -0500

[This is OT for this list - comp.text.tex is a better venue.  Otoh, the
 reference might be useful to some people here - but unless org-mode
 content can be added, let's make this the end of the thread. Thanks.]

I don't know anything about the gathered environment, but the standard
solutions are the ones that Olivier Schwander suggested. In your case, the
array solution looks like this:

,----
| \documentclass{article}
| 
| \usepackage{amsmath}
| 
| \begin{document}
| \[
|     \phi_{sum}(g1))(\bot) = (\phi_{sum}(g2))(\bot) = \left\{
|       \begin{array}{rl}
|         1 & \text{if } x < 0 \\
|         \bot & \text{otherwise}
|       \end{array}
|     \right.
| \]
| \end{document}
`----

This can be found in the published books, but also in the online
"(Not so) Short Introduction to LaTeX" by Tobias Oetiker et al., p.58.
The URL is

   http://www.tex.ac.uk/tex-archive/info/lshort/english/lshort.pdf

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]