From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Duck Newsgroups: gmane.emacs.help Subject: Re: help with calc (TeX-language-mode) Date: Tue, 15 Feb 2005 09:21:48 +0100 Message-ID: <86k6pai677.fsf@oumu.localdomain> References: <87hdkepdvy.fsf@vh213602.truman.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108457476 23909 80.91.229.2 (15 Feb 2005 08:51:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 08:51:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 15 09:51:15 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0yQC-0003QD-Lg for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 09:51:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0yfu-0000RY-0J for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 04:07:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0yVv-0006Qm-7J for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 03:57:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0yVq-0006O8-RV for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 03:56:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0yVm-0006Ar-O3 for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 03:56:51 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D0xyI-0004OC-B8 for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 03:22:14 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D0xvn-00076a-D7 for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 09:19:39 +0100 Original-Received: from dsl-213-023-226-249.arcor-ip.net ([213.23.226.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 09:19:39 +0100 Original-Received: from duck by dsl-213-023-226-249.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 09:19:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-213-023-226-249.arcor-ip.net Cancel-Lock: sha1:MZS4UNkZ4bX826UOmYceF/weXUI= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24097 Jay Belanger writes: > You want the # to match more than one item. If you want it to work > with different sized matrices, try > > "\\aidmatrix{" { { # }*, }*; ) := #1 That's perfect, thanks! Why didn't _I_ think of that? :( bye, Adam.