From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44307 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: Descriptions ... I wish I understood them Date: Thu, 25 Sep 2008 15:53:24 +0200 Message-ID: <09B28A9E-453A-4144-A6B8-045FCBE67D68@gmail.com> References: <6faad9f00809241145x27453f17uc2d87461c3ae2c4b@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1222350929 31572 80.91.229.12 (25 Sep 2008 13:55:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 13:55:29 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 25 15:56:16 2008 connect(): Connection refused Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KirKH-0000g9-8Z for gctc-ntg-context-518@m.gmane.org; Thu, 25 Sep 2008 15:56:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7BB441FE4C; Thu, 25 Sep 2008 15:55:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27247-02-3; Thu, 25 Sep 2008 15:54:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 49A181FDDB; Thu, 25 Sep 2008 15:54:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D40F1FDDB for ; Thu, 25 Sep 2008 15:54:08 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28459-01-2 for ; Thu, 25 Sep 2008 15:53:35 +0200 (CEST) Original-Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by ronja.ntg.nl (Postfix) with ESMTP id 707301FCC6 for ; Thu, 25 Sep 2008 15:53:35 +0200 (CEST) Original-Received: by mu-out-0910.google.com with SMTP id w9so360926mue.4 for ; Thu, 25 Sep 2008 06:53:34 -0700 (PDT) Original-Received: by 10.181.16.6 with SMTP id t6mr582554bki.81.1222350814733; Thu, 25 Sep 2008 06:53:34 -0700 (PDT) Original-Received: from ?192.168.1.20? ( [77.192.218.73]) by mx.google.com with ESMTPS id d4sm1097217fga.5.2008.09.25.06.53.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Sep 2008 06:53:27 -0700 (PDT) In-Reply-To: <6faad9f00809241145x27453f17uc2d87461c3ae2c4b@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:44307 Archived-At: On 24 sept. 08, at 20:45, Mojca Miklavec wrote: > Hello, > > I have some weird problems with descriptions, but let's start at the > beginning. (I have more problems with understanding how they work, but > more about the rest later.) > > 1.) How do I get some space between "title" and "abc"? (I currently > put the space there manually.) If I set distance=3D1em, weird things > start happening. Hi Mojca, I wish too=85 At some point some years ago, I used descriptions such as yours and = the only way I could solve the problem of your "abc" too clsoe to "title" was to = put an empty {}: \definedescription [ma] [headstyle=3Dbold, style=3Ditalic, align=3Dleft, location=3Dleft, width=3Dfit, distance=3D0pt, margin=3D0pt, hang=3D2, indenting=3Dnever] \starttext \input tufte \startma[Thm]{Conjecture 1}{} abc. \input knuth \stopma \input tufte \blank As mentioned in \in {}[Thm], we can show that\dots \stoptext > > 2.) What exactly does "hang=3D1" do? I have no idea what it does there, > but that was the only way to get the desired result, else everything > gets indented. width=3Dfit makes problems. With width=3D5cm everything is > OK. > the "hang" parameter is the number of lines which are hang-indenting = after the beginning of the description; however "hang=3D0" means that all the description is hang-indenting. Best regards: OK > \definedescription > [ma] > [headstyle=3Dbold, > style=3Ditalic, > align=3Dleft, > location=3Dleft, > width=3Dfit, > distance=3D0pt, > margin=3D0pt, > hang=3D1, > indenting=3Dnever, > ] > \starttext > > \input tufte > > \startma{title} abc. \input tufte > \stopma > > \input tufte > > \stoptext > > Thanks a lot, > Mojca > _________________________________________________________________________= __________ > 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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________