{xepersian} is a package for typesetting Persian/English documents with XeLaTeX.

learn more… | top users | synonyms

0
votes
0answers
17 views

Problem with xepersian ver 2.8

when I update xepersian package to ver 2.8, and use XeLaTeX compiler for the following code: \documentclass[11pt,b5paper]{book}‎ \usepackage{xepersian}‎ \begin{document} $m$ \end{document} then I ...
3
votes
1answer
35 views

Table is printed in reverse order using xepersian

I am using xepersian package and the tables are printed in reverse order. For instance when typesetting the following code: \makeatletter \@ifundefined{Umathcode}{\let\Umathcode\XeTeXmathcode}{} ...
2
votes
0answers
55 views

problem with footnote in xepersian : “ Undefined control sequence \small By me\footnote”

I have problem in using xepersian package. When I use footnote, it come with the error Undefined control sequence \end but without xepersian it works properly. I use MiKTeX 2.9 here is the code ...
2
votes
1answer
57 views

Xepersian package prints persian text but does not recognize formulas and gives error

I have used MiKTeX for many works in last year. I didn't have a problem installing it. But now I am trying to install it on my new laptop. It's killing me with an ocean of errors. it has been two ...
4
votes
1answer
60 views

Problem showing English characters with xepersian

I'm using TeXstudio in order to write a report and I use XeLaTeX compiler. However the following code : \documentclass[10pt,a4paper]{report} \usepackage{xepersian} \usepackage[left=1.00cm, ...
3
votes
1answer
128 views

How can the following TeX file be run without errors? [closed]

I get an error : ! I can't find file `xdvipdfmx.cfg'. l.6 \input xdvipdfmx.cfg Please type another input file name and ! Emergency stop. l.6 \input xdvipdfmx.cfg I really wish to know what ...
3
votes
0answers
49 views

Linenumbering per page with XePersian and the traditionalpoem environment

I’m editing an Arabic poem with XePersian and the traditionalpoem environment which works fine so far, but I have some questions regarding the line numbers and the paragraph footnotes. (1) I would ...
2
votes
1answer
133 views

Why can't this table compile?

I had wrote following table in TexMaker, when I write it without \usepackage{xepersian} it works but when I want to compile it with that package too, program will hang! But I don't see any mistakes ...
1
vote
1answer
225 views

xepersian's error: mapping=tex-text at 10.0pt not loadab [closed]

I use xpersian package to produce farsi document in ubuntu 12.04 \documentclass[12pt]{article} \usepackage{xepersian} \settextfont[Scale=1]{XB Niloofar} \setlatintextfont[Scale=0.9]{Junicode} ...
2
votes
1answer
70 views

Verbatim alignment in XePersian

Verbatim environment is right-aligned when using XePersian package, so I have to wrap it in latin environment. So I decide to create a new environment: \newenvironment{faverbatim} ...
2
votes
2answers
136 views

Inserting RTL text in verbatim environment

How I can insert Persian text in verbatim environment when using XePersin package ( v11.138, 2012/05/03). Following code dose not work: \begin{verbatim} <!DOCTYPE book PUBLIC "-//OASIS//DTD ...
2
votes
1answer
101 views

Letter in Appendix missing in XePersian

The following example shows that there is the letter "A." missing in the caption of the appendix in the pdf when xepersian is used. Is there a way to fix this? \documentclass{scrbook} ...
0
votes
1answer
93 views

General items in Non-Persian font using the XePersian package?

Working on a book I first run into the page numbering problem that is discussed elsewhere, but I guess the problem is more general. When I try the following code, I get a Persian date in the footer ...
0
votes
0answers
58 views

xepersian prints [ instead of ] in figure environment [closed]

When I use the following document, I get a [ rather than a ] after the comps. When I remove the figure environment, everything is fine. \documentclass{book} \usepackage{xepersian} \settextfont{XB ...
1
vote
1answer
163 views

page headings in scrbook and xepersian

I found the page about page numbers in xepersian, but the problem seems to be more general. I cannot get the page headings with scrpage2 in the KomaScript classes to work. I tried the following: ...
2
votes
1answer
60 views

xepersian and qtree incompatibility?

I am a linguist and want to display trees. I tried the the following code. \documentclass{article} \usepackage{xepersian} \usepackage{qtree} \begin{document} \begin{latin} gshjgsdjgsad ...
2
votes
1answer
113 views

How to make footnotes left-right and the numbers in English in Persian documents?

The document is compiling in Xelatex and the whole document is Persian using the package xepersian. The footnotes are all in English but they are aligned right and the numbers are persian. I want the ...
4
votes
2answers
234 views

Line numbers in traditionalpoem environment?

So I've been trying to get satisfactory results typesetting Persian and Arabic poems, in the traditional format, with XeLaTeX. It works just about fine – see the sample document below – but I would ...
8
votes
2answers
264 views

Latin page numbers with XePersian?

I've recently been using XePersian to typeset Persian and Arabic poems the traditional way, i.e. in two justified columns. The poetry formatting is done with the bidipoem package, and that's all fine. ...
2
votes
0answers
102 views

Problem with persian-bib package [closed]

I have a document where the main language should be English with only some Arabic text. In my references I have English as well as Arabic references. The main direction of the document should be from ...
2
votes
1answer
293 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 ...
2
votes
1answer
317 views

RTL Refrences in XePersian package

In my Persian paper all references are in Latin script. How I can insert references (Bibliography) RTL in XePersian, and how I can convert digits in URLs to west Arabic. MWE: ...
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}‎‎ ...