Hello XeTeX list,

Consider this example (results shown in the attached png). My questions:

a. the word "территориальное" is not hyphenated in (0) but it is in (1); why?

b. the same word is not hyphenated in (3); is the reason the same here
or the presence of "(" and ")" somehow stops hyphenation?

c. is there a way to be sure thay any punctuation character (dot, --,
---, :, etc.) doesn't stop hyphenation? hyphenat package provides this
for dash (-) only through \hyp{} command.

d. regarding the previous question, what is the right way to get
(5)--(6) hyphenated before and after "--"?

\documentclass[12pt,twoside]{report}
\usepackage{polyglossia}
\setmainlanguage{russian}
\setmainfont[Mapping=tex-text]{Minion Pro}
\begin{document}
\fbox{
\begin{minipage}{2cm}
 0.\par
 территориальное\par
 1.\par
 текст текст территориальное\par
 2.\par
 текст текст территориальное.\par
 3.\par
 (территориальное)\par
 4.\par
 текст текст
 (территориальное)\par
 5.\par
 административно--территориальное.\par
 6.\par
 (административно--территориальное)\par
 7.\par
 (административно--территориальное).
\end{minipage}
}
\end{document}

Thank you,
Aleks

<<attachment: russian-hyph.png>>


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to