View Single Post
Old 05-14-2015, 07:17 PM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by rewyn View Post
In designing an academic book in InDesign CS6, I've encountered a problem with having a Hebrew word inside a footnote with a number after it (Hebrew copy 37...), however, while setting the Hebrew copy the number wants to go in front of the Hebrew text instead of staying behind it (ltr vs. rtl.)
Try wrapping the Hebrew word in a dir="rtl" span followed by a zero-width non-joiner (‌) or a thin space ( ). For example:

Code:
<p>The exact pronunciation of <span dir="rtl">יהוה</span>&zwnj;<sup>2</sup> is unknown.</p>
BTW, the most commonly used ADE/RMSDK based Adobe reading apps don't support RTL text. The above code only works with iBooks and Kindle KF8. I.e., you might have to convert Hebrew text to .svg images.
Doitsu is offline   Reply With Quote