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=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_EF,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 90015221A9 for ; Tue, 4 Feb 2025 12:05:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id AF5B1485381 for ; Tue, 4 Feb 2025 12:04:09 +0100 (CET) Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=ntg.nl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntg.nl; h= content-transfer-encoding:content-type:content-type :list-unsubscribe:list-subscribe:list-post:list-owner:list-help :list-archive:archived-at:list-id:subject:subject:reply-to :precedence:from:from:content-language:user-agent:mime-version :date:date:message-id:received:received:received:received :received:received; s=cgl; t=1738667049; x=1741259050; bh=SVp9yH N/MBpL+H9PLklxJvJ+qaKFHfJjmL/5JFdv9fw=; b=SbsOM6jSZ7Jjr/iKhHWx/O VC60S18U5N/YFYH/nymefZl887yXplMCjQv7M/IYcCjLz6L1UIqm/OPLVlKNv+1N AzT9toYuwDxXuGiMCyI6a3o+nLpjqNsT/HtCInTXDN5IFq3DtLm7IVTx5brYaZqM OxJLeub33d/lu0zw0td5E= 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 iKgipNHHZL9s for ; Tue, 4 Feb 2025 12:04:09 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 5EE964851BC for ; Tue, 4 Feb 2025 12:02:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 5F281485046 for ; Tue, 4 Feb 2025 12:02:03 +0100 (CET) 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 j48IHdNTZwzd for ; Tue, 4 Feb 2025 12:02:03 +0100 (CET) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=92.246.214.16; helo=mail.surgu.ru; envelope-from=davidov_ka@edu.surgu.ru; receiver= Received: from mail.surgu.ru (mx.surgu.ru [92.246.214.16]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cgl.ntg.nl (Postfix) with ESMTPS id E4029485021 for ; Tue, 4 Feb 2025 12:02:02 +0100 (CET) Received: from [192.168.102.122] (unknown [31.173.100.200]) by mail.surgu.ru (Postfix) with ESMTPSA id 00CBA26E0AE0 for ; Tue, 4 Feb 2025 16:02:00 +0500 (+05) Message-ID: Date: Tue, 4 Feb 2025 16:01:58 +0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: ntg-context@ntg.nl From: Kirill Davidov Message-ID-Hash: SWAB2QR2KMC7UVW6EHK4KDJUQWRUIRAC X-Message-ID-Hash: SWAB2QR2KMC7UVW6EHK4KDJUQWRUIRAC X-MailFrom: davidov_ka@edu.surgu.ru 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.9 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] Indenting the bullet in an itemize 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"; format="flowed" Content-Transfer-Encoding: 7bit Hello, I am trying to make an `intext` itemize list that has each item's first line, bullet included, indented just like the text. I can't seem to figure out which setting would allow me to do it. Is it possible? MWE: \setupindenting[yes, 2em, first] \setupitemgroup[itemize][intext] \startdocument \input lorem \startitemize \startitem \input lorem \stopitem \stopitemize \stopdocument ___________________________________________________________________________________ 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 ___________________________________________________________________________________