From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80307 Path: news.gmane.org!not-for-mail From: Zenlima Newsgroups: gmane.comp.tex.context Subject: setupformulas reset not working Date: Thu, 17 Jan 2013 21:48:17 +0100 Message-ID: <20130117214817.22a69bcd@zenlima.eu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358455705 3754 80.91.229.3 (17 Jan 2013 20:48:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2013 20:48:25 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 17 21:48:44 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvwOA-00079R-FV for gctc-ntg-context-518@m.gmane.org; Thu, 17 Jan 2013 21:48:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 93DE7101E9; Thu, 17 Jan 2013 21:48:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id L1+amMhY6Qw2; Thu, 17 Jan 2013 21:48:24 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 0163E101E5; Thu, 17 Jan 2013 21:48:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4D2F2101E5 for ; Thu, 17 Jan 2013 21:48:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MqgOv-JbqKzU for ; Thu, 17 Jan 2013 21:48:21 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 4C59C101E2 for ; Thu, 17 Jan 2013 21:48:21 +0100 (CET) Original-Received: from outgoing.selfhost.de (out.selfhost.de [82.98.82.95]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r0HKmKQL020834 for ; Thu, 17 Jan 2013 21:48:20 +0100 Original-Received: (qmail 12355 invoked from network); 17 Jan 2013 20:48:19 -0000 Original-Received: from unknown (HELO zenlima.eu) (post@zenlima.eu@31.18.179.213) by mailout.selfhost.de with ESMTPA; 17 Jan 2013 20:48:19 -0000 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) X-Bayes-Prob: 0.0394 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=82.98.82.95; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TIN8MkuI - 2d91d0fa5f8e - 20130117 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:80307 Archived-At: Hi, In my work I have standalone formulas and formulas inside a paragraph (see idea of module pararef). For standalone formulas the default settings are ok. But for the formuals inside the paragraphs I need to change the afer- and beforespaces. So I have to change the spaces before and after a formula often. Unlucky \startformula[spacebefore=...,spaceafter=...] is not working. So I try to achieve it via the "big" setup function: \setupformulas[spacebefore=...,spaceafter=...] - not nice but it works (except that "strange" space \formulaparameter). But now after that paragraph I want to reset the spaces of setupformulas. In the file strc-math.mkiv says that the spaces are defined like this: ... c!spacebefore=\v!big, \c!spaceafter=\formulaparameter\c!spacebefore, ... So I tried after \stopformula to reset the spaces with: \setupformulas[spacebefore=\v!big,spaceafter=\formulaparameter\c!spacebefore] and \setupformulas[spacebefore=\big,spaceafter=\formulaparameter\spacebefore] but both failed. Is there any possibility to reset the spaces of setupformulas? And what kind of space is \formulaparameter? H. ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________