{xepersian} is a package for typesetting Persian/English documents with XeLaTeX.
3
votes
1answer
172 views
Number not displayed in parentheses
When I put a number between parentheses it will vanished:
What is wrong?
MWE:
\documentclass{article}
\usepackage{hyperref}
\usepackage{syntonly}
\usepackage{xepersian}
...
2
votes
1answer
292 views
LTR sequences within RTL text - alternative to cumbersome markup?
I am writing a book in Persian that is full of text in Latin scripts scattered all over book.
I have to wrap every Latin script with \lt{} to guide xetex to align words from left to right. It's ...