From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13489 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: \let \def \relax ? Date: Thu, 25 Sep 2003 09:02:13 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1064473737 25765 80.91.224.253 (25 Sep 2003 07:08:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 07:08:57 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 25 09:08:55 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2QFD-0001hI-00 for ; Thu, 25 Sep 2003 09:08:55 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3AC1A10B1C; Thu, 25 Sep 2003 09:08:53 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id C195910ABB for ; Thu, 25 Sep 2003 09:02:35 +0200 (MEST) Original-Received: (qmail 7532 invoked from network); 25 Sep 2003 07:02:33 -0000 Original-Received: from unknown (HELO [217.184.14.239]) (291610@[217.184.14.239]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 25 Sep 2003 07:02:33 -0000 X-Sender: 291610@pop3.estfiles.de Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13489 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13489 Hi, for reasons of consistency I'd like to define a kind of master-line. So I have everywhere the same proportions even when changing this master value. My idea was \def\MyGrid{15pt} and to use it for example like width=1.5\MyGrid But this doesn't work (error massage mentions problem with units). What is the right syntax for definitions like this? Steffen P.S. I'd like to use it in ConTeXt, but I guess this way of defining is pure TeX, right?