From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/79640 Path: news.gmane.org!not-for-mail From: Andreas Mang Newsgroups: gmane.comp.tex.context Subject: problems with units Date: Thu, 29 Nov 2012 23:43:21 +0100 Message-ID: <736FF04E-8816-4868-B06F-1F41434CA0BE@imt.uni-luebeck.de> 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 1354229010 11087 80.91.229.3 (29 Nov 2012 22:43:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2012 22:43:30 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 29 23:43:42 2012 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 1TeCpY-0004xy-Ix for gctc-ntg-context-518@m.gmane.org; Thu, 29 Nov 2012 23:43:40 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 90D01102FC; Thu, 29 Nov 2012 23:43:28 +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 GlW9ODFSwbpA; Thu, 29 Nov 2012 23:43:25 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 1D574102ED; Thu, 29 Nov 2012 23:43:25 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0E166102ED for ; Thu, 29 Nov 2012 23:43:23 +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 EmhTEzmpeaJb for ; Thu, 29 Nov 2012 23:43:21 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 53DA8102EB for ; Thu, 29 Nov 2012 23:43:21 +0100 (CET) Original-Received: from ip1.rz.uni-luebeck.de (ip1.rz.uni-luebeck.de [141.83.100.71]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id qATMhKPo004917 for ; Thu, 29 Nov 2012 23:43:20 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EAPvjt1CNU3BB/2dsb2JhbABEgmy9GBZzgiU6UQE+Qh8HAQSIJAOdYaEykCBhA5JPk3aCcw Original-Received: from mail.imt.uni-luebeck.de ([141.83.112.65]) by ip1.rz.uni-luebeck.de with ESMTP; 29 Nov 2012 23:43:19 +0100 Original-Received: from mail.imt.uni-luebeck.de ([fe80::5194:66e8:27c3:6165]) by mail.imt.uni-luebeck.de ([fe80::5194:66e8:27c3:6165%10]) with mapi; Thu, 29 Nov 2012 23:43:19 +0100 Thread-Topic: problems with units Thread-Index: Ac3OguzydxR9NBYWS82iFYBRgC5tBQ== Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-DE X-Bayes-Prob: 0.3447 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.83.100.71; 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: 0NItyHkyG - a3d87caced95 - 20121129 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:79640 Archived-At: Hi there, I encountered some problems with the built in units command in MKIV. I provide a minimal example which should demonstrate my problems. Maybe I am doing something wrong... Cheers, Andreas %%%%%MINIMAL EXAMPLE%%%%% \setupbodyfont[pagella] \starttext % this is just my default setting - if I comment the next line I get the same behaviour \setupunits[method=3,order=reverse,separator=small] \unit{11,1e-1 micro mol per second} \par %no effect if I change the separator (holds also for cdot) $\unit{11,1e-1 micro mol per second}$ \par %wrong spacing \unit{11,1e-1 per second} \par % one over is not working (no unit displayed) \unit{11,1e-1 / second} \par % one over not working (no unit displayed) \stoptext %%%%%MINIMAL EXAMPLE%%%%% ___________________________________________________________________________________ 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 ___________________________________________________________________________________