From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremiah Via Subject: Mathematical Pseudocode in Source Block Date: Wed, 11 Aug 2010 12:47:28 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60811 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjHGs-0004Wt-Fx for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 15:47:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjHGr-00032Z-CI for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 15:47:30 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:52044) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjHGr-00032K-9M for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 15:47:29 -0400 Received: by gxk4 with SMTP id 4so202076gxk.0 for ; Wed, 11 Aug 2010 12:47:28 -0700 (PDT) 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 Hi there, I was wondering if there was any way to make the source blocks work with LaTeX formulas. I wanted to use it for some pesudocode; for example: while not converged for each state i \( U^{'}_i = r_i + \underset{a}{argmax} \sum{Pa_{ij}U_j} \) \( U_i \rightarrow U^{'}_i \) end for end while If a source block isn't possible, is there at least a way to get a textbox around it? Thank you -- Jeremiah M. Via School of Computer Science University of Birmingham