From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: align.el Date: Tue, 18 Feb 2003 20:46:56 -0600 (CST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1045622874 18194 80.91.224.249 (19 Feb 2003 02:47:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2003 02:47:54 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lKH2-0004jJ-00 for ; Wed, 19 Feb 2003 03:47:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lKGR-0000ne-06 for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Feb 2003 21:47:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18lKGB-0000iZ-00 for help-gnu-emacs@gnu.org; Tue, 18 Feb 2003 21:46:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18lKGA-0000gs-00 for help-gnu-emacs@gnu.org; Tue, 18 Feb 2003 21:46:58 -0500 Original-Received: from dell3.ma.utexas.edu ([146.6.139.124]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lKG9-0000go-00 for help-gnu-emacs@gnu.org; Tue, 18 Feb 2003 21:46:58 -0500 Original-Received: from linux53.ma.utexas.edu (jcorneli@linux53.ma.utexas.edu [146.6.139.18]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id h1J2kuV07839 for ; Tue, 18 Feb 2003 20:46:56 -0600 X-Sender: jcorneli@linux53.ma.utexas.edu Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6863 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6863 I tried align.el and have a mixed review. An example should speak for itself: Input: \left(\begin{array}{ccc} \alpha & a & \beta + \gamma \\ \mu & c & \delta \\ \theta & \xi & \omega \\ \end{array}\right) Output: \left(\begin{array}{ccc} \alpha & a & \beta + \gamma \\ \mu & c & \delta \\ \theta & \xi & \omega \\ \end{array}\right) A considerable improvement -- but still leaves something to be desired. Time to look at the code, eh? Joe