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.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE 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 8AC8322203 for ; Thu, 7 Mar 2024 19:54:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id DF2EE4840E7 for ; Thu, 7 Mar 2024 19:52:45 +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 nkVVQKim_XvY for ; Thu, 7 Mar 2024 19:52:45 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id C3FC148437D for ; Thu, 7 Mar 2024 19:51:57 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id BC6A74841E6 for ; Thu, 7 Mar 2024 19:51:31 +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 OBaBSYVqtkdN for ; Thu, 7 Mar 2024 19:51:31 +0100 (CET) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=166.84.1.75; helo=l2mail1.panix.com; envelope-from=context@rik.users.panix.com; receiver= X-Greylist: delayed 918 seconds by postgrey-1.36 at cgl.ntg.nl; Thu, 07 Mar 2024 19:51:31 CET Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) (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 3ED4A4841E4 for ; Thu, 7 Mar 2024 19:51:30 +0100 (CET) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (1024 bits) server-digest SHA256) (No client certificate requested) by l2mail1.panix.com (Postfix) with ESMTPS id 4TrJ0Y1667zDQc for ; Thu, 7 Mar 2024 13:36:13 -0500 (EST) Received: from [192.168.5.71] (024-194-002-237.res.spectrum.com [24.194.2.237]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4TrJ0W3GYpz4JKx for ; Thu, 7 Mar 2024 13:36:11 -0500 (EST) Message-ID: <7415aada-a65d-4613-b4ce-02e4792dad9c@rik.users.panix.com> Date: Thu, 7 Mar 2024 13:36:10 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: ntg-context@ntg.nl Content-Language: en-US From: Rik Kabel Message-ID-Hash: JVBM2ABOR672BOQP3DOGIW3IXJGZJYP3 X-Message-ID-Hash: JVBM2ABOR672BOQP3DOGIW3IXJGZJYP3 X-MailFrom: ConTeXt@rik.users.panix.com 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] Font version parse question List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: multipart/mixed; boundary="===============3633665143389052803==" This is a multi-part message in MIME format. --===============3633665143389052803== Content-Type: multipart/alternative; boundary="------------76hcTBq0HljqckBzhKIMUjtR" Content-Language: en-US This is a multi-part message in MIME format. --------------76hcTBq0HljqckBzhKIMUjtR Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hello all, The font tweak file libertinus_math.lfg tests for a font version of *7.040*, but the result of the version parse is *7.040;RELEASE*, resulting in an error message. I do not know if this is the fault of the parser or of the font metadata. Changing the test in the .lfg file fixes the error, but that is not a long-term solution. The exact message I get in the log is: mathematics     > tweak > 'LibertinusMath-Regular', size 10, math size 0, version 'Version, 7.040;RELEASE' found, version 'Version 7.040' expected This is not a high-priority issue for me -- I have nothing in this document that would benefit -- but others may appreciate a fix. -- Rik --------------76hcTBq0HljqckBzhKIMUjtR Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hello all,

The font tweak file libertinus_math.lfg tests for a font version of 7.040, but the result of the version parse is 7.040;RELEASE, resulting in an error message. I do not know if this is the fault of the parser or of the font metadata. Changing the test in the .lfg file fixes the error, but that is not a long-term solution.

The exact message I get in the log is:

mathematics     > tweak > 'LibertinusMath-Regular', size 10, math size 0, version 'Version, 7.040;RELEASE' found, version 'Version 7.040' expected

This is not a high-priority issue for me -- I have nothing in this document that would benefit -- but others may appreciate a fix.

--
Rik

--------------76hcTBq0HljqckBzhKIMUjtR-- --===============3633665143389052803== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============3633665143389052803==--