-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If I type one paragraph in Arabic in LyX and then exported the to LaTeX the
file will look like this:
\begin{document}
\begin{doublespace}
\begin{arabtext}
عربي\end{doublespace}
\end{arabtext}
\end{document}
the above order of doublespace and arabtex should be the other way round. This
problem happens in case of one paragraph only. In case of more than one
paragraph, the exported .tex file will be OK. Can any one fix this small
annoying bug?
Attached is the LyX and .tex file.
- --
First law of thermodynamics: "You can't get any more energy out of a system
than you put into it."
__/ __/ _/ _/ _/
_/ _\ _/ _\ _/
_/ \ / _\ unzir _/ aha PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821
Telecommunications Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
CIW Designer, ICDL, MOUS.
New Horizons CLC
Riyadh, SA
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE/cHpiOBlicvBnGCERAh6WAJoCO7y334ytfafpOF/RMIBMQ+KIcQCeKgoa
X8fkWX4xvvX9Ckv0LHzn6l0=
=NJ05
-----END PGP SIGNATURE-----
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass arab-article
\language english
\inputencoding default
\fontscheme default
\graphics none
\paperfontsize default
\spacing single
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle headings
\layout Standard
\paragraph_spacing double
\lang arabic
عربي
\the_end
%% LyX 1.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[twoside,arabic,english]{arabart}
\usepackage[T1]{fontenc}
\pagestyle{headings}
\setcounter{tocdepth}{2}
\usepackage{setspace}
\makeatletter
\usepackage{arabtex,iso88596} \setcode{iso8859-6}
\makeatother
\begin{document}
\begin{doublespace}
\begin{arabtext}
عربي\end{doublespace}
\end{arabtext}
\end{document}