[XeTeX] Using pkgs bidi and enumitem together

François Charette firmicus at ankabut.net
Wed May 23 15:23:37 CEST 2007


Thomas Thackery a écrit :
> François,
>
> Thank you, adding the \setlength\labelwidth{-2em} adds the spacing I 
> needed. Now, if the item's text is more than one line in length, it 
> does not indent, but rather returns to underneath the label.
See below.
>
> \documentclass{article}
> \usepackage{fontspec}
> \usepackage{bidi}
> \setromanfont{Charis SIL}
> \newfontfamily\hebfont[Script=Hebrew]{Ezra SIL} %I used Lucida Grande 
> due to the way vowels come out in other type faces.
> \begin{document}
>
> \setlength\labelwidth{-2em}
>
> \setRL
> \begin{enumerate}
\addtolength\itemindent{-2em} % <<<<<< TRY THIS ;-)
> \setcounter{enumi}{0}
> \renewcommand\labelenumi{\LR{KAI 6:\theenumi}}
> \item {\hebfont מש · ז פעל · אלבעל · מלך · גבל · ביח[מלך · מלך · גבל]}
> \item {\hebfont [לב]עלת · גבל · אדתו · תארך · [בעלת · גבל]}
> \item {\hebfont [ימת · א]לבעל · ושנתו · על [גבל][ימת · א]לבעל · ושנתו 
> · על [גבל][ימת · א]לבעל · ושנתו · על [גבל][ימת · א]לבעל · ושנתו · על 
> [גבל}
> \end{enumerate}
>
> \end{document}
Hope it helps.
FC



More information about the XeTeX mailing list