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
\begin{figure}
\Tree
[.case nom gen dat acc ]
\end{figure}
\end{latin}
\end{document}
I called it with xelatex. This works without the xepersian package loaded but fails with the package loaded. With the package loaded, I just get the lines, but the words (case nom gen dat acc) are missing.
I would be glad if you had any suggestions for me.