<div dir="ltr">Thanks, Philip, Johannes.<div><br></div><div>First, I'm using pdflatex from MikTeX with babel. It is sufficient for the informal document I'm writing for high-school math students.</div><div><br></div><div>After some experimentation I noticed that the TW editor works OK provided that the math ends in an English letter:</div><div>$a_n = a_1 + (n-1)d$.</div><div>But if it ends with a number or punctuation mark then I get an editor problem although they typeset correctly:</div><div>3$$  instead of $3$ and ${a_{51$ instead of $a_{51}$.</div><div><br></div><div>Following Philip's suggestion, I noticed that right-clicking brings up a menu of over a dozen relevant unicode control characters. I tried a couple and they seemed to solve the problem, but I don't understand the concepts used. Can you direct me to a good tutorial??</div><div><br></div><div>Moti</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 6, 2016 at 11:54 PM,  <span dir="ltr"><<a href="mailto:texworks-request@tug.org" target="_blank">texworks-request@tug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send texworks mailing list submissions to<br>
        <a href="mailto:texworks@tug.org">texworks@tug.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit <br>
        <a href="http://tug.org/mailman/listinfo/texworks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/texworks</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:texworks-request@tug.org">texworks-request@tug.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:texworks-owner@tug.org">texworks-owner@tug.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of texworks digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Editing Hebrew with inline maths or English (Philip Taylor)<br>
   2. Re: Editing Hebrew with inline math or English (Philip Taylor)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Sun, 6 Nov 2016 21:07:34 +0000<br>
From: Philip Taylor <<a href="mailto:P.Taylor@Rhul.Ac.Uk">P.Taylor@Rhul.Ac.Uk</a>><br>
To: Johannes Heck <<a href="mailto:heck.johannes@gmail.com">heck.johannes@gmail.com</a>><br>
Cc: "TeXworks (TeX front end) discussion." <<a href="mailto:texworks@tug.org">texworks@tug.org</a>><br>
Subject: Re: [texworks] Editing Hebrew with inline maths or English<br>
Message-ID: <<a href="mailto:4d350cee-4da3-7744-134d-f4e71b644fae@Rhul.Ac.Uk">4d350cee-4da3-7744-134d-<wbr>f4e71b644fae@Rhul.Ac.Uk</a>><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
<br>
<br>
Johannes Heck wrote:<br>
><br>
> I'll try ;)<br>
> For me, it was the Best choice for intermixed german/hebrew Texts, because its a clear markup for changes in the direction of the text. Without that package, i hat Problems e.g. with hyphenation/linewrapping of short hebrew (rtl) phrases within german (ltr) Paragraphen. With that package, a change of the writing direction is not just marked by a unicode-code rtl/ltr, but XeTeX (i dont know if it also works with plain LaTeX) is told that it has to typeset that given phrase rtl/ltr.<br>
> I thought that was what Mordechai was asking for.<br>
><br>
Ah, I see.  As I understood it, Mordechai was more concerned with getting LTR text inline rendered correctly in TeXworks when it is surrounded by RTL text  (he was already able to get it to typeset correctly with XeTeX, I believe), and the problem appeared to be that the dollar-symbol is direction-neutral and therefore does not of itself trigger the correct rendering in TeXworks.<br>
<br>
Philip Taylor<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 6 Nov 2016 21:54:08 +0000<br>
From: Philip Taylor <<a href="mailto:P.Taylor@Rhul.Ac.Uk">P.Taylor@Rhul.Ac.Uk</a>><br>
To: Mordechai Ben-Ari <<a href="mailto:moti.ben-ari@weizmann.ac.il">moti.ben-ari@weizmann.ac.il</a>><br>
Cc: "TeXworks (TeX front end) discussion." <<a href="mailto:texworks@tug.org">texworks@tug.org</a>><br>
Subject: Re: [texworks] Editing Hebrew with inline math or English<br>
Message-ID: <<a href="mailto:73110cd5-a409-3311-7ff0-bfae896bce6a@Rhul.Ac.Uk">73110cd5-a409-3311-7ff0-<wbr>bfae896bce6a@Rhul.Ac.Uk</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
<br>
Philip Taylor wrote:<br>
> I (think I) solved the problem by inserting Unicode direction-switching markers at the appropriate points :<br>
><br>
> \font \hebrewfont = "David"<br>
><br>
> \hebrewfont<br>
><br>
> ????$x^2+1$?????<br>
><br>
> \end<br>
><br>
> As these are difficult to insert by hand, I inserted them as "[" and "]" and then used regular-expression search-and-replace to perform the necessary substitutions :<br>
><br>
> \[ -> \x200E<br>
> \] -> \x200F<br>
A subsidiary question :  does not your multi-line solution lead to unwanted spaces ?  I found that to replicate the appearance of the typeset output of my inline version, I had to hide two end-of-line markers in your multi-line original, as in :<br>
<br>
> ???%<br>
><br>
> $x^2+1$%<br>
><br>
> ???<br>
><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://tug.org/pipermail/texworks/attachments/20161106/a66af2ad/attachment.html" rel="noreferrer" target="_blank">http://tug.org/pipermail/<wbr>texworks/attachments/20161106/<wbr>a66af2ad/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
texworks mailing list<br>
<a href="mailto:texworks@tug.org">texworks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/texworks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/texworks</a><br>
<br>
<br>
------------------------------<br>
<br>
End of texworks Digest, Vol 99, Issue 6<br>
******************************<wbr>*********<br>
</blockquote></div><br></div></div></div>