How can I insert LTR script directly within RTL text without cumbersome markup? (consider a Language learning book. )
What is most clean method to write following texts?
Aa bb cc ااا ببب تتت dd ee ff.
or
ااا ببب ثثث aa bb cc تتت خخ.
If I do not use extera markup the output of One Two Three will be Three Two One in RTL document and output of یک دو سه will be سه دو یک in LTR documents.
also see: LTR sequences within RTL text - alternative to cumbersome markup?
bidipackage offers you this possibility through commands to typeset short LTR text inside RTL paragraphs and viceversa. – Gonzalo Medina Jul 25 '12 at 4:49