From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iwwvCBT6xl+8NwAA0tVLHw (envelope-from ) for ; Wed, 02 Dec 2020 02:21:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mBuFAxT6xl9XDQAAbx9fmQ (envelope-from ) for ; Wed, 02 Dec 2020 02:21:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6679094043A for ; Wed, 2 Dec 2020 02:21:07 +0000 (UTC) Received: from localhost ([::1]:50068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkHlQ-0005ZS-JS for larch@yhetil.org; Tue, 01 Dec 2020 21:21:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkHjz-0005ZI-0X for emacs-orgmode@gnu.org; Tue, 01 Dec 2020 21:19:35 -0500 Received: from lxc-smtp.ens-lyon.fr ([140.77.167.80]:55200) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkHjw-0007vN-Rt for emacs-orgmode@gnu.org; Tue, 01 Dec 2020 21:19:34 -0500 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp.ens-lyon.fr (Postfix) with ESMTP id EA0A4266EE for ; Wed, 2 Dec 2020 03:19:27 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.11.0 (20160426) (Debian) at ens-lyon.fr Received: from lxc-smtp.ens-lyon.fr ([127.0.0.1]) by localhost (lxc-smtp.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Exs_s2QwNexV for ; Wed, 2 Dec 2020 03:19:27 +0100 (CET) Received: from Inspiron.Inspiron (lfbn-idf2-1-499-46.w86-246.abo.wanadoo.fr [86.246.200.46]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by lxc-smtp.ens-lyon.fr (Postfix) with ESMTPSA id DB168266E3 for ; Wed, 2 Dec 2020 03:19:27 +0100 (CET) From: Firmin Martin To: emacs-orgmode@gnu.org Subject: Bug: LaTeX inline maths expression \(+\) wrongly toggles strike-through face Date: Wed, 02 Dec 2020 03:19:27 +0100 Message-ID: <87zh2x2bm8.fsf@ens-lyon.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=140.77.167.80; envelope-from=firmin.martin@ens-lyon.fr; helo=lxc-smtp.ens-lyon.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.28 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 6679094043A X-Spam-Score: -0.28 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: 0ZxGBRYR33XE Consider the following lines: - $+$ foobar $+$ - \[+\] foobar \[+\] - $$+$$ foobar $$+$$ - \(+\) foobar \(+\) Each of them is correct LaTeX inline/display maths expressions, but only the last one toggles strike-through face when it shouldn't. Emacs : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-10-16 Package: Org mode version 9.4 (9.4-53-gc97446-elpa) Best, Firmin Martin