From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Two questions about latex export Date: Mon, 27 Apr 2009 12:34:36 -0500 Message-ID: <49F5ECAC.4040700@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyUjI-0000Jn-4B for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 13:34:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyUjC-0000FU-Ar for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 13:34:54 -0400 Received: from [199.232.76.173] (port=51411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyUjC-0000FP-4Q for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 13:34:50 -0400 Received: from outbound-mail-06.bluehost.com ([69.89.17.206]:57434) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LyUjB-0001GN-Ea for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 13:34:49 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 1. I am making a table of conditional probabilities. This means the table headers look like this: p(e|\omega), for example. The vbar in the header confuses orgmode. It thinks that's a column-delimiter. Adding a prefix \ does not help. Is there a work around? For the moment I put \newcommand{\vbar}{|} in a latex block and use \vbar in place of |. Works, but makes the table a little less readable than I'd like. more importantly: 2. I put an eqnarray* environment in my org file. The equation breaks across multiple lines so it looks like this: \begin{eqnarray*} x &=& blah blah blah \\ &=& blah blah blah \\ &=& blah blah blah \\ \end{eqnarray*} org-mode quotes (backslashes) the &=& so they don't get interpreted correctly. Is there something I can do to keep that from happening? thanks! Robert