From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16864 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: \def\vec#1 Date: Sun, 31 Oct 2004 12:12:14 -0800 Message-ID: <3.0.5.32.20041031121214.008e0300@mail.northcoast.com> References: <3.0.5.32.20041031114951.008dede0@mail.northcoast.com> <3.0.5.32.20041031114951.008dede0@mail.northcoast.com> <1F5EC19E-2B77-11D9-A68F-0003934F9514@indiana.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1099253964 21900 80.91.229.6 (31 Oct 2004 20:19:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 20:19:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 31 21:19:12 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COMAS-0001EI-00 for ; Sun, 31 Oct 2004 21:19:12 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8E18412796; Sun, 31 Oct 2004 21:19:12 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04813-04; Sun, 31 Oct 2004 21:19:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4C41312780; Sun, 31 Oct 2004 21:15:48 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5241212780 for ; Sun, 31 Oct 2004 21:15:47 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04812-04-2 for ; Sun, 31 Oct 2004 21:15:46 +0100 (CET) Original-Received: from smtp.inreach.com (unknown [209.142.2.34]) by ronja.ntg.nl (Postfix) with SMTP id 9610A1277B for ; Sun, 31 Oct 2004 21:15:46 +0100 (CET) Original-Received: (qmail 32035 invoked from network); 31 Oct 2004 20:17:09 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.15.177) by smtp.inreach.com with SMTP; 31 Oct 2004 20:17:09 -0000 X-Sender: darnold@mail.northcoast.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: mailing list for ConTeXt users In-Reply-To: <1F5EC19E-2B77-11D9-A68F-0003934F9514@indiana.edu> Original-References: <3.0.5.32.20041031114951.008dede0@mail.northcoast.com> <3.0.5.32.20041031114951.008dede0@mail.northcoast.com> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16864 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16864 Matthias, Of course! Thanks. >\def\vec#1{{\bf #1}} > >Matthias