On Sun, Mar 08, 2009 at 09:43:20PM +0100, Hartmut Henkel wrote: > Hi, > > just uploaded a patch that should allow to typeset also vertically in > PDF, and it also moves positioning code away from luatex.web into file > pdf/pdfpage.c file. Please give it a try, and report what is broken.
I did a quick test using latex and beamer package, and found that luatex appends some random strings to end of lines, things like "gg...rg..." or "ggggg" etc. I'm not sure if this is related to positioning changes, but in TRT mode those strings overlap on the mirrored line and don't get mirrored them selves. This issue is in PDF mode only. See the attached samples. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
\documentclass{beamer}
\pagedir TRT\bodydir TRT\pardir TRT\textdir TRT
\begin{document}
\begin{frame}{Speaker's Name}{About Our Next Speaker}
\begin{itemize}
\item
Current affiliation of Speaker's Name
\begin{enumerate}
\item
Professor of mathematics, University of Wherever.
\item
Junior partner at company X.
\item
Speaker for organization/project X.
\end{enumerate}
\item
Experience and achievements
\begin{itemize}
\item
Academic degree, but only if appropriate
\item
Current and/or previous positions, possibly with dates
\item
Publications
\item
Awards, prizes
\end{itemize}
\item
Concerning today's talk
\begin{itemize}
\item
Expert who has worked in the field/project for X month/years.
\item
Will present his/her/group's/company's research on the subject.
\item
Will summarize project report or current project status.
\end{itemize}
\end{itemize}
\end{frame}
\end{document}
ar.pdf
Description: Adobe PDF document
signature.asc
Description: Digital signature
_______________________________________________ dev-luatex mailing list [email protected] http://www.ntg.nl/mailman/listinfo/dev-luatex
