From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14543 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: endnotes: ! Dimension too large. ?? (another problem) Date: Thu, 15 Jan 2004 16:41:37 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040115163952.030ecec0@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1074181402 4640 80.91.224.253 (15 Jan 2004 15:43:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 15:43:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 15 16:43:10 2004 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 1Ah9eH-0001IW-00 for ; Thu, 15 Jan 2004 16:43:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CFDBE10B31; Thu, 15 Jan 2004 16:42:21 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id D456D10B21 for ; Thu, 15 Jan 2004 16:41:53 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0FFgUv31739 for ; Thu, 15 Jan 2004 16:42:30 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 604DB17B47; Thu, 15 Jan 2004 16:42:36 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id AA49C17B14 for ; Thu, 15 Jan 2004 15:42:34 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: 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:14543 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14543 At 13:27 15/01/2004, you wrote: >Ah OK. > >But as far as I see the "command=" overwrites other possible settings like >margin etc. > >Do I have to include these descriptions in \MyNoteList in a more TeX way? > >For example: >How do I set the notes with size 10pt, interlinespace 11pt, a margin 2cm >and after space \blank? > > >Maybe you could give me an example for the code needed here? you can feed it into a description, like: \definedescription[WhatANote] and then use \startWhatANote{#1}#2\stopWhatANote in the macro. You can configure the description like footnotes (actuall a fn is a description) Hans