Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
XeTeX
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Arabic support== XeTeX also supports [[right-to-left]] scripts, such as [[Arabic]]. One way of rendering Arabic in XeTeX is to use the package arabxetex. In order to do so, the Arabic is placed inside the following: <syntaxhighlight lang="latex"> \begin{arab}[utf] . . . \end{arab} </syntaxhighlight> The following code illustrates this: {{col-begin}} {{col-break}} <syntaxhighlight lang="latex"> \documentclass[12pt,fleqn,titlepage,twoside,a4paper]{book} \usepackage{etex} \usepackage{amsfonts,amsmath,amssymb,graphicx} \usepackage{txfonts} \usepackage[centering,includeheadfoot,margin=1in]{geometry} \usepackage{tabvar} \usepackage{arabxetex} %\newfontfamily{\arabicfont}[Script=Arabic,Scale=1.5]{Traditional Arabic} \parindent = 0pt \begin{document} \begin{arab}[utf] \chapter*{\textarab[utf]{ ุญูููู ู ู ุชูุฌู ููุนู }} \section*{\textarab[utf]{ ุดูุนุฑ }} ุฃุฏููู ุจุฏูู ุงูุญูููุจ ุฃููู ุชูููุฌููุช ุฑููุงุฆุจู \qquad ูุงูุญูููุจ ุฏููููู ู ุฅูู ุงูู\\ ููุง ุฃุณูุฉ ูู ุจุดุฑ ููุฏ ู ุงุฎุชูุง ู ููุณ ู ูููู \qquad ุซูููููู ู ูููููู ู ุบูููููููููุงู \end{arab} \end{document} </syntaxhighlight> {{col-break}} [[File:Xetex arabic text.png|500px|none|Arabic text using XeTeX]] {{col-end}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)