GNU bug report logs - #27139
Inline math in "\(\)" pairs won't highlight in captions

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: auctex; Reported by: Hong Xu <hong@HIDDEN>; Keywords: wontfix; merged with #26630; Done: Arash Esbati <arash@HIDDEN>; Maintainer for auctex is bug-auctex@HIDDEN.
bug closed, send any further explanations to 27139 <at> debbugs.gnu.org and Hong Xu <hong@HIDDEN> Request was from Arash Esbati <arash@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
Added tag(s) wontfix. Request was from Arash Esbati <arash@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 27139 <at> debbugs.gnu.org:


Received: (at 27139) by debbugs.gnu.org; 3 Apr 2024 18:28:10 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 03 14:28:10 2024
Received: from localhost ([127.0.0.1]:59565 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rs5LG-0006wS-0p
	for submit <at> debbugs.gnu.org; Wed, 03 Apr 2024 14:28:10 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:39172)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <arash@HIDDEN>) id 1rs5LC-0006v6-Au
 for 27139 <at> debbugs.gnu.org; Wed, 03 Apr 2024 14:28:07 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <arash@HIDDEN>)
 id 1rs5L2-0003C7-6l; Wed, 03 Apr 2024 14:27:56 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To:
 From; bh=56s27+VrnZk5337mhA9FiJiole2K4Xy9qXJ/kEkw8NY=; b=DiD9G2Q+Hv+7qPY6VyiY
 FxrALzD7evm/oWLjFCPoFQQwX4YmZGQ7Qv2o1n/0+gtcp62BTeF35CRLeaN60Skt9poIPY3oLMeog
 CQUjxnVrAHBYWPbQaJkJnLEx9QxtsMa+3SAsAHfnq7n8F2RuP0Pjs1RNEOM6uzqBiSkfQoy8pPawp
 Gnm+Rrzu5169bMUI/D7zxW6aCOJqyMQOD1BpwB8pcYV9p1LmLQKEaJHSr7wZ39vTAGCnbGs8yuewg
 78QzUfHz7k1tbcR1SjU+VOQFKekcfc0CUfyTJXE8ZdG3BP5SPuPGgj+5RyCAOE7kokY/QVnImyo2v
 8g2nSEYr0uqNcQ==;
From: Arash Esbati <arash@HIDDEN>
To: Hong Xu <hong@HIDDEN>
Subject: Re: bug#27139: Inline math in "\(\)" pairs won't highlight in captions
In-Reply-To: <9b4a4c5a-922f-9fb4-0272-6f5fc4862b78@HIDDEN> (Hong Xu's
 message of "Tue, 30 May 2017 08:35:20 -0700")
References: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
 <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
 <9b4a4c5a-922f-9fb4-0272-6f5fc4862b78@HIDDEN>
Date: Wed, 03 Apr 2024 20:27:52 +0200
Message-ID: <m2r0fmfgif.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 27139
Cc: 27139 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Hong Xu <hong@HIDDEN> writes:

> On 05/30/2017 06:53 AM, Mos=C3=A8 Giordano wrote:
>> Hi!
>>=20
>> 2017-05-30 2:28 GMT+02:00 Hong Xu <hong@HIDDEN>:
>>> The following minimal example
>>>
>>> \documentclass{article}
>>>
>>> \begin{document}
>>> \begin{figure}
>>>   \centering
>>>   \caption{Math \(x=3Dy\) and $x=3Dy$.}
>>> \end{figure}
>>> \end{document}
>>>
>>> $x=3Dy$ is highlighted but \(x=3Dy\) is not. Perhaps both should be hig=
hlighted?
>>=20
>> Yes, I agree this is an inconsistent behavior, but you already
>> reported the issue one month ago:
>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26630  ;-)
>>=20
>
> Ooops, I forgot I did that...

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I vaguely remember that the LaTeX team once said that there is no
special need to use \(.\) instead of $.$ (I can't find the reference,
though), so we can presume that $.$ is used much more often.  Hence, I
don't think we will fix this inconsistency, and therefore I'm closing
this report.

Best, Arash




Information forwarded to bug-auctex@HIDDEN:
bug#27139; Package auctex. Full text available.

Message received at 27139 <at> debbugs.gnu.org:


Received: (at 27139) by debbugs.gnu.org; 30 May 2017 15:35:36 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue May 30 11:35:36 2017
Received: from localhost ([127.0.0.1]:45476 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1dFjBI-0000xe-Eq
	for submit <at> debbugs.gnu.org; Tue, 30 May 2017 11:35:36 -0400
Received: from sender-of-o51.zoho.com ([135.84.80.216]:21095)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <hong@HIDDEN>) id 1dFjBG-0000xU-AE
 for 27139 <at> debbugs.gnu.org; Tue, 30 May 2017 11:35:34 -0400
Received: from [192.168.88.88] (cpe-104-32-170-214.socal.res.rr.com
 [104.32.170.214]) by mx.zohomail.com
 with SMTPS id 1496158524683261.93684954570995;
 Tue, 30 May 2017 08:35:24 -0700 (PDT)
Subject: Re: bug#27139: Inline math in "\(\)" pairs won't highlight in captions
To: =?UTF-8?Q?Mos=c3=a8_Giordano?= <mose@HIDDEN>
References: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
 <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
From: Hong Xu <hong@HIDDEN>
Message-ID: <9b4a4c5a-922f-9fb4-0272-6f5fc4862b78@HIDDEN>
Date: Tue, 30 May 2017 08:35:20 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
Content-Type: multipart/signed; micalg=pgp-sha256;
 protocol="application/pgp-signature";
 boundary="m1aaN4NWiJH5qAG5EcMd8apbqwtMjkoMj"
X-Zoho-Virus-Status: 1
X-ZohoMailClient: External
X-Spam-Score: -2.8 (--)
X-Debbugs-Envelope-To: 27139
Cc: 27139 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.8 (--)

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--m1aaN4NWiJH5qAG5EcMd8apbqwtMjkoMj
Content-Type: multipart/mixed; boundary="6uF5P1lwaxsNsIG25Tk59rHWAcxCsw2f0";
 protected-headers="v1"
From: Hong Xu <hong@HIDDEN>
To: =?UTF-8?Q?Mos=c3=a8_Giordano?= <mose@HIDDEN>
Cc: 27139 <at> debbugs.gnu.org
Message-ID: <9b4a4c5a-922f-9fb4-0272-6f5fc4862b78@HIDDEN>
Subject: Re: bug#27139: Inline math in "\(\)" pairs won't highlight in
 captions
References: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
 <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
In-Reply-To: <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>

--6uF5P1lwaxsNsIG25Tk59rHWAcxCsw2f0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On 05/30/2017 06:53 AM, Mos=C3=A8 Giordano wrote:
> Hi!
>=20
> 2017-05-30 2:28 GMT+02:00 Hong Xu <hong@HIDDEN>:
>> The following minimal example
>>
>> \documentclass{article}
>>
>> \begin{document}
>> \begin{figure}
>>   \centering
>>   \caption{Math \(x=3Dy\) and $x=3Dy$.}
>> \end{figure}
>> \end{document}
>>
>> $x=3Dy$ is highlighted but \(x=3Dy\) is not. Perhaps both should be hi=
ghlighted?
>=20
> Yes, I agree this is an inconsistent behavior, but you already
> reported the issue one month ago:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26630  ;-)
>=20

Ooops, I forgot I did that...

Hong



--6uF5P1lwaxsNsIG25Tk59rHWAcxCsw2f0--

--m1aaN4NWiJH5qAG5EcMd8apbqwtMjkoMj
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEExhpJYaW1K1QSOB5eJmx9M4IvhHgFAlktkTsACgkQJmx9M4Iv
hHhs3g//UjB+aL2uv09TBzM72F1QIpUi1K35uVbUePCXU/YnUAcsdKW7JaONp//Q
HRWdkbh6BbOGDBQFgqv9X69tUFE6AkzYSm+GwjJTjLCHczL6JsMY6B3hYj44oys5
bep28/TkCGVrxFJzjRCf2LyIs6GP3F+cZiQOB5MDuSBN4mcRJKoU4bYUxnxLfIv+
9cCASvgXRsl/N6rleOuU2S3p5RXaZuMufIeeDJzhE05dUoQGc7g9jiED8nVgwWkx
uFoRZpSZO4lWlMEWqr01ecbF81+0mwL5tbPqt3j/AgV14iDteNNEEwPQj5Oik9l0
L9Z/u9kwSI4zBgFU83onU/ozeSCcU+Bbh3fkbD0JEe6ReSUTNry10S0/Z/2jKnkd
fPaN7JMrZOpfg+9Oi0wM92hxUz3yyVSwDSiRPw31YPEekl0mOAC6b+bgTQZb50mH
y3UYgW2B23+KAuny/jzbF7HdhE+WxOl0EuvPTmlJ2W7b1dlpT0een9Ad0q8SLyI1
32OHTpd68C6baUzDff5EkR8Rj/zahEGAkRno89fAQfE3iGpBsg+C8uKiCAFkcedw
tfDoUwfDK1FP4u/BZ4ZO93s8q7pVBTUTrSnryxuBYevSXKBGmblNv0Zd+h1nETJt
NdSL0xPdfnoF8lDu9U5EtcNhrH5cn8Ow+bugFO97Tt3DljKmi6g=
=kW5M
-----END PGP SIGNATURE-----

--m1aaN4NWiJH5qAG5EcMd8apbqwtMjkoMj--





Information forwarded to bug-auctex@HIDDEN:
bug#27139; Package auctex. Full text available.
Merged 26630 27139. Request was from mose@HIDDEN (Mosè Giordano) to control <at> debbugs.gnu.org. Full text available.

Message received at 27139 <at> debbugs.gnu.org:


Received: (at 27139) by debbugs.gnu.org; 30 May 2017 13:54:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue May 30 09:54:24 2017
Received: from localhost ([127.0.0.1]:44301 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1dFhbL-00032r-Vp
	for submit <at> debbugs.gnu.org; Tue, 30 May 2017 09:54:24 -0400
Received: from eggs.gnu.org ([208.118.235.92]:53222)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mose@HIDDEN>) id 1dFhbK-00032d-EN
 for 27139 <at> debbugs.gnu.org; Tue, 30 May 2017 09:54:22 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <mose@HIDDEN>) id 1dFhbC-0005gJ-9n
 for 27139 <at> debbugs.gnu.org; Tue, 30 May 2017 09:54:17 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: *
X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,RCVD_IN_SORBS_SPAM,
 RP_MATCHES_RCVD autolearn=disabled version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48854)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <mose@HIDDEN>)
 id 1dFhbC-0005gA-7S
 for 27139 <at> debbugs.gnu.org; Tue, 30 May 2017 09:54:14 -0400
Received: from mail-oi0-f51.google.com ([209.85.218.51]:35675)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128)
 (Exim 4.82) (envelope-from <mose@HIDDEN>) id 1dFhbB-0000TP-TS
 for 27139 <at> debbugs.gnu.org; Tue, 30 May 2017 09:54:14 -0400
Received: by mail-oi0-f51.google.com with SMTP id l18so111842224oig.2
 for <27139 <at> debbugs.gnu.org>; Tue, 30 May 2017 06:54:13 -0700 (PDT)
X-Gm-Message-State: AODbwcAkBol+QbyZ4RQSj82IhllAq2KiEyyMqvg6v1YuuAfv427w0NuM
 PEcpISzXqc09+cVy1yRUlY42swWKsw==
X-Received: by 10.202.206.193 with SMTP id e184mr8846707oig.91.1496152452715; 
 Tue, 30 May 2017 06:54:12 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.157.17.117 with HTTP; Tue, 30 May 2017 06:53:32 -0700 (PDT)
In-Reply-To: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
References: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
From: =?UTF-8?Q?Mos=C3=A8_Giordano?= <mose@HIDDEN>
Date: Tue, 30 May 2017 15:53:32 +0200
X-Gmail-Original-Message-ID: <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
Message-ID: <CAKtYQqQOPPwduQe7kLCiGQLevkyZbP7f=xd1K5b7T9b2=ng3FA@HIDDEN>
Subject: Re: bug#27139: Inline math in "\(\)" pairs won't highlight in captions
To: Hong Xu <hong@HIDDEN>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -4.5 (----)
X-Debbugs-Envelope-To: 27139
Cc: 27139 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -4.5 (----)

Hi!

2017-05-30 2:28 GMT+02:00 Hong Xu <hong@HIDDEN>:
> The following minimal example
>
> \documentclass{article}
>
> \begin{document}
> \begin{figure}
>   \centering
>   \caption{Math \(x=3Dy\) and $x=3Dy$.}
> \end{figure}
> \end{document}
>
> $x=3Dy$ is highlighted but \(x=3Dy\) is not. Perhaps both should be highl=
ighted?

Yes, I agree this is an inconsistent behavior, but you already
reported the issue one month ago:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26630  ;-)

Bye,
Mos=C3=A8




Information forwarded to bug-auctex@HIDDEN:
bug#27139; Package auctex. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 30 May 2017 00:28:43 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon May 29 20:28:43 2017
Received: from localhost ([127.0.0.1]:43953 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1dFV1f-0007aA-DB
	for submit <at> debbugs.gnu.org; Mon, 29 May 2017 20:28:43 -0400
Received: from eggs.gnu.org ([208.118.235.92]:40444)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <hong@HIDDEN>) id 1dFV1d-0007Zx-5u
 for submit <at> debbugs.gnu.org; Mon, 29 May 2017 20:28:41 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <hong@HIDDEN>) id 1dFV1X-00082p-3b
 for submit <at> debbugs.gnu.org; Mon, 29 May 2017 20:28:36 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled
 version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:45400)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <hong@HIDDEN>) id 1dFV1W-00082l-W0
 for submit <at> debbugs.gnu.org; Mon, 29 May 2017 20:28:35 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:59648)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <hong@HIDDEN>) id 1dFV1V-0001GC-MF
 for bug-auctex@HIDDEN; Mon, 29 May 2017 20:28:34 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <hong@HIDDEN>) id 1dFV1Q-00082Q-NY
 for bug-auctex@HIDDEN; Mon, 29 May 2017 20:28:33 -0400
Received: from sender-of-o52.zoho.com ([135.84.80.217]:21378)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <hong@HIDDEN>) id 1dFV1Q-00082K-FD
 for bug-auctex@HIDDEN; Mon, 29 May 2017 20:28:28 -0400
Received: from [192.168.88.88] (cpe-104-32-170-214.socal.res.rr.com
 [104.32.170.214]) by mx.zohomail.com
 with SMTPS id 1496104104310672.3078648211797;
 Mon, 29 May 2017 17:28:24 -0700 (PDT)
To: bug-auctex@HIDDEN
From: Hong Xu <hong@HIDDEN>
Subject: Inline math in "\(\)" pairs won't highlight in captions
Message-ID: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
Date: Mon, 29 May 2017 17:28:22 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
 protocol="application/pgp-signature";
 boundary="AMdsAVBPUmC15gMeDANkjDOutaCRsW1gX"
X-Zoho-Virus-Status: 1
X-ZohoMailClient: External
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy]
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -4.0 (----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -4.0 (----)

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--AMdsAVBPUmC15gMeDANkjDOutaCRsW1gX
Content-Type: multipart/mixed; boundary="WiniCX0m5K15lNS9uwfun8rnPS2Mmv15t";
 protected-headers="v1"
From: Hong Xu <hong@HIDDEN>
To: bug-auctex@HIDDEN
Message-ID: <dbe29e6d-24bc-24d7-f928-4f64520b84fd@HIDDEN>
Subject: Inline math in "\(\)" pairs won't highlight in captions

--WiniCX0m5K15lNS9uwfun8rnPS2Mmv15t
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

The following minimal example

\documentclass{article}

\begin{document}
\begin{figure}
  \centering
  \caption{Math \(x=3Dy\) and $x=3Dy$.}
\end{figure}
\end{document}

$x=3Dy$ is highlighted but \(x=3Dy\) is not. Perhaps both should be highl=
ighted?

------------------------------------------------------------------------



Emacs  : GNU Emacs 25.2.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2017-05-22
Package: 2017-05-29

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
 AUCTeX-date "2017-05-29"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("/usr/local/var/auctex"
"/home/hong/.emacs.d/el-get/auctex/style"
                  "/home/hong/.emacs.d/auctex/auto"
"/home/hong/.emacs.d/auctex/style" "auto"
                  "style")
 TeX-auto-save nil
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %(file-line-error) %(extraopts)
%`%S%(PDFout)%(mode)%' %t"
                     TeX-run-TeX nil (plain-tex-mode ams-tex-mode
texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
(latex-mode doctex-mode) :help
                     "Run LaTeX")
                    ("Makeinfo" "makeinfo %(extraopts) %t"
TeX-run-compile nil (texinfo-mode) :help
                     "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo %(extraopts) --html %t"
TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with HTML output"=
)
                    ("AmSTeX" "amstex %(PDFout) %(extraopts)
%`%S%(mode)%' %t" TeX-run-TeX nil
                     (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "%(cntxcom) --once --texutil %(extraopts)
%(execopts)%t" TeX-run-TeX
                     nil (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "%(cntxcom) %(extraopts)
%(execopts)%t" TeX-run-TeX nil
                     (context-mode) :help "Run ConTeXt until completion")=

                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX")
                    ("Biber" "biber %s" TeX-run-Biber nil t :help "Run
Biber")
                    ("View" "%V" TeX-run-discard-or-function t t :help
"Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the
file")
                    ("Queue" "%q" TeX-run-background nil t :help "View
the printer queue" :visible
                     TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-dvips t t :hel=
p
                     "Generate PostScript file")
                    ("Dvips" "%(o?)dvips %d -o %f " TeX-run-dvips nil t
:help
                     "Convert DVI file to PostScript")
                    ("Dvipdfmx" "dvipdfmx %d" TeX-run-dvipdfmx nil t :hel=
p
                     "Convert DVI file to PDF with dvipdfmx")
                    ("Ps2pdf" "ps2pdf %f" TeX-run-ps2pdf nil t :help
                     "Convert PostScript file to PDF")
                    ("Glossaries" "makeglossaries %s" TeX-run-command
nil t :help
                     "Run makeglossaries to create glossary file")
                    ("Index" "makeindex %s" TeX-run-index nil t :help
                     "Run makeindex to create index file")
                    ("upMendex" "upmendex %s" TeX-run-index t t :help
                     "Run upmendex to create index file")
                    ("Xindy" "texindy %s" TeX-run-command nil t :help
                     "Run xindy to create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil
(latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil
(latex-mode) :help
                     "Check LaTeX file for common mistakes")
                    ("Spell" "(TeX-ispell-document \"\")"
TeX-run-function nil t :help
                     "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil t
:help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help "Run an
arbitrary command"))
 )


Hong


--WiniCX0m5K15lNS9uwfun8rnPS2Mmv15t--

--AMdsAVBPUmC15gMeDANkjDOutaCRsW1gX
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEExhpJYaW1K1QSOB5eJmx9M4IvhHgFAlksvKcACgkQJmx9M4Iv
hHhOSw//b5uROm8fpDJQiEmqd2Tl6L07wvVUrDhOfZqDmkJ+E12o9zHoF7vgQppN
+xFAVy8WSLLm5sFB8hvMYOPuiS3HcfCnaT8ZsafheGNYnBR6rIPoUrpHr1zFbBkV
eu5vcMb3XtnEQCAsOstE2nj9c8eUZUgjlTolY5zoycvDh9jTVIUgc2moHRvkstHi
nw3ZDCukptd+bbkoE0vqwlxqqZEWFtApSUPEoeXbDvBTdhCIjy+wu1e098Rv7HWe
ht1x0VkaNqRjympcujR8R4g9yde5xph2si4wWBY5UdfZh/h7B72Qc7CFBkwd0JVw
v6H71ggL30Ywpy5EnUBuR0VHTabhjxUxgbg4Sv/lmzVqAVU8ZiZF6XsoXngjr7Qv
OG89ZtxtX4XBQCvUQDgEOU6QmFlK6E59oq9TvTNAVz3P6TXDvZgXBkgyejiatQly
obh5ckBTzyl4jujDwxuamvhRYDSX1JpxRfRH1kvlHMgdOYYDzYE5d7wHg+M9zry5
siFXwpZj4kAYcrjVcwrUmm7F9v575GyFCWoqGs/jWkS3MJsDG3VpaeS6Xdtoir6X
YCz5eb+CxyMAbNpUigfam4U14n0XuGkhu1TKz274ntX4vWwlS4OJSvW4id8B0PBd
uMolgcnur0QrLHrPpWrZolv65FaNG79u7ZN2+q1wUu5k+AoEs/4=
=1BoT
-----END PGP SIGNATURE-----

--AMdsAVBPUmC15gMeDANkjDOutaCRsW1gX--





Acknowledgement sent to Hong Xu <hong@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-auctex@HIDDEN. Full text available.
Report forwarded to bug-auctex@HIDDEN:
bug#27139; Package auctex. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Wed, 3 Apr 2024 18:30:01 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.