From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from cgl.ntg.nl (Cgl.ntg.nl [5.39.185.202]) by inbox.vuxu.org (Postfix) with ESMTP id 0EF602560D for ; Thu, 25 Apr 2024 11:46:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 05EB148446A for ; Thu, 25 Apr 2024 11:45:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=hongfeng.ch Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fFIIQBNnbdc8 for ; Thu, 25 Apr 2024 11:45:03 +0200 (CEST) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 254AB483F69 for ; Thu, 25 Apr 2024 11:43:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 7DE16483DA7 for ; Thu, 25 Apr 2024 11:43:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v99i8_v6fEQK for ; Thu, 25 Apr 2024 11:43:31 +0200 (CEST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=135.181.108.232; helo=bar.maik.li; envelope-from=hf@hongfeng.ch; receiver= Received: from bar.maik.li (bar.maik.li [135.181.108.232]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA512) (No client certificate requested) by cgl.ntg.nl (Postfix) with ESMTPS id D65DC483CE5 for ; Thu, 25 Apr 2024 11:43:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hongfeng.ch; s=bar_dkim; t=1714038209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:references; bh=qxtU+RzLBWI3ZujoNMpQHzg77bxcTeLnw87c2mFVo94=; b=pUj8u/1pG1WX4vCmQGoZPYkcKMFfdSIp7fCoIicj/755KgWDLU2io+9pd7aYZRIuhF2hW1 F8wm+B1+x/3mawVjmlEDv1qrsKQcMYu0oLkWMk3gFLAtu2HDe8X56Q2qeFO+DvnIUJ02tx Sl40snzlNYtb/tpdpX0it4envSBUbKc= Received: from webmail.maik.li (static.157.188.21.65.clients.your-server.de [65.21.188.157]) by mail.maik.li (OpenSMTPD) with ESMTPSA id 0b445f43 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 25 Apr 2024 11:43:28 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 25 Apr 2024 09:43:28 +0000 From: hf@hongfeng.ch Message-ID: <7525b3e72ae842bb66bac1b10866769d1da0bd24@hongfeng.ch> To: "mailing list for ConTeXt users" References: undefined undefined Message-ID-Hash: VIUOTZ6UBAGYNUX5FHK4MH7EGRDPSZCE X-Message-ID-Hash: VIUOTZ6UBAGYNUX5FHK4MH7EGRDPSZCE X-MailFrom: hf@hongfeng.ch X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] Re: which parameter is for adjust the distance between items in a list? List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit You are right. I shall change the parameter `inbetween` in `\setupitemize`. Regards, Hong April 25, 2024 at 4:54 PM, "Henning Hraban Ramm" wrote: > Am 25.04.24 um 10:46 schrieb hf@hongfeng.ch: > >> thank you. >> >> just tried, not worked out yet. >> >> Here it is my text: >> >> ``` >> >> setuplist[height=0] >> >> \startitemize[n] >> >> \item It's impossible --- don't waste my time. >> >> \item It's possible, but not worth doing. >> >> \item I said it was a good ideal all along. >> >> \stopitemize >> >> ``` >> >> Now the distance between the items is equal to the blank space between paragraphs. >> >> I want to reduce it equal to the distance between the lines of a paragraph. > > You asked for a list, that is e.g. a table of contents (list of numbered items like sections or > floats). > > If you want to affect itemizations, use \setupitemize (same as \setupitemgroup[itemize]). > > https://wiki.contextgarden.net/Command/_setupitemgroup > > Besides, height is a different parameter. > > Hraban > > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl > > webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) > > archive : https://github.com/contextgarden/context > > wiki : https://wiki.contextgarden.net > > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________