From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: Is there a way to force the directionality of a line of text in the GUI? Date: Tue, 15 Nov 2022 10:20:46 +0100 Message-ID: <86bkp8inf5.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12503"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: help-gnu-emacs@gnu.org To: Evan Aad Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 15 10:22:15 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ous90-00030f-GE for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 15 Nov 2022 10:22:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ous8S-0003aM-7x; Tue, 15 Nov 2022 04:21:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ous8J-0003Gj-HQ for help-gnu-emacs@gnu.org; Tue, 15 Nov 2022 04:21:33 -0500 Original-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 ) id 1ous8J-0005KQ-0i; Tue, 15 Nov 2022 04:21:31 -0500 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=CuBIKFN2reoUFXee+GI7Rtydvo8Z3V9bP5t1Mvwsku8=; b=bBjHt3TGVcICXjwoGGBg +BEc7VuyoX0zIqo31UXmA5MywdNGRsXxjU9cth9tZCqPMKiPkVKQ+mxbs8rvIx4k6eEcSS4ZvH3Xb u8iw1KmZEWwWa3rOKlRWoOk5iD6t4qFbtk+oKTf75rV69nX4+IYoLslEuZZPBM50bDN6Lkb3Q/2EF cTgfnzGNMudOhW9FD19dd2DV7X5Ghxl8pmDfjxeUHh1RAjaRK5Tr+9esPFMdGpGVPvIio2bittm3H dLVPyGZXU/jlAV4X1nyJFkccYUgV/ugio+l1m9spllg1nuEh62IlbZDlKA3P7ZCIBxTyuz/eejbq8 /LQN25rymaQOVQ==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ous8H-0006I7-22; Tue, 15 Nov 2022 04:21:30 -0500 In-Reply-To: (Evan Aad's message of "Mon, 14 Nov 2022 09:17:29 +0200") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140956 Archived-At: Evan Aad writes: > For example, when writing a mathematical text in Hebrew, intended to > be typeset by the TeX system, the following display-mode equation may > occur: > $$ > x+y=z > $$ This is not related to your question, but if you're using LaTeX and not plain TeX, don't use $$ for display-math. Check this for the reason: https://texfaq.org/FAQ-dolldoll Best, Arash